feat: product list

This commit is contained in:
xingyu4j
2025-06-06 16:24:43 +08:00
parent 082bb7167f
commit acd0677f81
7 changed files with 425 additions and 33 deletions

View File

@@ -90,6 +90,12 @@ export function useFormSchema(): VbenFormSchema[] {
valueFormat: 'x',
},
},
{
fieldName: 'product',
label: '产品清单',
component: 'Input',
formItemClass: 'col-span-3',
},
{
fieldName: 'totalProductPrice',
label: '产品总金额',