测试用例修改
This commit is contained in:
@@ -128,7 +128,7 @@ const communicationstatus = [
|
||||
]
|
||||
const terminalstatus = [
|
||||
{ value: 0, label: '投运' },
|
||||
{ value: 1, label: '热备用' },
|
||||
{ value: 1, label: '检修' },
|
||||
{ value: 2, label: '停运' }
|
||||
]
|
||||
const tableStore = new TableStore({
|
||||
@@ -167,7 +167,7 @@ const tableStore = new TableStore({
|
||||
minWidth: 100,
|
||||
custom: {
|
||||
投运: 'success',
|
||||
热备用: 'warning',
|
||||
检修: 'warning',
|
||||
停运: 'danger'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user