Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 07ab3f2a
authored
Jan 26, 2022
by
李金轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ljx
1 parent
e39551b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
src/views/DataRepair/DataRepair.vue
src/views/DataRepair/DataRepair.vue
View file @
07ab3f2
...
...
@@ -122,22 +122,22 @@ const columns = [
align
:
'center'
,
},
{
title
:
'参考数据条数'
,
title
:
'参考
范围
数据条数'
,
dataIndex
:
'sourceCount'
,
align
:
'center'
,
},
{
title
:
'
实际
数据条数'
,
title
:
'
修复范围
数据条数'
,
dataIndex
:
'targetCount'
,
align
:
'center'
,
},
{
title
:
'参考
数据
量'
,
title
:
'参考
范围客流
量'
,
dataIndex
:
'sourceInnum'
,
align
:
'center'
,
},
{
title
:
'
实际数据
量'
,
title
:
'
修复范围客流
量'
,
dataIndex
:
'targetInnum'
,
align
:
'center'
,
},
...
...
@@ -320,14 +320,7 @@ export default {
const
r
=
await
dataRepairApi
.
preview
(
data
)
if
(
r
.
msg_code
===
200
)
{
r
.
data
.
status
=
'已修复'
}
else
{
r
.
data
.
status
=
'未执行'
}
r
.
data
.
status
=
'未执行'
dataList
.
value
.
push
(
r
.
data
)
}
isLoading
.
value
=
false
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment