parent
c867c85756
commit
2e31f33294
|
|
@ -127,7 +127,6 @@
|
|||
{{ serialNumber(pagination, $index) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="WARN_ORG" label="预警发布单位" />
|
||||
<el-table-column prop="WARN_STATUS" label="预警状态">
|
||||
<template #default="{ row }">
|
||||
<span v-if="row.WARN_STATUS === 0" style="color: red">未消警</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue