From a82d2137a8b1f1e8eb15f608b9061651c3f1bc2b Mon Sep 17 00:00:00 2001 From: GhubCy <96762949+GhubCy@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=9C=B0=E5=9D=80=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/recordPayCallback/index.vue | 5 +- src/views/business/userInfo/index.vue | 594 ++++++++++-------- 2 files changed, 337 insertions(+), 262 deletions(-) diff --git a/src/views/business/recordPayCallback/index.vue b/src/views/business/recordPayCallback/index.vue index c5cc701..e811eab 100644 --- a/src/views/business/recordPayCallback/index.vue +++ b/src/views/business/recordPayCallback/index.vue @@ -62,9 +62,8 @@ - {{ - $t('common.button.search') - }} + + {{ $t('common.button.search') }} {{ $t('common.button.reset') }} diff --git a/src/views/business/userInfo/index.vue b/src/views/business/userInfo/index.vue index 75203e6..6773316 100755 --- a/src/views/business/userInfo/index.vue +++ b/src/views/business/userInfo/index.vue @@ -2,16 +2,22 @@
- + - + - + - {{ $t('common.button.search') }} + {{ + $t('common.button.search') + }} + {{ $t('common.button.reset') }} @@ -19,46 +25,54 @@ {{ $t('common.button.edit') }} + v-hasPermi="['business:userInfo:edit']">{{ $t('common.button.edit') }} + {{ $t('common.button.export') }} + v-hasPermi="['business:userInfo:export']">{{ $t('common.button.export') }} + - - - - + + + + - - - - - + + + + + - + + @pagination="getList"/> @@ -67,33 +81,37 @@ - + {{ $t('common.dict.male') }} {{ $t('common.dict.female') }} - + - + - + + @change="handleChange" + clearable> - + @@ -102,28 +120,28 @@ - {{form.userCode}} + {{ form.userCode }} - {{form.name}} + {{ form.name }} - {{form.gender}} + {{ form.gender }} - {{form.idCard}} + {{ form.idCard }} - {{form.phone}} + {{ form.phone }} - {{form.contactAddress}} + {{ form.contactAddress }} - {{form.age}} + {{ form.age }} - {{form.addr}} + {{ form.addr }}