|
|
@ -102,7 +102,7 @@ |
|
|
if(this.xmIteration && this.xmIteration.id){ |
|
|
if(this.xmIteration && this.xmIteration.id){ |
|
|
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'用户故事数量排行榜' |
|
|
return (this.xmIteration?'迭代【'+this.xmIteration.iterationName+'】':'')+'用户故事数量排行榜' |
|
|
}else { |
|
|
}else { |
|
|
return (filters.product?'产品【'+filters.product.productName+'】':'')+'用户故事数量排行榜' |
|
|
|
|
|
|
|
|
return (this.filters.product?'产品【'+this.filters.product.productName+'】':'')+'用户故事数量排行榜' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|