src/views/examination/examination.vue
@@ -47,7 +47,7 @@ <template slot-scope="{ row }" slot="examination_type"> <el-tag>{{ row.examination_type == "0" ? "正常" : row.examination_type == "1" ? "异常" : "异常" row.examination_type == "0" ? "正常" : row.examination_type == "1" ? "异常" : "正常" }} </el-tag> </template>