From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +0800
Subject: [PATCH] 地址替换

---
 src/views/zc/zc.vue |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/src/views/zc/zc.vue b/src/views/zc/zc.vue
index ae68a79..4f594b3 100644
--- a/src/views/zc/zc.vue
+++ b/src/views/zc/zc.vue
@@ -19,7 +19,7 @@
                @refresh-change="refreshChange"
                @on-load="onLoad">
       <template slot="menuLeft">
-        <el-button type="danger"
+        <el-button
                    size="small"
                    icon="el-icon-delete"
                    plain
@@ -31,11 +31,11 @@
         <el-tag>{{row.type==='0'?'未审核':row.type==='1'?'审核通过':'审核未通过'}}</el-tag>
       </template>
       <template slot-scope="{ row }" slot="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}"
@@ -90,6 +90,9 @@
               disabled: true,
               prop: "username",
             },
+
+
+
             {
               label: "密码",
               hide: true,
@@ -108,8 +111,8 @@
             {
               label: "性别",
               display: false,
-              searchSpan: 4,
-              search: true,
+              width:55,
+
               disabled: true,
               prop: "sex",
               type: "select",
@@ -125,9 +128,19 @@
               ],
             },
             {
+              label: "身份证号",
+              disabled: true,
+              searchSpan: 4,
+              width:140,
+              search: true,
+              display: false,
+              prop: "cardid",
+            },
+            {
               label: "手机号码",
               disabled: true,
               display: false,
+              width:95,
               prop: "phone",
             },
             {
@@ -141,7 +154,7 @@
               // },
             }, {
               label: "辖区",
-              prop: "jurisdiction",
+              prop: "xqname",
             },
             {
               label: "角色",
@@ -181,6 +194,7 @@
               slot: true,
               search: true,
               searchSpan: 4,
+              width:70,
               display: false,
               type: "select",
               dicData: [

--
Gitblit v1.9.3