Browse Source

修改样式

wangzhuo 1 year ago
parent
commit
9ad4e5f504
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/views/iosBasicData/bcorps/index.vue

+ 7 - 2
src/views/iosBasicData/bcorps/index.vue

@@ -141,7 +141,7 @@ export default {
         props: {
           labelText: "标题",
           label: "cnName",
-          value: "value",
+          value: "id",
           children: "children"
         }
       },
@@ -1083,6 +1083,7 @@ export default {
     bcorpstypedefineListfun() {
       bcorpstypedefineList().then(res => {
         this.customTypeData = res.data.data.records
+        console.log(this.customTypeData);
       })
     },
     editOpen(row) {
@@ -1253,7 +1254,7 @@ export default {
 };
 </script>
 
-<style scoped>
+<style lang="scss" scoped>
 ::v-deep#out-table .back-one {
   background: #ecf5ff !important;
 }
@@ -1265,4 +1266,8 @@ export default {
 ::v-deep .el-input-group__append {
   padding: 0 0px !important;
 }
+
+/deep/ .el-tree-node__content>.el-tree-node__expand-icon {
+  visibility: hidden;
+}
 </style>