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