| src/views/examination/examination.vue | ●●●●● patch | view | raw | blame | history |
src/views/examination/examination.vue
@@ -47,10 +47,9 @@ <template slot-scope="{ row }" slot="examination_type"> <el-tag >{{ row.examination_type == "0" ? "正常" : row.examination_type == null ? "正常" row.examination_type == "0" ? "正常" :row.examination_type == null? "正常" :row.examination_type == ""? "正常" : "异常" }} </el-tag> @@ -58,9 +57,9 @@ <template slot-scope="{ row }" slot="examination_mx"> <el-tag >{{ row.examination_mx == null ? "正常" : row.examination_mx row.examination_mx == null? "正常" : row.examination_mx == ""?"正常": row.examination_mx }} </el-tag> </template>