|
@@ -111,9 +111,9 @@
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
<div class="chart-item">
|
|
|
- <h3 v-show="activeTab === '1'">新增趋势图</h3>
|
|
|
- <h3 v-show="activeTab === '2'">上线趋势图</h3>
|
|
|
- <h3 v-show="activeTab === '3'">PRD评审趋势图</h3>
|
|
|
+ <h3 v-for="item in countTitle" v-show="activeTab === item.code+''" :key="'countTab'+item.code">
|
|
|
+ {{ item.msg }}
|
|
|
+ </h3>
|
|
|
<tendency-chart :chart-data="tendencyData" />
|
|
|
</div>
|
|
|
<div class="chart-item">
|
|
@@ -293,13 +293,13 @@ export default {
|
|
|
this.setDate(this.dateType)
|
|
|
this.getTeamList()
|
|
|
this.getRequireDirection()
|
|
|
+ this.getRequireCountTitleEnum()
|
|
|
},
|
|
|
methods: {
|
|
|
onSubmit() {
|
|
|
if (this.activeTab === '2' && this.distributeStatus === 1) {
|
|
|
this.distributeStatus = 2
|
|
|
}
|
|
|
- this.getRequireCountTitleEnum()
|
|
|
this.getSummary()
|
|
|
this.getCumulativeFlowDiagram()
|
|
|
this.getRequireCountTrend()
|