From 8318a0e79e3b5a2d55d342b6e37df69dbb5c2077 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 10 Jul 2021 17:43:33 +0800
Subject: [PATCH] 细节修改

---
 src/views/securityUnitChild/index.vue |   43 +++++++++++++++++++++++++------------------
 1 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/src/views/securityUnitChild/index.vue b/src/views/securityUnitChild/index.vue
index 9fa5108..3864f4a 100644
--- a/src/views/securityUnitChild/index.vue
+++ b/src/views/securityUnitChild/index.vue
@@ -182,7 +182,7 @@
       creditcode: "",
       //保安单位信息表单
       obj0: {
-        title: "我是头部标题",
+        // title: "我是头部标题",
       },
       option0: {
         emptyBtn: false,
@@ -201,10 +201,11 @@
       query1: {},
       data1: [],
       option1: {
-        card: true,
+        // card: true,
+        tip: false,
         searchSize: "mini",
-        searchMenuSpan: 6,
-        height: 547,
+        searchMenuSpan: 8,
+        height: 563,
         menuWidth: 200,
         align: "center",
         selection: true,
@@ -221,11 +222,13 @@
       query2: {},
       data2: [],
       option2: {
-        card: true,
+        // card: true,
+        tip: false,
         searchSize: "mini",
-        searchMenuSpan: 6,
-        height: 547,
+        searchMenuSpan: 8,
+        height: 563,
         menuWidth: 200,
+        menuAlign: "center",
         align: "center",
         selection: true,
         column: column2,
@@ -688,7 +691,7 @@
     var row = {};
     if (this.readLock("danweidata") != null) {
       row = JSON.parse(this.readLock("danweidata"));
-      this.obj0.title = row.enterprisename + "基本信息";
+      // this.obj0.title = row.enterprisename;
       for (var k in row) {
         this.obj0[k] = row[k];
       }
@@ -707,14 +710,14 @@
           // console.log("已删除");
 
           this.obj0 = {};
-          this.obj0.title = row.enterprisename + "该公司已删除";
+          this.obj0.enterprisename = row.enterprisename + "该公司已删除";
           window.localStorage.removeItem("danweidata");
-          this.creditcode = '';
+          this.creditcode = "";
         }
       }
     } else {
       // console.log("no");
-      this.obj0.title = "未选择查询单位";
+      this.obj0.enterprisename = "未选择查询单位";
     }
   },
   watch: {
@@ -732,12 +735,16 @@
   //   border: 1px solid #000;
   box-sizing: border-box;
 }
-.el-card__body {
-  padding-bottom: 5px !important;
-}
-.avue-crud__tip,
-.el-tag,
-.el-tag--light {
-  padding: 0 !important;
+// .el-card__body {
+//   padding-bottom: 5px !important;
+// }
+// .avue-crud__tip,
+// .el-tag,
+// .el-tag--light {
+//   padding: 0 !important;
+// }
+
+.el-collapse-item{
+  padding-top: 15px !important;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3