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
+6
View File
@@ -265,6 +265,12 @@ export default {
message: '请填写批发商名称',
trigger: ['blur', 'change']
},
'businessLicense': {
type: 'string',
required: true,
message: '请填写营业执照名称',
trigger: ['blur', 'change']
},
'contact': {
type: 'string',
required: true,