From c39e4cd7fcbbb5affa1a07d67fd00d0bef2e5c87 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 12 Aug 2021 09:01:41 +0800
Subject: [PATCH] 保安培训路由修改

---
 src/views/securityUnit/data.js |   36 +++++++++++++++++++++++++++---------
 1 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/src/views/securityUnit/data.js b/src/views/securityUnit/data.js
index f2294a1..4f3d31f 100644
--- a/src/views/securityUnit/data.js
+++ b/src/views/securityUnit/data.js
@@ -21,6 +21,8 @@
         prop: "creditcode",
         width: 140,
         hide: true,
+
+        labelWidth: 160,
         // hide: true,
         // editDisplay: false,
         // addDisplay: false
@@ -55,12 +57,16 @@
         label: "企业名称",
         prop: "enterprisename",
         search: true,
+        searchSpan: 4,
+        labelWidth: 160,
         // width: 130,
+        overHidden: true
     },
     {
         label: "企业类型",
         prop: "stats",
         type: "tree",
+        labelWidth: 160,
         dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats",
         props: {
             label: "dictValue",
@@ -77,19 +83,20 @@
     },
     {
         label: "法定代表人",
+        labelWidth: 160,
         prop: "representative",
         width: 80,
         search: true,
-        searchSpan: 5,
+        searchSpan: 4,
         searchLabelWidth: 100
     },
     // {
     //     label: "登记状态",
     //     prop: "regstsat",
-    //     // addDisplay: true, 
+    //     // addDisplay: true,
     //     // editDisplay: true,
     //     // viewDisplay: true,
-    //     // searchSpan: 5,
+    //     // searchSpan: 4,
     //     // dicUrl: "/api/blade-system/dict-biz/dictionary?code=educationType",
     //     // props: {
     //     //     label: "dictValue",
@@ -104,8 +111,9 @@
     //     // // }],
     // },
     {
-        label: "成立日期",
+        label: "注册时间",
         prop: "establishtime",
+        labelWidth: 160,
         width: 130,
         overHidden: true,
         type: "date",
@@ -131,6 +139,7 @@
     {
         label: "注册资本(万元人民币)",
         prop: "registeredcapital",
+        labelWidth: 160,
         // search: true,
         width: 140,
         // overHidden: true
@@ -138,6 +147,7 @@
     {
         label: "实缴资本(万元人民币)",
         prop: "capital",
+        labelWidth: 160,
         // width: 85,
         hide: true,
         // search: true,
@@ -146,6 +156,7 @@
     },
     {
         label: "组织机构代码",
+        labelWidth: 160,
         prop: "organizationcode",
         // width: 110,
         // search: true,
@@ -154,6 +165,7 @@
     {
         label: "工商注册号",
         prop: "registrationnumber",
+        labelWidth: 160,
         width: 120,
         // search: true,
         // searchSpan: 4,
@@ -161,6 +173,7 @@
     {
         label: "纳税人识别号",
         prop: "identificationnumber",
+        labelWidth: 160,
         width: 140,
         // addDisplay: true,
         // editDisplay: true,
@@ -176,7 +189,7 @@
         // // rules: [{
         // //     required: false,
         // //     message: "请选择单位规模",
-        // //     trigger: "blur"   
+        // //     trigger: "blur"
         // // }],
     },
     // {
@@ -203,6 +216,7 @@
     {
         label: "注册地址",
         prop: "address",
+        labelWidth: 160,
         // search: true,
         hide: true,
     },
@@ -210,6 +224,7 @@
         label: "经营范围",
         prop: "business",
         // search: true,
+        labelWidth: 160,
         hide: true,
         // width: 110,
         overHidden: true
@@ -217,6 +232,7 @@
     {
         label: "所属地区",
         prop: "region",
+        labelWidth: 160,
         // width: 110,
         // search: true,
         overHidden: true
@@ -225,6 +241,7 @@
         label: "登记机关",
         prop: "registration",
         // search: true,
+        labelWidth: 160,
         // width: 88,
         overHidden: true,
         hide: true,
@@ -233,6 +250,7 @@
     {
         label: "所属行业",
         prop: "industry",
+        labelWidth: 160,
         hide: true,
         // search: true,
         // width: 88,
@@ -280,7 +298,7 @@
     },
     {
         label: "辖区",
-        prop: "departmentid",
+        prop: "jurisdiction",
         // type: "tree",
         // disabled: true,
         type: "tree",
@@ -373,7 +391,7 @@
     //     }]
     // },
     {
-        label: "成立日期",
+        label: "注册时间",
         prop: "establishtime",
         labelWidth: w,
         span: s,
@@ -382,7 +400,7 @@
         valueFormat: "timestamp",
         rules: [{
             required: true,
-            message: "请输入成立日期",
+            message: "请输入注册时间",
             trigger: "blur"
         }]
     },
@@ -580,7 +598,7 @@
     //     prop: "beneficial",
     //     labelWidth: w,
     //     span: s
-    // }, 
+    // },
     {
         label: "出资金额",
         prop: "capital2",

--
Gitblit v1.9.3