@ -100,7 +100,7 @@
if(this.xmIteration && this.xmIteration.id){
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'需求年龄数量分布'
}else {
return (filters.product?'产品【'+filters.product.productName+'】':'')+'需求年龄数量分布'
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'需求年龄数量分布'
}
},
@ -128,7 +128,7 @@
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'需求属性数量分布'
return (filters.product?'产品【'+filters.product.productName+'】':'')+'需求属性数量分布'
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'需求属性数量分布'
@ -1,6 +1,6 @@
<template>
<section>
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'需求累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-row :gutter="5">
<el-col :span="18"> <div>
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'需求每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'需求每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-col :span="18">
@ -102,7 +102,7 @@
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'用户故事数量排行榜'
return (filters.product?'产品【'+filters.product.productName+'】':'')+'用户故事数量排行榜'
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'用户故事数量排行榜'
<el-dialog fullscreen :title="(filters.product?'【'+filters.product.productName+'】':'')+'工作项按日分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(this.filters.product?'【'+this.filters.product.productName+'】':'')+'工作项按日分布趋势图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
@ -111,7 +111,7 @@
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'缺陷年龄数量分布'
return (filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷年龄数量分布'
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'缺陷年龄数量分布'
@ -146,7 +146,7 @@
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'缺陷属性数量分布'
return (filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷属性数量分布'
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'缺陷属性数量分布'
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'缺陷累积图'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
<el-dialog fullscreen :title="(this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'缺陷每日趋势'" append-to-body modal-append-to-body width="80%" top="20px" :visible.sync="visible">
@ -113,7 +113,7 @@
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'缺陷数量排行榜'
return (filters.product?'产品【'+filters.product.productName+'】':'')+'缺陷数量排行榜'
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'缺陷数量排行榜'