src/views/examination/examination.vue
@@ -49,9 +49,18 @@ >{{ row.examination_type == "0" ? "正常" : row.examination_type == "1" ? "异常" : row.examination_type == null ? "正常" : "异常" }} </el-tag> </template> <template slot-scope="{ row }" slot="examination_mx"> <el-tag >{{ row.examination_mx == null ? "正常" : row.examination_mx }} </el-tag> </template> @@ -320,6 +329,7 @@ }, { label: "审查明细", slot: true, prop: "examination_mx", display: false, },