|
@@ -111,9 +111,10 @@
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
<div class="chart-item">
|
|
|
- <h3 v-for="item in countTitle" v-show="activeTab === item.code+''" :key="'countTab'+item.code">
|
|
|
- {{ item.msg }}
|
|
|
- </h3>
|
|
|
+ <h3 v-show="activeTab === '1'">新增趋势图</h3>
|
|
|
+ <h3 v-show="activeTab === '2'">上线趋势图</h3>
|
|
|
+ <h3 v-show="activeTab === '3'">PRD评审趋势图</h3>
|
|
|
+ <h3 v-show="activeTab === '5'">技术准入趋势图</h3>
|
|
|
<tendency-chart :chart-data="tendencyData" />
|
|
|
</div>
|
|
|
<div class="chart-item">
|