Browse Source

refactor(audit): 充值审核支付方式选项

改名字 熵盾管理系统 V1.0
lihuilin/feature-20250623164044-金币前端
lihui 4 weeks ago
parent
commit
7da8925fa2
  1. 4
      index.html
  2. 50
      src/views/audit/rechargeAudit.vue
  3. 2
      src/views/login.vue

4
index.html

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="熵盾管理系统" content="v1.0" />
<title>熵盾管理系统</title>
<meta name="熵盾管理系统 V1.0" content="v1.0" />
<title>熵盾管理系统 V1.0</title>
</head>
<body>
<div id="app"></div>

50
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)

2
src/views/login.vue

@ -63,7 +63,7 @@ onMounted(() => {
<!-- 登录表单 -->
<el-form :model="form" size="large" autocomplete="off" >
<el-form-item>
<h1 style="color: #409eff">熵盾管理系统登录</h1>
<h1 style="color: #409eff">熵盾管理系统 V1.0</h1>
</el-form-item>
<el-form-item prop="account" required>
<el-input v-model="form.account" placeholder="请输入账号" @keyup.enter="login" required></el-input>

Loading…
Cancel
Save