From 1e5c40ca6d5c6bbbd062f5cbdfc31d6045b4b77b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 26 Oct 2021 09:01:24 +0800
Subject: [PATCH] 提醒密码为身份证后六位

---
 src/views/securityGuard/data.js |   52 +++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 41 insertions(+), 11 deletions(-)

diff --git a/src/views/securityGuard/data.js b/src/views/securityGuard/data.js
index 6c979e5..4a6b3bf 100644
--- a/src/views/securityGuard/data.js
+++ b/src/views/securityGuard/data.js
@@ -473,6 +473,21 @@
     searchLabelWidth: 50,
     display: false
 },
+// {
+//     label: "温馨提示",
+//     prop: "realName1",
+//     hide: true,
+//     addDisplay: true,
+//     editDisplay: false,
+//     span: 24,
+//     value: "账号为身份证号码,密码为身份证后六位",
+
+//     addDisabled: true
+//     // search: true,
+//     // searchSpan: 3,
+//     // width: 60,
+//     // searchLabelWidth: 50,
+// },
 {
     label: "所属保安公司",
     searchLabelWidth: "110",
@@ -510,7 +525,7 @@
 {
     label: "性别",
     prop: "sex",
-    width: 55,
+    width: 80,
     type: "select",
     dicData: [{
         label: "男",
@@ -520,10 +535,10 @@
         label: "女",
         value: 2,
     },
-    {
-        label: "未知",
-        value: 3,
-    },
+        // {
+        //     label: "未知",
+        //     value: 3,
+        // },
     ],
     display: false
 },
@@ -650,13 +665,28 @@
     search: true,
     searchSpan: 3,
     width: 69,
-    display: false,
-    dicUrl: "/api/blade-system/dict-biz/dictionary?code=equipage",
-    props: {
-        label: "dictValue",
-        value: "dictKey"
-    },
     type: "select",
+    dicData: [
+        {
+            label: "是",
+            value: "1",
+        },
+        {
+            label: "否",
+            value: "2",
+        },
+        {
+            label: "已吊销",
+            value: "3",
+        },
+    ],
+    display: false,
+    // dicUrl: "/api/blade-system/dict-biz/dictionary?code=equipage",
+    // props: {
+    //     label: "dictValue",
+    //     value: "dictKey"
+    // },
+    // type: "select",
     rules: [{
         required: true,
         message: "请选择",

--
Gitblit v1.9.3