From 65a216babdca67f7d74f6a06550eeb4d3ca7a5a5 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 31 Aug 2023 10:36:43 +0800
Subject: [PATCH] 保安员管理是否制证隐藏
---
src/views/securityGuard/data.js | 76 +++++++++++++++++++++++--------------
1 files changed, 47 insertions(+), 29 deletions(-)
diff --git a/src/views/securityGuard/data.js b/src/views/securityGuard/data.js
index e550b62..c0f6199 100644
--- a/src/views/securityGuard/data.js
+++ b/src/views/securityGuard/data.js
@@ -502,17 +502,35 @@
searchLabelWidth: 50,
display: false
},
+ // {
+ // label: "企业名称",
+ // searchLabelWidth: 75,
+ // // prop: "deptName",
+ // prop: "deptId",
+ // type: "tree",
+ // // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
+ // props: {
+ // label: "title",
+ // value: "id"
+ // },
+ // // hide: true,
+ // slot: true,
+ // searchSpan: 5,
+ // display: false,
+ // search: true,
+ // minWidth: 160
+ // },
{
- label: "企业名称",
+ label: "从业单位",
searchLabelWidth: 75,
// prop: "deptName",
- prop: "deptId",
- type: "tree",
+ prop: "unitName",
+ // type: "tree",
// dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
- props: {
- label: "title",
- value: "id"
- },
+ // props: {
+ // label: "title",
+ // value: "id"
+ // },
// hide: true,
slot: true,
searchSpan: 5,
@@ -691,28 +709,28 @@
}]
},
- {
- label: "是否制证",
- prop: "userType",
- type: "select",
- sortable: true,
- slot: true,
- search: true,
- // searchValue: 7,
- editDisplay: false,
- addDisplay: false,
- searchSpan: 3,
- width: 110,
- dicData: [{
- label: "已制证",
- value: 6
- },
- {
- label: "未制证",
- value: 7
- }
- ]
- },
+ // {
+ // label: "是否制证",
+ // prop: "userType",
+ // type: "select",
+ // sortable: true,
+ // slot: true,
+ // search: true,
+ // // searchValue: 7,
+ // editDisplay: false,
+ // addDisplay: false,
+ // searchSpan: 3,
+ // width: 110,
+ // dicData: [{
+ // label: "已制证",
+ // value: 6
+ // },
+ // {
+ // label: "未制证",
+ // value: 7
+ // }
+ // ]
+ // },
// {
// label: "发证日期",
--
Gitblit v1.9.3