src/views/data/channel/http/api/tag/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/data/channel/http/api/tag/index.vue
@@ -122,7 +122,12 @@ label="数据质量" header-align="center" align="center" /> > <template #default="scope"> <el-tag v-if="scope.row.dataQuality === 'Good'" size="small" type="success">{{scope.row.dataQuality}}</el-tag> <el-tag v-if="scope.row.dataQuality === 'Bad'" size="small" type="danger">{{scope.row.dataQuality}}</el-tag> </template> </el-table-column> <el-table-column label="操作" align="center" min-width="110" fixed="right"> <template #default="scope"> <el-button