首页代码优化
This commit is contained in:
parent
233684f22b
commit
3633b2cf71
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue