feat:【antd】【erp 系统】purchase/order 重构 2/4

This commit is contained in:
YunaiV
2025-10-04 19:27:44 +08:00
parent 5e13d28d46
commit 2039cbc0d0
5 changed files with 4 additions and 25 deletions

View File

@@ -62,10 +62,10 @@ export function useFormSchema(formType: string): VbenFormSchema[] {
},
{
fieldName: 'saleUserId',
label: '创建人',
label: '销售人员',
component: 'ApiSelect',
componentProps: {
placeholder: '请选择创建人',
placeholder: '请选择销售人员',
allowClear: true,
showSearch: true,
api: getSimpleUserList,