Browse Source

再次提交

Lijy 3 years ago
parent
commit
ea7b091748
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

@@ -419,7 +419,7 @@
                         // 测试写的
                             // var shujuy = res.data.costList
                             // var arrsa = []
-                            // for(var i=0; i<40; i++) {
+                            // for(var i=0; i<30; i++) {
                             //     arrsa.push(shujuy[0])
                             // }
                             // console.log(arrsa)
@@ -427,7 +427,7 @@
                             for(var i in res.data.costList) {
                                 if(i>20) {
                                     // this.widthHtval = +this.widthHtval + 2
-                                    this.widthHtval = +this.widthHtval + 30
+                                    this.widthHtval = +this.widthHtval + 40
                                 } else {
                                     this.widthHtval = 1800
                                 }