From 3dfb22e8b4d9d6f33fe181e3e1ddb42a05314b35 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 08 Sep 2021 16:38:07 +0800
Subject: [PATCH] 派遣人员查询修改,通知公告附近上传修改,保安员上传附件刷新,出资人,管理人,设备附件上传修改
---
src/views/securityGuard/data.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/views/securityGuard/data.js b/src/views/securityGuard/data.js
index a2fd373..cd92483 100644
--- a/src/views/securityGuard/data.js
+++ b/src/views/securityGuard/data.js
@@ -483,12 +483,29 @@
label: "title",
value: "id",
},
+ // hide: true,
slot: true,
searchSpan: 5,
display: false,
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: "sex",
--
Gitblit v1.9.3