Browse Source

优化

master
陈裕财 3 years ago
parent
commit
9af776ec4d
  1. 4
      src/views/xm/rpt/product/menuAgeDist.vue
  2. 4
      src/views/xm/rpt/product/menuAttDist.vue
  3. 4
      src/views/xm/rpt/product/questionAgeDist.vue
  4. 4
      src/views/xm/rpt/product/questionAttDist.vue
  5. 4
      src/views/xm/rpt/product/questionRetestDist.vue
  6. 4
      src/views/xm/rpt/project/taskAgeDist.vue
  7. 4
      src/views/xm/rpt/project/taskAttDist.vue
  8. 4
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
  9. 4
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
  10. 1
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

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

@ -158,7 +158,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -191,7 +191,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -214,7 +214,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -247,7 +247,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -190,7 +190,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -223,7 +223,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -259,7 +259,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -292,7 +292,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -224,7 +224,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -257,7 +257,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -126,7 +126,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -159,7 +159,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -186,7 +186,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -219,7 +219,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -163,7 +163,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -196,7 +196,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -156,7 +156,7 @@
}, },
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个 {d}%',
}, },
toolbox: { toolbox: {
@ -189,7 +189,7 @@
label: { label: {
show: true, show: true,
formatter:'{b} {c}个 {d}%',
}, },
} }
] ]

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

@ -175,7 +175,6 @@
tooltip: { tooltip: {
trigger: 'item', trigger: 'item',
formatter:'{b} {c}个',
}, },
barMaxWidth: 100, barMaxWidth: 100,
toolbox: { toolbox: {

Loading…
Cancel
Save