zengh
2021-11-19 63285c46a888285708c3ba8cc8a3fa92060724b9
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,
          },