From 369a64b32467474c5b64901f1335086b10226862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?= <14103883+leaf-phos@user.noreply.gitee.com> Date: Tue, 29 Apr 2025 14:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/enums.js | 2 +- src/views/bst/order/index.vue | 11 +++++------ src/views/monitor/operlog/index.vue | 20 +++++++++++++++++++- src/views/system/user/index.vue | 8 +++----- 4 files changed, 28 insertions(+), 13 deletions(-) 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" /> - + - + - +