Browse Source

优化

master
陈裕财 3 years ago
parent
commit
6e42c11c5b
  1. 5
      src/views/xm/rpt/branch/menuDayAccumulate.vue
  2. 5
      src/views/xm/rpt/branch/questionDayAccumulate.vue
  3. 3
      src/views/xm/rpt/iteration/menuDayAccumulate.vue
  4. 3
      src/views/xm/rpt/iteration/questionDayAccumulate.vue
  5. 3
      src/views/xm/rpt/product/questionDayAccumulate.vue

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

@ -166,7 +166,8 @@
this.myChart.setOption(
{
title: {
text: '需求累积图'
text: '需求累积图',
left: 'center'
},
tooltip: {
@ -179,6 +180,8 @@
}
},
legend: {
top:'5%',
left: 'center',
data: ['未开始', '执行中', '已完成', '已关闭']
},
grid: {

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

@ -153,7 +153,8 @@
this.myChart.setOption(
{
title: {
text: '缺陷累积图'
text: '缺陷累积图',
left: 'center'
},
tooltip: {
@ -166,6 +167,8 @@
}
},
legend: {
top:'5%',
left: 'center',
data: ['新提出', '执行中', '已解决', '已关闭']
},
grid: {

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

@ -174,7 +174,8 @@
this.myChart.setOption(
{
title: {
text: '需求累积图'
text: '需求累积图',
left: 'center'
},
tooltip: {

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

@ -172,7 +172,8 @@
this.myChart.setOption(
{
title: {
text: '缺陷累积图'
text: '缺陷累积图',
left: 'center'
},
tooltip: {

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

@ -164,7 +164,8 @@
this.myChart.setOption(
{
title: {
text: '缺陷累积图'
text: '缺陷累积图',
left: 'center'
},
tooltip: {

Loading…
Cancel
Save