- {{ tableData.refund.onlineRefundAmount || 0 }}
+ ¥
+ {{ multiplyAndFormat(tableData.refund.onlineRefundAmount || 0) }}
线上退款金额
@@ -245,7 +293,8 @@
- {{ tableData.refund.cashRefundAmount || 0 }}
+ ¥
+ {{ multiplyAndFormat(tableData.refund.cashRefundAmount || 0) }}
现金退款金额
@@ -253,15 +302,17 @@
- {{ tableData.refund.rechargeRefundAmount || 0 }}
+ ¥
+ {{ multiplyAndFormat(tableData.refund.memberRefundAmount || 0) }}
- 充值退款金额
+ 余额退款金额
- {{ tableData.refund.onlineRechargeRefundAmount || 0 }}
+ ¥
+ {{ multiplyAndFormat(tableData.refund.onlineRechargeRefundAmount || 0) }}
线上充值退款金额
@@ -269,20 +320,13 @@
- {{ tableData.refund.cashRechargeRefundAmount || 0 }}
+ ¥
+ {{ multiplyAndFormat(tableData.refund.cashRechargeRefundAmount || 0) }}
现金充值退款金额
-
-
- {{ tableData.refund.memberRefundAmount || 0 }}
-
-
- 会员退款金额
-
-
@@ -442,6 +486,11 @@ onMounted(() => {
.item_list {
margin-top: 14px;
+ .title {
+ font-size: 14px;
+ color: #666;
+ }
+
.item {
height: 50px;
display: flex;
@@ -457,6 +506,14 @@ onMounted(() => {
font-size: 16px;
color: #333;
font-weight: bold;
+ display: flex;
+ align-items: center;
+
+ .i {
+ font-size: 10px;
+ position: relative;
+ top: 1px;
+ }
}
.label {
@@ -503,6 +560,14 @@ onMounted(() => {
font-size: 20px;
font-weight: bold;
color: #333;
+ display: flex;
+ align-items: center;
+
+ .i {
+ font-size: 12px;
+ position: relative;
+ top: 3px;
+ }
}
.t {
diff --git a/src/views/data/index.vue b/src/views/data/index.vue
index 593e38f..0c1014c 100644
--- a/src/views/data/index.vue
+++ b/src/views/data/index.vue
@@ -52,7 +52,7 @@
营业
-
+
@@ -714,6 +714,15 @@ export default {
// this.initCardUserChart();
},
methods: {
+ importDataClose() {
+ // this.summaryGet();
+ this.dateAmount();
+ this.dateProduct();
+ // this.summaryDateGet();
+ this.timeChange(this.timeValue);
+ this.profitRateBarChart()
+ this.costLineChart()
+ },
/**
* 获取分店列表
*/
diff --git a/src/views/data/sales.vue b/src/views/data/sales.vue
index bbf6dd4..770e11f 100644
--- a/src/views/data/sales.vue
+++ b/src/views/data/sales.vue
@@ -44,7 +44,7 @@
导出Excel
下载中...
-
+
diff --git a/src/views/data/table.vue b/src/views/data/table.vue
index 2ef5219..bbeeaaf 100644
--- a/src/views/data/table.vue
+++ b/src/views/data/table.vue
@@ -34,7 +34,7 @@
导出Excel
下载中...
-
+