Browse Source

优化

master
陈裕财 3 years ago
parent
commit
7d912f694e
  1. 4
      src/views/xm/rpt/iteration/IterationWorkItemDayList.vue
  2. 1
      src/views/xm/rpt/iteration/burnout.vue
  3. 17
      src/views/xm/rpt/iteration/menuDayAccumulate.vue
  4. 4
      src/views/xm/rpt/iteration/menuDayTrend.vue
  5. 7
      src/views/xm/rpt/iteration/questionDayAccumulate.vue
  6. 4
      src/views/xm/rpt/iteration/questionDayTrend.vue
  7. 18
      src/views/xm/rpt/product/menuDayAccumulate.vue
  8. 4
      src/views/xm/rpt/product/menuDayTrend.vue
  9. 4
      src/views/xm/rpt/product/menuSort.vue
  10. 1
      src/views/xm/rpt/product/productWorkItemDayList.vue
  11. 7
      src/views/xm/rpt/product/questionDayAccumulate.vue
  12. 4
      src/views/xm/rpt/product/questionDayTrend.vue
  13. 4
      src/views/xm/rpt/product/questionSort.vue
  14. 4
      src/views/xm/rpt/project/projectWorkItemDayList.vue
  15. 4
      src/views/xm/rpt/project/projectWorkloadSetDayList.vue
  16. 4
      src/views/xm/rpt/project/projectWorkloadSetMonthList.vue
  17. 7
      src/views/xm/rpt/project/taskDayAccumulate.vue
  18. 4
      src/views/xm/rpt/project/taskDayTrend.vue
  19. 4
      src/views/xm/rpt/project/taskSort.vue
  20. 5
      src/views/xm/rpt/testPlan/testDayTimesCalc.vue
  21. 1
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

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

@ -172,12 +172,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis'
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -194,6 +194,7 @@
},
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -187,6 +187,16 @@
}
}
},
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true }
}
},
legend: {
top:'5%',
left: 'center',
@ -197,12 +207,7 @@
right: '4%',
bottom: '3%',
containLabel: true
},
toolbox: {
feature: {
saveAsImage: {}
}
},
},
xAxis: {
type: 'category',
boundaryGap: false,

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

@ -180,12 +180,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis'
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -197,8 +197,13 @@
containLabel: true
},
toolbox: {
show: true,
right:"20px",
feature: {
saveAsImage: {}
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true }
}
},
xAxis: {

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

@ -179,12 +179,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis'
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -174,6 +174,17 @@
}
}
},
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true }
}
},
legend: {
top:'5%',
left: 'center',
@ -184,12 +195,7 @@
right: '4%',
bottom: '3%',
containLabel: true
},
toolbox: {
feature: {
saveAsImage: {}
}
},
},
xAxis: {
type: 'category',
boundaryGap: false,

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

@ -169,12 +169,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -176,12 +176,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -170,6 +170,7 @@
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -189,8 +189,13 @@
containLabel: true
},
toolbox: {
show: true,
right:"20px",
feature: {
saveAsImage: {}
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true }
}
},
xAxis: {

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

@ -170,12 +170,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -217,12 +217,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -142,12 +142,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -160,12 +160,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -160,12 +160,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -164,8 +164,13 @@
containLabel: true
},
toolbox: {
show: true,
right:"20px",
feature: {
saveAsImage: {}
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true }
}
},
xAxis: {

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

@ -146,12 +146,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -146,12 +146,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

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

@ -194,12 +194,12 @@
},
tooltip: {
trigger: 'item',
formatter:'{b} {c}次',
trigger: 'axis',
},
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },
@ -213,7 +213,6 @@
legend: {
top:'5%',
left: 'center',
data: ['次数']
},
xAxis: {
type: 'category',

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

@ -180,6 +180,7 @@
barMaxWidth: 100,
toolbox: {
show: true,
right:"20px",
feature: {
dataView: { show: true, readOnly: false },
magicType: { show: true, type: ['line', 'bar'] },

Loading…
Cancel
Save