Browse Source

优化

master
陈裕财 3 years ago
parent
commit
1fabd4cbf1
  1. 2
      src/views/xm/rpt/product/menuAgeDist.vue
  2. 6
      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. 4
      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. 6
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
  9. 4
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue

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

@ -213,7 +213,7 @@
label: { label: {
show: true, show: true,
formatter:'{b}: {c}  ({d}%)'
}, },
} }
] ]

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

@ -182,7 +182,9 @@
{id:'dlvl', name:'需求层次'}, {id:'dlvl', name:'需求层次'},
{id:'priority', name:'优先级'} {id:'priority', name:'优先级'}
], ],
dicts:{},// params=[{categoryId:'0001',itemCode:'sex'}] {'sex':[{optionValue:'1',optionName:'',seqOrder:'1',fp:'',isDefault:'0'},{optionValue:'2',optionName:'',seqOrder:'2',fp:'',isDefault:'0'}]}
dicts:{
'demandSource':[],'demandLvl':[],'demandType':[],'priority':[],'menuStatus':[]
},// params=[{categoryId:'0001',itemCode:'sex'}] {'sex':[{optionValue:'1',optionName:'',seqOrder:'1',fp:'',isDefault:'0'},{optionValue:'2',optionName:'',seqOrder:'2',fp:'',isDefault:'0'}]}
load:{ list: false, edit: false, del: false, add: false },//... load:{ list: false, edit: false, del: false, add: false },//...
dateRanger:[], dateRanger:[],
maxTableHeight:300, maxTableHeight:300,
@ -268,7 +270,7 @@
label: { label: {
show: true, show: true,
formatter:'{b}: {c}  ({d}%)'
}, },
} }
] ]

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

@ -239,7 +239,7 @@
label: { label: {
show: true, show: true,
formatter:'{b}: {c}  ({d}%)'
}, },
} }
] ]

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

@ -312,7 +312,7 @@
label: { label: {
show: true, show: true,
formatter:'{b}: {c}  ({d}%)'
}, },
} }
] ]

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

@ -273,8 +273,8 @@
}, },
label: { label: {
show: true,
show: true,
formatter:'{b}: {c}  ({d}%)'
}, },
} }
] ]

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

@ -184,7 +184,7 @@
label: { label: {
show: true, show: true,
formatter:'{b}: {c}  ({d}%)'
}, },
} }
] ]

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

@ -244,7 +244,7 @@
label: { label: {
show: true, show: true,
formatter:'{b}: {c}  ({d}%)'
}, },
} }
] ]

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

@ -125,7 +125,7 @@
}, },
/**0-未测,1-通过,2-受阻,3-忽略,4-失败 */ /**0-未测,1-通过,2-受阻,3-忽略,4-失败 */
legendCpd(){ legendCpd(){
return ['0次','1次','2次','3-5次','5-10次','10次以上']
return ['规划0次','规划1次','规划2次','规划3-5次','规划5-10次','规划10次以上']
}, },
xmProductCpd(){ xmProductCpd(){
@ -216,8 +216,8 @@
}, },
label: { label: {
show: true,
show: true,
formatter:'{b}的用例数: {c} ({d}%)'
}, },
} }
] ]

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

@ -209,8 +209,8 @@
}, },
label: { label: {
show: true,
show: true,
formatter:'{b}: {c} ({d}%)'
}, },
} }
] ]

Loading…
Cancel
Save