@ -51,7 +51,7 @@
['已关缺陷',...this.xmProductStateHiss.map(i=>i.closedBugs)]
]
},
title(){
titleCpd(){
return "企业工作项每日趋势图"
@ -85,7 +85,13 @@
testCasedb:null,
startBizDate:'',
endBizDate:'',
params:{
title:'',
remark:'',
dicts:{},//下拉选择框的所有静态数据 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 },//查询中...
dateRanger:[],
@ -145,7 +151,7 @@
this.myChart.setOption({
title: {
text: this.title,
text: this.titleCpd,
left: 'center'
@ -88,7 +88,7 @@
return this.xmProductStateHiss.map(i=>i.menuFinishCnt)
}
return '企业需求每日累积图'
xmProductCpd(){
@ -162,7 +162,7 @@
this.myChart.setOption(
{
@ -77,7 +77,7 @@
return '企业需求每日趋势图'
@ -150,7 +150,7 @@
@ -75,7 +75,7 @@
return this.xmProductStateHiss.map(i=>i.resolvedBugs)
return '企业缺陷每日累积图'
return '企业缺陷每日趋势图'
@ -151,7 +151,7 @@
@ -62,7 +62,7 @@
var preName=""
if(this.filters.testPlan && this.filters.testPlan.id){
@ -187,7 +187,7 @@
@ -95,7 +95,7 @@
return this.xmIterationStateHiss.map(i=>i.budgetWorkload-i.estimateWorkload)
@ -205,7 +205,7 @@
this.myChart = this.$echarts.init(document.getElementById("burnout"));
left:'center'
tooltip: {
@ -193,7 +193,7 @@
@ -90,7 +90,7 @@
@ -194,7 +194,7 @@
@ -85,7 +85,7 @@
@ -191,7 +191,7 @@
@ -89,7 +89,7 @@
@ -103,7 +103,7 @@
}, 0)
@ -181,7 +181,7 @@
@ -129,7 +129,7 @@
@ -238,7 +238,7 @@
@ -79,7 +79,7 @@
@ -174,7 +174,7 @@
left:"center"
@ -82,7 +82,7 @@
@ -176,7 +176,7 @@
@ -87,7 +87,7 @@
return this.xmMenuSorts.map(i=>i.value)
@ -55,7 +55,7 @@
@ -171,7 +171,7 @@
trigger: 'axis',
@ -132,7 +132,7 @@
@ -210,7 +210,7 @@
@ -170,7 +170,7 @@
return this.dicts[itemId].map(i=>i.name)
@ -282,7 +282,7 @@
@ -80,7 +80,7 @@
@ -83,7 +83,7 @@
@ -152,7 +152,7 @@
@ -245,7 +245,7 @@
return this.xmQuestionSorts.map(i=>i.name)
@ -229,7 +229,7 @@
left: 'center',
['已关缺陷',...this.xmProjectStateHiss.map(i=>i.closedBugs)]
@ -166,7 +166,7 @@
@ -67,7 +67,7 @@
@ -184,7 +184,7 @@
});
@ -66,7 +66,7 @@
@ -185,7 +185,7 @@
@ -155,7 +155,7 @@
@ -106,7 +106,7 @@
@ -215,7 +215,7 @@
@ -94,7 +94,7 @@
return this.xmProjectStateHiss.map(i=>i.taskSetCnt)
@ -180,7 +180,7 @@
@ -173,7 +173,7 @@
return this.xmTaskSorts.map(i=>i.value)
@ -165,7 +165,7 @@
@ -102,7 +102,7 @@
return this.xmTestCaseSort.map(i=>i.name)
if(this.filters.testCasedb && this.filters.testCasedb.id){
preName=`测试库【${this.filters.testCasedb.name}】`
@ -108,7 +108,7 @@
preName=`测试计划【${this.filters.testPlan.name}】`
@ -188,7 +188,7 @@
@ -93,7 +93,7 @@
@ -197,7 +197,7 @@
@ -99,7 +99,7 @@
@ -114,7 +114,7 @@
return datas;
@ -189,7 +189,7 @@