Browse Source

优化

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

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

@ -211,7 +211,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'需求数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -268,7 +268,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'需求数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -240,7 +240,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'缺陷数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -312,7 +312,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'缺陷数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -275,7 +275,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'缺陷数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -185,7 +185,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'任务数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -245,7 +245,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'任务数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -218,7 +218,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'用例数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

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

@ -209,7 +209,7 @@
style: { style: {
// text: '', // text: '',
text: text:
'数'+this.total ,
'用例数'+this.total ,
textAlign: 'center', textAlign: 'center',
fill: '#333', fill: '#333',

Loading…
Cancel
Save