状态修改
This commit is contained in:
parent
154c428bbf
commit
04e8256a9d
|
@ -2,6 +2,6 @@
|
|||
ENV = 'production'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API =
|
||||
VUE_APP_BASE_API ='https://api.tropjoin.com'
|
||||
# socket 连接地址
|
||||
VUE_APP_WS_URL =
|
||||
VUE_APP_WS_URL ='wss://api.tropjoin.com'
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
<el-select
|
||||
v-model="tableFrom.order_status"
|
||||
placeholder="请选择订单状态"
|
||||
clearable
|
||||
class="selWidth"
|
||||
@change="getList(1), getCardList()"
|
||||
>
|
||||
|
@ -277,13 +278,7 @@ export default {
|
|||
},
|
||||
listLoading: true,
|
||||
orderStatusOptions: {
|
||||
'待付款': '1',
|
||||
'待发货': '2',
|
||||
'待收货': '3',
|
||||
'待评价': '4',
|
||||
'交易完成': '5',
|
||||
'已退款': '6',
|
||||
'已删除': '7'
|
||||
'交易完成': '3',
|
||||
},
|
||||
tableFrom: {
|
||||
refund_order_sn: this.$route.query.refund_order_sn ? this.$route.query.refund_order_sn : "",
|
||||
|
|
Loading…
Reference in New Issue