소스 검색

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

Shan9312 10 달 전
부모
커밋
b9ff27f7fc
5개의 변경된 파일16개의 추가작업 그리고 5개의 파일을 삭제
  1. BIN
      dist-现代牧业-20240825.zip
  2. BIN
      dist-现代牧业-测试20240815-2.zip
  3. 0 0
      dist/index.html
  4. 7 0
      src/views/asset/template/index.vue
  5. 9 5
      src/views/report/maintenanceFault/index.vue

BIN
dist-现代牧业-20240825.zip


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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.