测试用例修改
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<vxe-column field="runFlag" title="终端状态">
|
||||
<template #default="{ row }">
|
||||
<el-tag v-if="row.runFlag === 0" type="success" size="small">投运</el-tag>
|
||||
<el-tag v-if="row.runFlag === 1" type="warning" size="small">热备用</el-tag>
|
||||
<el-tag v-if="row.runFlag === 1" type="warning" size="small">检修</el-tag>
|
||||
<el-tag v-if="row.runFlag === 2" type="danger" size="small">停运</el-tag>
|
||||
</template>
|
||||
</vxe-column>
|
||||
@@ -172,7 +172,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([
|
||||
|
||||
Reference in New Issue
Block a user