feat:【antd】【erp 系统】sale 重构代码风格(处理文案等)

This commit is contained in:
YunaiV
2025-10-04 16:29:36 +08:00
parent a9c9e0f8b2
commit 888a6d9ec8
10 changed files with 26 additions and 23 deletions

View File

@@ -125,7 +125,7 @@ export function useFormSchema(formType: string): VbenFormSchema[] {
},
{
fieldName: 'items',
label: '产品清单',
label: '出库产品清单',
component: 'Input',
formItemClass: 'col-span-3',
},
@@ -495,6 +495,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
},
];
}
/** 列表的搜索表单 */
export function useOrderGridFormSchema(): VbenFormSchema[] {
return [