|
@@ -11,19 +11,19 @@
|
11
|
11
|
<el-card>
|
12
|
12
|
<div class="titleBox">
|
13
|
13
|
<div class="title">销售金额:</div>
|
14
|
|
- <div class="money">¥{{dataTotal.total_price}}</div>
|
|
14
|
+ <div class="money"><img src="https://we-spa.oss-cn-shenzhen.aliyuncs.com/pad_clerk/icon/slices/%E4%BA%BA%E6%B0%91%E5%B8%81.png" alt="">{{dataTotal.total_price}}</div>
|
15
|
15
|
</div>
|
16
|
16
|
</el-card>
|
17
|
17
|
<el-card>
|
18
|
18
|
<div class="titleBox">
|
19
|
19
|
<div class="title">消耗金额:</div>
|
20
|
|
- <div class="money">¥{{dataTotal.card_expend_price}}</div>
|
|
20
|
+ <div class="money"><img src="https://we-spa.oss-cn-shenzhen.aliyuncs.com/pad_clerk/icon/slices/%E4%BA%BA%E6%B0%91%E5%B8%81.png" alt="">{{dataTotal.card_expend_price}}</div>
|
21
|
21
|
</div>
|
22
|
22
|
</el-card>
|
23
|
23
|
<el-card>
|
24
|
24
|
<div class="titleBox">
|
25
|
25
|
<div class="title">实收金额:</div>
|
26
|
|
- <div class="money">¥{{dataTotal.payer_price}}</div>
|
|
26
|
+ <div class="money"><img src="https://we-spa.oss-cn-shenzhen.aliyuncs.com/pad_clerk/icon/slices/%E4%BA%BA%E6%B0%91%E5%B8%81.png" alt="">{{dataTotal.payer_price}}</div>
|
27
|
27
|
</div>
|
28
|
28
|
</el-card>
|
29
|
29
|
</div>
|
|
@@ -50,6 +50,7 @@
|
50
|
50
|
</el-table-column>
|
51
|
51
|
<el-table-column prop="payer_price" label="实收金额"></el-table-column>
|
52
|
52
|
<el-table-column prop="pay_way" label="支付方式"></el-table-column>
|
|
53
|
+ <el-table-column prop="type_names" label="类别名称"></el-table-column>
|
53
|
54
|
<el-table-column prop="suser_names" label="美容师"></el-table-column>
|
54
|
55
|
<el-table-column label="操作">
|
55
|
56
|
<template slot-scope="scope">
|
|
@@ -168,6 +169,13 @@ export default {
|
168
|
169
|
font-weight: 700;
|
169
|
170
|
margin-right: 5px;
|
170
|
171
|
}
|
|
172
|
+ .money{
|
|
173
|
+ img{
|
|
174
|
+ width: 13px;
|
|
175
|
+ height: 13px;
|
|
176
|
+ margin-right: 4px;
|
|
177
|
+ }
|
|
178
|
+ }
|
171
|
179
|
}
|
172
|
180
|
}
|
173
|
181
|
.createOrder {
|