Feat:入驻新增营业执照名称

This commit is contained in:
LinCyJang
2026-01-31 13:52:10 +08:00
parent 7eeb313931
commit 0304b93966
3 changed files with 42 additions and 0 deletions
+16
View File
@@ -36,6 +36,21 @@
</template>
</u-cell>
</u-form-item>
<u-form-item prop="businessLicense">
<u-cell title="营业执照名称" :border="false">
<template #icon>
<text class="required">*</text>
</template>
<template #value>
<u-input
v-model="formSupplier.businessLicense"
:disabled="reviewing"
border="none"
placeholder="请填写营业执照名称"
/>
</template>
</u-cell>
</u-form-item>
<u-form-item prop="avatar">
<u-cell title="头像" :border="false">
<template #label>
@@ -769,6 +784,7 @@ export default {
}
this.formSupplier = !this.reviewing && local || {
name: '',
businessLicense: '',
avatar: '',
contact: '',
phone: '',