Browse Source

优化需采集信息点文案显示不全问题

zhangyu 4 years ago
parent
commit
d1a96f9732

+ 2 - 2
src/components/business_space/business/handsontable.vue

@@ -857,9 +857,9 @@ export default {
     },
     //选择业务空间类型-添加业务空间
     changeAddType(val, item, value) {
-      if (value.length == 2 && value[1] == "OtherZone") {
+      if (value.length == 2 && value[0] == "OtherZone") {
         this.addData.spaceType = val;
-        this.addData.otherType = value[1]
+        this.addData.otherType = value[0]
         this.addData.spaceName = `其他分区-${item.Name}`;
         this.addData.showType = this.showType;
         this.addData.buildFloorSelectd = this.buildFloorSelectd;

+ 4 - 0
src/views/ready/collectsetting/index.vue

@@ -1142,6 +1142,10 @@
               white-space: nowrap;
               text-overflow: ellipsis;
             }
+
+            /deep/ .el-checkbox__label {
+              display: initial;
+            }
           }
         }
       }