修改正式检测结果展示错误

This commit is contained in:
caozehui
2025-01-09 15:49:32 +08:00
parent cffbfe1380
commit 40520a7d30
4 changed files with 34 additions and 26 deletions

View File

@@ -21,7 +21,7 @@
</template>
<el-tag type="success" v-if="scope.row.isDataA === 1">符合</el-tag>
<el-tag type="danger" v-if="scope.row.isDataA === 2">不符合</el-tag>
<span v-if="scope.row.isDataA === 4">/</span>
<el-tag type="warning" v-if="scope.row.isDataA === 4">/</el-tag>
</el-tooltip>
</template>
</el-table-column>
@@ -38,7 +38,7 @@
</template>
<el-tag type="success" v-if="scope.row.isDataB === 1">符合</el-tag>
<el-tag type="danger" v-if="scope.row.isDataB === 2">不符合</el-tag>
<span v-if="scope.row.isDataB === 4">/</span>
<el-tag type="warning" v-if="scope.row.isDataB === 4">/</el-tag>
</el-tooltip>
</template>
</el-table-column>
@@ -55,7 +55,7 @@
</template>
<el-tag type="success" v-if="scope.row.isDataC === 1">符合</el-tag>
<el-tag type="danger" v-if="scope.row.isDataC === 2">不符合</el-tag>
<span v-if="scope.row.isDataC === 4">/</span>
<el-tag type="warning" v-if="scope.row.isDataC === 4">/</el-tag>
</el-tooltip>
</template>
</el-table-column>
@@ -75,7 +75,7 @@
</template>
<el-tag type="success" v-if="scope.row.isDataT === 1">符合</el-tag>
<el-tag type="danger" v-if="scope.row.isDataT === 2">不符合</el-tag>
<span v-if="scope.row.isDataT === 4">/</span>
<el-tag type="warning" v-if="scope.row.isDataT === 4">/</el-tag>
</el-tooltip>
</template>
</el-table-column>