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-06 11:26:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfe1f703fddddac9e9b70b0218a606e50ad1a5b8
bfe1f703
1 parent
ea7fac33
lwj
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
bfe1f70
...
...
@@ -186,10 +186,7 @@
statusList: [{
'id': 1,
'name': '有效'
}, {
'id': 2,
'name': '配置中'
}, {
},{
'id': 3,
'name': '停用'
}],
...
...
@@ -274,7 +271,7 @@
/** 删除 启用 停用按钮操作 */
handleDeleteorPlayorpause(row, status, statusText) {
debugger
//删除前需要停用
//删除前需要停用
if (status === 0 && row.status != '3') {
this.$message({
message: '请停用后删除',
...
...
Please
register
or
login
to post a comment