|
@@ -7,8 +7,8 @@
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
<a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px', cursor: 'pointer' }" v-for="(item, index) in zhibiaoTotal" :key="index" @click="clickItemTotal(item, index)">
|
|
<a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px', cursor: 'pointer' }" v-for="(item, index) in zhibiaoTotal" :key="index" @click="clickItemTotal(item, index)">
|
|
<chart-card :loading="loading" :title="item.title+' (万元) / 当月'" :total="totalPrice(item.monthTotal)">
|
|
<chart-card :loading="loading" :title="item.title+' (万元) / 当月'" :total="totalPrice(item.monthTotal)">
|
|
- <a-tooltip :title="`点击查看${item.title}明细`" slot="action">
|
|
|
|
- <a-icon type="info-circle-o" @click="handleMX(item, index)"/>
|
|
|
|
|
|
+ <a-tooltip :title="`点击查看${item.title}明细`" slot="action" v-if="item.value !== 'lre'">
|
|
|
|
+ <a-icon type="info-circle-o" @click.stop="handleMX(item, index)"/>
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
<div>
|
|
<div>
|
|
<trend :flag="setJiantou(item.monthTb)" style="margin-right: 16px;">
|
|
<trend :flag="setJiantou(item.monthTb)" style="margin-right: 16px;">
|
|
@@ -444,6 +444,7 @@
|
|
handleMX(item, index){
|
|
handleMX(item, index){
|
|
// console.log(9898,item, index)
|
|
// console.log(9898,item, index)
|
|
this.listData = item
|
|
this.listData = item
|
|
|
|
+ this.$refs.modalForm.getList()
|
|
},
|
|
},
|
|
//限制选择年份
|
|
//限制选择年份
|
|
disabledYear(current){
|
|
disabledYear(current){
|