|
@@ -48,9 +48,9 @@
|
|
|
</a-form>
|
|
|
</div>
|
|
|
<!-- 合计 -->
|
|
|
- <a-alert type="info" showIcon style="margin-bottom:15px">
|
|
|
- <div class="ftext" slot="message">总计:<span>{{ orderTotal || 0 }}</span>单,结算金额:<span>¥{{ paymentAmountTotal || 0 }}</span>元</div>
|
|
|
- </a-alert>
|
|
|
+ <a-alert type="info" showIcon style="margin-bottom:15px">
|
|
|
+ <div class="ftext" slot="message">总计:<span>{{ orderTotal || 0 }}</span>单,结算金额:<span>¥{{ paymentAmountTotal || 0 }}</span>元</div>
|
|
|
+ </a-alert>
|
|
|
<!-- <div class="total">
|
|
|
<a-icon type="info-circle" class="iconImg" />
|
|
|
<strong>总计:</strong><span>{{ orderTotal || 0 }} 单</span><strong style="margin-left: 15px;">结算金额:</strong><span
|
|
@@ -132,7 +132,7 @@ export default {
|
|
|
{
|
|
|
title: '核销时间',
|
|
|
dataIndex: 'usedTime',
|
|
|
- width:100,
|
|
|
+ width: 100,
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
@@ -143,8 +143,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '核销服务名称',
|
|
|
- dataIndex: 'bundName',
|
|
|
- width: 150,
|
|
|
+ dataIndex: 'bundItemName',
|
|
|
+ width: 150,
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
@@ -155,7 +155,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '套餐名称',
|
|
|
- dataIndex: 'bundItemName',
|
|
|
+ dataIndex: 'bundName',
|
|
|
width: 150,
|
|
|
align: 'center'
|
|
|
},
|