From f6722070ab96b71a6d2e61bc1850238a2bb554eb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 09 Jul 2021 14:57:03 +0800
Subject: [PATCH] +

---
 src/views/securityUnit/data.js |   98 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 94 insertions(+), 4 deletions(-)

diff --git a/src/views/securityUnit/data.js b/src/views/securityUnit/data.js
index dd11928..c96e190 100644
--- a/src/views/securityUnit/data.js
+++ b/src/views/securityUnit/data.js
@@ -31,11 +31,36 @@
     //     editDisplay: false,
     //     addDisplay: false
     // },//上面不显示
+    // {
+    //     label: "部门",
+    //     prop: "departmentid",
+    //     // type: "tree",
+    //     disabled: true,
+    //     dicData: [],
+    //     labelWidth: w,
+    //     span: s,
+    //     props: {
+    //         label: "title",
+    //     },
+    //     rules: [
+    //         {
+    //             required: true,
+    //             message: "请选择所属部门",
+    //             trigger: "click",
+    //         },
+    //     ],
+    // },
     {
         label: "企业名称",
         prop: "enterprisename",
         search: true,
         width: 130,
+    },
+    {
+        label: "企业类型",
+        prop: "stats",
+        labelWidth: w,
+        span: s
     },
     {
         label: "法定代表人",
@@ -180,6 +205,7 @@
         prop: "registration",
         // search: true,
         // width: 88,
+        overHidden: true,
     },
 
     {
@@ -212,7 +238,7 @@
         label: "",
         labelWidth: 20,
         type: 'title',
-        prop: "title",
+        prop: "title0",
         span: 24,
         styles: {
             fontSize: '24px'
@@ -229,6 +255,25 @@
             trigger: "blur"
         }]
     },
+    // {
+    //     label: "部门",
+    //     prop: "departmentid",
+    //     // type: "tree",
+    //     disabled: true,
+    //     dicData: [],
+    //     labelWidth: w,
+    //     span: s,
+    //     props: {
+    //         label: "title",
+    //     },
+    //     rules: [
+    //         {
+    //             required: true,
+    //             message: "请选择所属部门",
+    //             trigger: "click",
+    //         },
+    //     ],
+    // },
     {
         label: "企业名称",
         prop: "enterprisename",
@@ -238,6 +283,12 @@
     {
         label: "法定代表人",
         prop: "representative",
+        labelWidth: w,
+        span: s
+    },
+    {
+        label: "企业类型",
+        prop: "stats",
         labelWidth: w,
         span: s
     },
@@ -305,7 +356,8 @@
         label: "登记机关",
         prop: "registration",
         labelWidth: w,
-        span: s
+        span: s,
+        // overHidden: true,
     },
 
     {
@@ -321,7 +373,7 @@
         label: "",
         labelWidth: 20,
         type: 'title',
-        prop: "title",
+        prop: "title1",
         span: 24,
         styles: {
             fontSize: '24px'
@@ -333,6 +385,25 @@
         disabled: true,
         labelWidth: w,
         span: s
+    },
+    {
+        label: "部门",
+        prop: "departmentid",
+        // type: "tree",
+        disabled: true,
+        dicData: [],
+        labelWidth: w,
+        span: s,
+        props: {
+            label: "title",
+        },
+        rules: [
+            {
+                required: true,
+                message: "请选择所属部门",
+                trigger: "click",
+            },
+        ],
     },
     {
         label: "股东",
@@ -382,7 +453,7 @@
         label: "",
         labelWidth: 20,
         type: 'title',
-        prop: "title",
+        prop: "title2",
         span: 24,
         styles: {
             fontSize: '24px'
@@ -396,6 +467,25 @@
         span: s
     },
     {
+        label: "部门",
+        prop: "departmentid",
+        // type: "tree",
+        disabled: true,
+        dicData: [],
+        labelWidth: w,
+        span: s,
+        props: {
+            label: "title",
+        },
+        rules: [
+            {
+                required: true,
+                message: "请选择所属部门",
+                trigger: "click",
+            },
+        ],
+    },
+    {
         label: "姓名",
         prop: "name",
         labelWidth: w,

--
Gitblit v1.9.3