|
|
@@ -76,9 +76,9 @@
|
|
|
</div>
|
|
|
<div class="options">
|
|
|
<div style="width:300px;margin-top:10px">
|
|
|
- <el-button type="primary" round @click="hangOff()">>{{t('mall.orderPickup')}}</el-button>
|
|
|
- <el-button type="warning" round @click="hangUp()">>{{t('mall.pendingOrders')}}</el-button>
|
|
|
- <el-button type="danger" round @click="doSettlement()">>{{t('mall.settleMattersSubmit')}}</el-button>
|
|
|
+ <el-button type="primary" round @click="hangOff()">{{t('mall.orderPickup')}}</el-button>
|
|
|
+ <el-button type="warning" round @click="hangUp()">{{t('mall.pendingOrders')}}</el-button>
|
|
|
+ <el-button type="danger" round @click="doSettlement()">{{t('mall.settleMattersSubmit')}}</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|