Merge branch 'master' of http://118.178.128.178/Fedex/imac-vue
Showing
2 changed files
with
4 additions
and
1 deletions
| ... | @@ -187,6 +187,9 @@ | ... | @@ -187,6 +187,9 @@ |
| 187 | 'id': 1, | 187 | 'id': 1, |
| 188 | 'name': '有效' | 188 | 'name': '有效' |
| 189 | },{ | 189 | },{ |
| 190 | + 'id': 2, | ||
| 191 | + 'name': '执行中' | ||
| 192 | + },{ | ||
| 190 | 'id': 3, | 193 | 'id': 3, |
| 191 | 'name': '停用' | 194 | 'name': '停用' |
| 192 | }], | 195 | }], |
| ... | @@ -379,7 +382,7 @@ | ... | @@ -379,7 +382,7 @@ |
| 379 | if (row.status === '1') { | 382 | if (row.status === '1') { |
| 380 | return '有效' | 383 | return '有效' |
| 381 | } else if (row.status === '2') { | 384 | } else if (row.status === '2') { |
| 382 | - return '配置中' | 385 | + return '执行中' |
| 383 | } else if (row.status === '3') { | 386 | } else if (row.status === '3') { |
| 384 | return '停用' | 387 | return '停用' |
| 385 | } | 388 | } | ... | ... |
src/views/systemConfig/userConfig/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment