fix:测点是否启用文案显示

This commit is contained in:
shijing 2025-05-29 10:14:00 +08:00
parent dd4bffd0a2
commit 9ffd7ca863
1 changed files with 4 additions and 2 deletions

View File

@ -178,12 +178,14 @@
></el-table-column>
<el-table-column label="是否启用" width="80">
<template #default="scope">
<el-icon v-if="scope.row.enabled" color="green"
<el-tag v-if="scope.row.enabled" type="success"></el-tag>
<el-tag v-else type="warning"></el-tag>
<!-- <el-icon v-if="scope.row.enabled" color="green"
><CircleCheckFilled
/></el-icon>
<el-icon v-else color="red"
><CircleCloseFilled
/></el-icon>
/></el-icon> -->
</template>
</el-table-column>
<el-table-column label="采集状态" show-overflow-tooltip>