Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
1730532197@qq.com
2021-12-07 16:10:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f56b5856b5b8164950adfe46f074a6eef8c3952
8f56b585
1 parent
a62a4d9b
lwj
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/systemConfig/userConfig/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
8f56b58
...
...
@@ -187,6 +187,9 @@
'id': 1,
'name': '有效'
},{
'id': 2,
'name': '执行中'
},{
'id': 3,
'name': '停用'
}],
...
...
@@ -379,7 +382,7 @@
if (row.status === '1') {
return '有效'
} else if (row.status === '2') {
return '
配置
中'
return '
执行
中'
} else if (row.status === '3') {
return '停用'
}
...
...
src/views/systemConfig/userConfig/index.vue
0 → 100644
View file @
8f56b58
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment