From 0caae4016eb87ea3a5d5ee472c1ddd22c38fe0c9 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sun, 25 Jun 2023 17:41:09 +0800
Subject: [PATCH] 晋城保安系统

---
 src/views/securityGuard/data.js |   32 +++++++++++++++++++++++++-------
 1 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/src/views/securityGuard/data.js b/src/views/securityGuard/data.js
index e550b62..8572757 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,

--
Gitblit v1.9.3