Browse Source

月卡合计

zhengkaixin 1 year ago
parent
commit
d1f372c2e9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pagesFinance/statistics/index.vue

+ 3 - 1
pagesFinance/statistics/index.vue

@@ -1262,8 +1262,10 @@
 								}
 								if(i==value.length-1){
 									
-									text1 += "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>新增购买月卡"+ '<span style="' + style +
+									text1 += "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>购买月卡数量"+ '<span style="' + style +
 											'">' +info.cardBuyNum  + '张</span></p>';
+									text1 += "<p><span style='display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:#FF3D00;'></span>购买月卡金额"+ '<span style="' + style +
+											'">' +info.cardBuyFee.toFixed(2)  + '元</span></p>';
 								}
 							}
 							if (this.type_head == 1) {