From 7da8925fa2188754856a626f56fee984b03f886e Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 7 Jul 2025 14:51:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(audit):=20=E5=85=85=E5=80=BC=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E9=80=89=E9=A1=B9?= =?UTF-8?q?=20=E6=94=B9=E5=90=8D=E5=AD=97=20=E7=86=B5=E7=9B=BE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=B3=BB=E7=BB=9F=20V1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- src/views/audit/rechargeAudit.vue | 50 ++++++++------------------------------- src/views/login.vue | 2 +- 3 files changed, 13 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 1585935..4f9afd6 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - 熵盾管理系统 + + 熵盾管理系统 V1.0
diff --git a/src/views/audit/rechargeAudit.vue b/src/views/audit/rechargeAudit.vue index c9f8d37..45c7332 100644 --- a/src/views/audit/rechargeAudit.vue +++ b/src/views/audit/rechargeAudit.vue @@ -219,54 +219,24 @@ const currentRecord = ref(null) const activeName = ref('wait') // 支付方式选项 const payModel = [ + + // 现金、支票、刷卡、其他(各地区电子支付) { - value: '微信支付', - label: '微信支付' - }, - { - value: '支付宝', - label: '支付宝' - }, - { - value: 'IOS内购', - label: 'IOS内购' - }, - { - value: 'PayPal', - label: 'PayPal' - }, - { - value: 'Stripe', - label: 'Stripe' - }, - { - value: 'PaymentAsia', - label: 'PaymentAsia' - }, - { - value: 'iPay88', - label: 'iPay88' - }, - { - value: '当午券', - label: '当午券' + value: '现金', + label: '现金' }, { - value: 'FirstData(SGD)', - label: 'FirstData(SGD)' + value: '支票', + label: '支票' }, { - value: 'PaySolutions', - label: 'PaySolutions' + value: '刷卡', + label: '刷卡' }, { - value: '银盛支付', - label: '银盛支付' + value: '其他(各地区电子支付)', + label: '其他(各地区电子支付)' }, - { - value: '银联支付', - label: '银联支付' - } ] // 表单验证ref const Ref = ref(null) diff --git a/src/views/login.vue b/src/views/login.vue index bcdc862..6e7a87f 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -63,7 +63,7 @@ onMounted(() => { -

熵盾管理系统登录

+

熵盾管理系统 V1.0