Compare commits

...

2 Commits

Author SHA1 Message Date
BianLzhaoMin 2e141ee4e7 Merge branch 'material-ui' of http://192.168.0.75:3000/bonus/bonus-ui into material-ui 2025-03-25 18:48:57 +08:00
BianLzhaoMin 3633b2cf71 首页代码优化 2025-03-25 18:48:55 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<div class="f-14">
较上月{{ isReduce ? '增高' : '降低' }}{{ ratio }}%
<svg-icon v-if="isReduce" icon-class="down_arrow" />
<svg-icon v-if="!isReduce" icon-class="down_arrow" />
<svg-icon v-else icon-class="up_arrow" />
</div>
</div>

View File

@ -286,7 +286,6 @@ export default {
this.cardList_3[0].cardNum = projectNum
this.cardList_3[1].cardNum = suppliedQuantityAllNum || 0
this.cardList_3[2].cardNum = suppliedQuantityPrice || 0
console.log(res, '--')
},
//
async getCompanyAndProjectFun() {
@ -327,6 +326,7 @@ export default {
},
created() {
this.getCompanyAndProjectFun()
this.getCardListFun()
}
}
</script>