From 0c35e05ca9c90883e5073ea35232ea100f866a8f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 19 Aug 2021 15:08:50 +0800
Subject: [PATCH] 保安公司管理

---
 src/views/securityUnit/data.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/securityUnit/data.js b/src/views/securityUnit/data.js
index fd16b73..53b2bb2 100644
--- a/src/views/securityUnit/data.js
+++ b/src/views/securityUnit/data.js
@@ -57,6 +57,7 @@
         label: "企业名称",
         prop: "enterprisename",
         search: true,
+        width: 260,
         searchSpan: 4,
         labelWidth: 160,
         // width: 130,
@@ -66,6 +67,7 @@
         label: "企业类型",
         prop: "stats",
         type: "tree",
+        hide: true,
         labelWidth: 160,
         dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats",
         props: {
@@ -91,7 +93,7 @@
         searchLabelWidth: 100
     },
     {
-        label: "代表人电话",
+        label: "法人电话",
         labelWidth: 160,
         prop: "representativecell",
         width: 98,
@@ -148,6 +150,7 @@
     {
         label: "注册资本",
         prop: "registeredcapital",
+        hide: true,
         labelWidth: 160,
         // search: true,
         width: 80,
@@ -248,7 +251,7 @@
         overHidden: true
     },
     {
-        label: "所属地区",
+        label: "所属辖区",
         prop: "region",
         labelWidth: 160,
         // width: 110,

--
Gitblit v1.9.3