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 }}