diff --git a/src/utils/enums.js b/src/utils/enums.js index 96daaaa..d231817 100644 --- a/src/utils/enums.js +++ b/src/utils/enums.js @@ -195,7 +195,7 @@ export const OrderStatus = { }, // 有效的订单状态:已支付的订单 valid() { - return [this.PROCESSING, this.FINISHED, this.WAIT_VERIFY, this.REJECTED, this.REFUNDED]; + return [this.PROCESSING, this.FINISHED, this.WAIT_VERIFY, this.REJECTED]; } } diff --git a/src/views/bst/order/index.vue b/src/views/bst/order/index.vue index aca5f07..3884fcf 100644 --- a/src/views/bst/order/index.vue +++ b/src/views/bst/order/index.vue @@ -68,14 +68,13 @@ /> - - + - + :label="dict.value" + >{{dict.label}} + diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 26e7a03..1a503f8 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -65,6 +65,22 @@ @change="handleQuery" > + + + + + + 搜索 重置 @@ -106,7 +122,7 @@ - + + + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 2b0adfa..7baa25e 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -25,7 +25,7 @@ @change="handleQuery" /> - + - + - +