From 33ba0b0585a2ecbbb04ade3df268ad2b05e1221c Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 30 十月 2024 18:32:18 +0800
Subject: [PATCH] 1.财务报表-增加总销售扎数

---
 pages/bill/_type/index.vue |   25 ++++++++-----------------
 1 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/pages/bill/_type/index.vue b/pages/bill/_type/index.vue
index b5ff618..c852983 100644
--- a/pages/bill/_type/index.vue
+++ b/pages/bill/_type/index.vue
@@ -57,6 +57,12 @@
       </el-col>
       <el-col :span="4" class="mb-10">
         <el-card>
+          <div class="statistic-title">优惠券金额</div>
+          <div class="statistic-num">{{ statistic.memberCouponAmount }}</div>
+        </el-card>
+      </el-col>
+      <el-col :span="4" class="mb-10">
+        <el-card>
           <div class="statistic-title">利润合计</div>
           <div class="statistic-num">{{ statistic.profitAmount }}</div>
         </el-card>
@@ -112,6 +118,7 @@
           },
           { label: '质检退款', prop: 'deductAmount', minWidth: 150 },
           { label: '售后退款', prop: 'salesAmount', minWidth: 150 },
+          { label: '优惠券金额', prop: 'memberCouponAmount', minWidth: 150 },
           { label: '利润合计', prop: 'profitAmount', minWidth: 150 },
           {
             label: '账单日期',
@@ -163,21 +170,5 @@
 </script>
 
 <style lang="scss" scoped>
-.statistic-title {
-  text-align: center;
-  font-size: 20px;
-  color: $main-title-color;
-  font-weight: bold;
-  margin-bottom: 6px;
-}
-.statistic-num {
-  text-align: center;
-  font-size: 16px;
-  color: $primary-color;
-}
-::v-deep {
-  .el-card__body {
-    padding: 10px;
-  }
-}
+@import '@/assets/statistic/index.scss';
 </style>

--
Gitblit v1.9.3