From 0450d4dca0c99f694ea804ec2008b0766e6d6dd4 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 22 Nov 2021 14:54:49 +0800
Subject: [PATCH] 保安员管理公安管理员新增审查状态查询

---
 src/views/securityGuard/data.js |   81 +++++++++++-----------------------------
 1 files changed, 23 insertions(+), 58 deletions(-)

diff --git a/src/views/securityGuard/data.js b/src/views/securityGuard/data.js
index 998d85b..b23b603 100644
--- a/src/views/securityGuard/data.js
+++ b/src/views/securityGuard/data.js
@@ -473,21 +473,6 @@
         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",
@@ -506,22 +491,6 @@
         search: true,
         minWidth: 260
     },
-    // {
-    //     label: "所属保安公司",
-    //     searchLabelWidth: "110",
-    //     prop: "deptName",
-    //     // type: "tree",
-    //     // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
-    //     // props: {
-    //     //     label: "title",
-    //     //     value: "id",
-    //     // },
-    //     // slot: true,
-    //     // searchSpan: 5,
-    //     display: false,
-    //     // search: true,
-    //     minWidth: 260
-    // },
     {
         label: "性别",
         prop: "sexs",
@@ -628,22 +597,6 @@
         hide: true,
         display: false
     },
-    // {
-    //     label: "是否派遣",
-    //     prop: "dispatch",
-    //     // hide: true,
-    //     type: 'select',
-    //     // display: false,
-    //     dicData: [
-    //         {
-    //             label: '未派遣',
-    //             value: 1
-    //         }, {
-    //             label: '已派遣',
-    //             value: 0
-    //         }
-    //     ]
-    // },
     {
         label: '是否派遣',
         prop: 'dispatch',
@@ -680,12 +633,6 @@
             },
         ],
         display: false,
-        // dicUrl: "/api/blade-system/dict-biz/dictionary?code=equipage",
-        // props: {
-        //     label: "dictValue",
-        //     value: "dictKey"
-        // },
-        // type: "select",
         rules: [{
             required: true,
             message: "请选择",
@@ -696,11 +643,6 @@
     {
         label: "是否制证",
         prop: "userType",
-        // dicUrl: "/api/blade-system/dict-biz/dictionary?code=equipage",
-        // props: {
-        //   label: "dictValue",
-        //   value: "dictKey",
-        // },
         type: "select",
         slot: true,
         search: true,
@@ -761,4 +703,27 @@
             trigger: "blur"
         }]
     },
+    {
+        label: "审查状态",
+        prop: "examinationType",
+        type: "select",
+        display: false,
+        searchSpan: 3,
+        search: false,
+        hide: true,
+        width: 80,
+        dicData: [{
+                label: "全部",
+                value: 6,
+            },
+            {
+                label: "正常",
+                value: "0",
+            },
+            {
+                label: "异常",
+                value: 1,
+            }
+        ],
+    },
 ]
\ No newline at end of file

--
Gitblit v1.9.3