|
@@ -60,8 +60,8 @@
|
|
|
</template>
|
|
|
</a-statistic>
|
|
|
<div>
|
|
|
- <div class="info"><small>达成金额</small> <small>{{targetData.y1a}}</small></div>
|
|
|
- <div class="info"><small>目标金额</small> <small>{{targetData.y1l}}</small></div>
|
|
|
+ <div class="info"><small>达成金额</small> <small>{{targetData.y1a}}万元</small></div>
|
|
|
+ <div class="info"><small>目标金额</small> <small>{{targetData.y1l}}万元</small></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<ringProgress idname="ringProgress3" :percent="targetData.y1a / targetData.y1l"></ringProgress>
|
|
@@ -186,7 +186,7 @@
|
|
|
</a-table-column>
|
|
|
</a-table-column-group>
|
|
|
<a-table-column-group v-for="item in 3" :key="item">
|
|
|
- <template #title>{{`${item + 9}月`}}</template>
|
|
|
+ <template #title>{{`${item + 9}月(万元)`}}</template>
|
|
|
<a-table-column title="目标" :data-index="`m${item + 9}l`" width="100px">
|
|
|
</a-table-column>
|
|
|
<a-table-column title="实际" :data-index="`m${item + 9}a`" width="100px">
|