状态修改

This commit is contained in:
faiz 2024-08-15 11:34:47 +08:00
parent 154c428bbf
commit 04e8256a9d
2 changed files with 4 additions and 9 deletions

View File

@ -2,6 +2,6 @@
ENV = 'production' ENV = 'production'
# base api # base api
VUE_APP_BASE_API = VUE_APP_BASE_API ='https://api.tropjoin.com'
# socket 连接地址 # socket 连接地址
VUE_APP_WS_URL = VUE_APP_WS_URL ='wss://api.tropjoin.com'

View File

@ -52,6 +52,7 @@
<el-select <el-select
v-model="tableFrom.order_status" v-model="tableFrom.order_status"
placeholder="请选择订单状态" placeholder="请选择订单状态"
clearable
class="selWidth" class="selWidth"
@change="getList(1), getCardList()" @change="getList(1), getCardList()"
> >
@ -277,13 +278,7 @@ export default {
}, },
listLoading: true, listLoading: true,
orderStatusOptions: { orderStatusOptions: {
'待付款': '1', '交易完成': '3',
'待发货': '2',
'待收货': '3',
'待评价': '4',
'交易完成': '5',
'已退款': '6',
'已删除': '7'
}, },
tableFrom: { tableFrom: {
refund_order_sn: this.$route.query.refund_order_sn ? this.$route.query.refund_order_sn : "", refund_order_sn: this.$route.query.refund_order_sn ? this.$route.query.refund_order_sn : "",