首页代码优化

This commit is contained in:
BianLzhaoMin 2025-03-25 18:48:55 +08:00
parent 233684f22b
commit 3633b2cf71
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>