zengh
2021-07-19 d6f78e9c81878c41ebc5150206228047a7e03f50
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>