feat: 新增产品编辑功能,完善产品表单及验证规则
This commit is contained in:
@@ -24,7 +24,10 @@ const form = ref<Body>({
|
||||
name: '',
|
||||
code: '',
|
||||
categoryId: '',
|
||||
description: ''
|
||||
description: '',
|
||||
estimatedValue: '',
|
||||
totalSupplyLimit: '',
|
||||
proofDocuments: ''
|
||||
});
|
||||
|
||||
const rules: FormRules = {
|
||||
|
||||
Reference in New Issue
Block a user