Browse Source

两个优化-跳转-样式增大

Shan9312 6 months ago
parent
commit
b9ff27f7fc

BIN
dist-现代牧业-20240825.zip


BIN
dist-现代牧业-测试20240815-2.zip


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 7 - 0
src/views/asset/template/index.vue

@@ -142,4 +142,11 @@ export default {
   .component-item{
     overflow-y: auto
   }
+  ::v-deep .el-tree-node__expand-icon{
+    font-size: 24px;
+  }
+  ::v-deep .el-tree-node__label{
+  font-size: 18px;
+  }
+
 </style>

+ 9 - 5
src/views/report/maintenanceFault/index.vue

@@ -313,6 +313,7 @@ export default {
       }
     },
     table_click1(row) {
+      console.log(row,'hss1')
       if (row.name !== '现代牧业') {
         this.pastureName = row.pastureName
         this.tableObj.getdataListParm.parammaps.offset = 1
@@ -331,6 +332,7 @@ export default {
       this.eqClassList =  this.eqClassList3
     },
     table_click2(row) {
+      console.log(row, 'hss3')
       this.tableObj.getdataListParm.parammaps.offset = 1
       this.typename = row.eqClassName
       this.tableObj.getdataListParm.parammaps.pastureId = row.pastureId
@@ -361,10 +363,12 @@ export default {
       this.tableObj.getdataListParm.offset = 1
       this.tableObj.getdataListParm.parammaps.eqClassPIdStr = ''
       this.tableObj.getdataListParm.parammaps.level = "1"
+      this.tableObj.getdataListParm.parammaps.eqClassId =  ''
       this.tableObj.getdataListParm.parammaps.eqName = ''
-      this.tableObj.getdataListParm.parammaps.eqClassId = ''
-      this.tableObj.getdataListParm.parammaps.pastureId = ''
-      this.tableObj.getdataListParm.parammaps.pastureName = ''
+      // todo:
+      // this.tableObj.getdataListParm.parammaps.pastureId = ''
+      // this.tableObj.getdataListParm.parammaps.pastureName = ''
+      
       this.eqClassList =  this.eqClassList2
       this.get_table_data()
       this.isType = false
@@ -392,8 +396,8 @@ export default {
       this.tableObj.getdataListParm.parammaps.level = "2"
       this.tableObj.getdataListParm.parammaps.eqName = ''
       this.tableObj.getdataListParm.parammaps.eqClassId = ''
-      this.tableObj.getdataListParm.parammaps.pastureId = ''
-      this.tableObj.getdataListParm.parammaps.pastureName = ''
+      // this.tableObj.getdataListParm.parammaps.pastureId = ''
+      // this.tableObj.getdataListParm.parammaps.pastureName = ''
 
       this.eqClassList =  this.eqClassList3
       // this.tableObj.getdataListParm.parammaps.pastureid = this.tableObj.getdataListParm.parammaps.pastureid

Some files were not shown because too many files changed in this diff