zengh
2021-11-19 63285c46a888285708c3ba8cc8a3fa92060724b9
src/views/zc/zc.vue
@@ -31,7 +31,11 @@
        <el-tag>{{row.type==='0'?'未审核':row.type==='1'?'审核通过':'审核未通过'}}</el-tag>
      </template>
      <template slot-scope="{ row }" slot="examination_type">
        {{row.examination_type===''?'正常':row.examination_type}}
        {{row.examination_type=='0'?'正常':row.examination_type==null?'正常':'异常'}}
      </template>
      <template slot-scope="{ row }" slot="examination_mx">
        {{row.examination_mx==null?'正常':row.examination_mx}}
      </template>
      <template slot-scope="{row}"
@@ -86,6 +90,9 @@
              disabled: true,
              prop: "username",
            },
            {
              label: "密码",
              hide: true,
@@ -105,8 +112,7 @@
              label: "性别",
              display: false,
              width:55,
              searchSpan: 4,
              search: true,
              disabled: true,
              prop: "sex",
              type: "select",
@@ -124,7 +130,9 @@
            {
              label: "身份证号",
              disabled: true,
              searchSpan: 4,
              width:140,
              search: true,
              display: false,
              prop: "cardid",
            },