Compare commits
No commits in common. "2e141ee4e77d7b0162101c7b9885a79e567996d9" and "a8722758f7c9234fa52f3114836ce3aba4cdb8a0" have entirely different histories.
2e141ee4e7
...
a8722758f7
|
|
@ -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,6 +286,7 @@ 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() {
|
||||
|
|
@ -326,7 +327,6 @@ export default {
|
|||
},
|
||||
created() {
|
||||
this.getCompanyAndProjectFun()
|
||||
this.getCardListFun()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue