潘志宝
7 天以前 c021e1b0dd2090439cdb625605a61388d9ab6a02
dataQuality
已修改1个文件
7 ■■■■ 文件已修改
src/views/data/channel/http/api/tag/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | 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