测试用例修改

This commit is contained in:
sjl
2025-07-25 14:15:26 +08:00
parent f670802868
commit c47d524f9d
24 changed files with 118 additions and 49 deletions

View File

@@ -78,7 +78,7 @@
投运
</el-tag>
<el-tag v-if="row.runFlag === 1" style="color: #fff; background: #996600" size="small">
热备用
检修
</el-tag>
<el-tag v-if="row.runFlag === 2" style="color: #fff; background: #A52a2a" size="small">
停运
@@ -198,7 +198,7 @@ const teriminaloption: any = ref([])
const teriminalstatusoption = ref([
{ name: '全部', id: '' },
{ name: '投运', id: 0 },
{ name: '热备用', id: 1 },
{ name: '检修', id: 1 },
{ name: '停运', id: 2 }
])
const stateoption = ref([