Browse Source

优化

master
陈裕财 3 years ago
parent
commit
95437e42a6
  1. 3
      src/views/xm/rpt/branch/branchWorkItemDayList.vue
  2. 3
      src/views/xm/rpt/branch/menuDayAccumulate.vue
  3. 1
      src/views/xm/rpt/branch/menuDayTrend.vue
  4. 3
      src/views/xm/rpt/branch/questionDayAccumulate.vue
  5. 1
      src/views/xm/rpt/branch/questionDayTrend.vue
  6. 1
      src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
  7. 1
      src/views/xm/rpt/iteration/burnout.vue
  8. 3
      src/views/xm/rpt/iteration/menuDayAccumulate.vue
  9. 1
      src/views/xm/rpt/iteration/menuDayTrend.vue
  10. 3
      src/views/xm/rpt/iteration/questionDayAccumulate.vue
  11. 1
      src/views/xm/rpt/iteration/questionDayTrend.vue
  12. 1
      src/views/xm/rpt/product/menuAgeDist.vue
  13. 1
      src/views/xm/rpt/product/menuAttDist.vue
  14. 3
      src/views/xm/rpt/product/menuDayAccumulate.vue
  15. 1
      src/views/xm/rpt/product/menuDayTrend.vue
  16. 1
      src/views/xm/rpt/product/menuSort.vue
  17. 1
      src/views/xm/rpt/product/productWorkItemDayList.vue
  18. 1
      src/views/xm/rpt/product/questionAgeDist.vue
  19. 1
      src/views/xm/rpt/product/questionAttDist.vue
  20. 3
      src/views/xm/rpt/product/questionDayAccumulate.vue
  21. 1
      src/views/xm/rpt/product/questionDayTrend.vue
  22. 1
      src/views/xm/rpt/product/questionRetestDist.vue
  23. 1
      src/views/xm/rpt/product/questionSort.vue
  24. 1
      src/views/xm/rpt/project/projectWorkItemDayList.vue
  25. 1
      src/views/xm/rpt/project/projectWorkloadSetDayList.vue
  26. 1
      src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
  27. 1
      src/views/xm/rpt/project/taskAgeDist.vue
  28. 1
      src/views/xm/rpt/project/taskAttDist.vue
  29. 3
      src/views/xm/rpt/project/taskDayAccumulate.vue
  30. 1
      src/views/xm/rpt/project/taskDayTrend.vue
  31. 1
      src/views/xm/rpt/project/taskSort.vue
  32. 4
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
  33. 1
      src/views/xm/rpt/testPlan/testDayTimesCalc.vue
  34. 2
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
  35. 2
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

3
src/views/xm/rpt/branch/branchWorkItemDayList.vue

@ -264,7 +264,8 @@
this.dicts=res.data.data;
})
*/
//this.charts();
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();
}//end mounted

3
src/views/xm/rpt/branch/menuDayAccumulate.vue

@ -283,8 +283,9 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open()
this.open();
}//end mounted
}

1
src/views/xm/rpt/branch/menuDayTrend.vue

@ -283,6 +283,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

3
src/views/xm/rpt/branch/questionDayAccumulate.vue

@ -273,8 +273,9 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open()
this.open();
}//end mounted
}

1
src/views/xm/rpt/branch/questionDayTrend.vue

@ -284,6 +284,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/iteration/IterationWorkItemDayList.vue

@ -306,6 +306,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/iteration/burnout.vue

@ -320,6 +320,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

3
src/views/xm/rpt/iteration/menuDayAccumulate.vue

@ -314,8 +314,9 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open()
this.open();
}//end mounted
}

1
src/views/xm/rpt/iteration/menuDayTrend.vue

@ -327,6 +327,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

3
src/views/xm/rpt/iteration/questionDayAccumulate.vue

@ -314,8 +314,9 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open()
this.open();
}//end mounted
}

1
src/views/xm/rpt/iteration/questionDayTrend.vue

@ -326,6 +326,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/menuAgeDist.vue

@ -274,6 +274,7 @@
initSimpleDicts('all',['demandSource','demandLvl','demandType','priority','menuStatus'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/menuAttDist.vue

@ -335,6 +335,7 @@
initSimpleDicts('all',['demandSource','demandLvl','demandType','priority','menuStatus'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

3
src/views/xm/rpt/product/menuDayAccumulate.vue

@ -288,8 +288,9 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open()
this.open();
}//end mounted
}

1
src/views/xm/rpt/product/menuDayTrend.vue

@ -300,6 +300,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/menuSort.vue

@ -310,6 +310,7 @@
initSimpleDicts('all',['demandSource','demandLvl','demandType','priority','menuStatus'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/productWorkItemDayList.vue

@ -282,6 +282,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/questionAgeDist.vue

@ -331,6 +331,7 @@
initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/questionAttDist.vue

@ -410,6 +410,7 @@
initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

3
src/views/xm/rpt/product/questionDayAccumulate.vue

@ -289,8 +289,9 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open()
this.open();
}//end mounted
}

1
src/views/xm/rpt/product/questionDayTrend.vue

@ -299,6 +299,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/questionRetestDist.vue

@ -389,6 +389,7 @@
initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/product/questionSort.vue

@ -380,7 +380,6 @@
initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/project/projectWorkItemDayList.vue

@ -277,6 +277,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/project/projectWorkloadSetDayList.vue

@ -308,6 +308,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/project/projectWorkloadSetMonthList.vue

@ -309,6 +309,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/project/taskAgeDist.vue

@ -245,6 +245,7 @@
initSimpleDicts('all',['planType','xmTaskSettleSchemel','taskType','priority','taskState'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/project/taskAttDist.vue

@ -309,6 +309,7 @@
initSimpleDicts('all',['planType','xmTaskSettleSchemel','taskType','priority','taskState'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

3
src/views/xm/rpt/project/taskDayAccumulate.vue

@ -279,8 +279,9 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open()
this.open();
}//end mounted
}

1
src/views/xm/rpt/project/taskDayTrend.vue

@ -255,6 +255,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

1
src/views/xm/rpt/project/taskSort.vue

@ -282,6 +282,7 @@
initSimpleDicts('all',['planType','xmTaskSettleSchemel','taskType','priority','taskState'] ).then(res=>{
this.dicts=res.data.data;
})
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

4
src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue

@ -309,7 +309,9 @@
this.dicts=res.data.data;
})
this.initData();
this.open();
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();
}//end mounted
}

1
src/views/xm/rpt/testPlan/testDayTimesCalc.vue

@ -279,6 +279,7 @@
this.dicts=res.data.data;
})
*/
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();

2
src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue

@ -298,6 +298,8 @@
this.dicts=res.data.data;
})
this.initData();
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();
}//end mounted

2
src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

@ -322,6 +322,8 @@
this.dicts=res.data.data;
})
this.initData();
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el)
//this.charts();
this.open();
}//end mounted

Loading…
Cancel
Save