zengh
2022-03-03 39a7107e86bdb07ee104574a0f6ba11f6100c290
资格审查异常调整
1 files modified
13 ■■■■ changed files
src/views/examination/examination.vue 13 ●●●● 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>