From 63285c46a888285708c3ba8cc8a3fa92060724b9 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 19 Nov 2021 09:12:44 +0800
Subject: [PATCH] 版本修复
---
src/views/zc/zc.vue | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/views/zc/zc.vue b/src/views/zc/zc.vue
index f03114a..f94555b 100644
--- a/src/views/zc/zc.vue
+++ b/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",
},
--
Gitblit v1.9.3