|
@@ -6,7 +6,7 @@
|
|
|
<div class="contentx" v-if="item!=null">
|
|
<div class="contentx" v-if="item!=null">
|
|
|
<div class="desct"></div>
|
|
<div class="desct"></div>
|
|
|
<div class="order-status" v-if="item!=null" >
|
|
<div class="order-status" v-if="item!=null" >
|
|
|
- <el-steps :active="item.status==3?item.status+1:item.status" align-center>
|
|
|
|
|
|
|
+ <el-steps :active="item.status+1" align-center>
|
|
|
<el-step title="待支付"></el-step>
|
|
<el-step title="待支付"></el-step>
|
|
|
<el-step title="待发货"></el-step>
|
|
<el-step title="待发货"></el-step>
|
|
|
<el-step title="待收货"></el-step>
|
|
<el-step title="待收货"></el-step>
|
|
@@ -378,7 +378,7 @@ export default {
|
|
|
this.getDicts("sys_store_pay_type").then(response => {
|
|
this.getDicts("sys_store_pay_type").then(response => {
|
|
|
this.PayOptions = response.data;
|
|
this.PayOptions = response.data;
|
|
|
});
|
|
});
|
|
|
- this.getDicts("sys_order_status").then(response => {
|
|
|
|
|
|
|
+ this.getDicts("sys_live_order_status").then(response => {
|
|
|
this.orderOptions = response.data;
|
|
this.orderOptions = response.data;
|
|
|
});
|
|
});
|
|
|
this.getDicts("sys_order_pay").then(response => {
|
|
this.getDicts("sys_order_pay").then(response => {
|