feat:【ele】【erp】sale 的迁移(30%)- order

This commit is contained in:
YunaiV
2025-11-16 19:10:11 +08:00
parent 6e2e357fed
commit 94a0c2e581
16 changed files with 10 additions and 13 deletions

View File

@@ -37,7 +37,6 @@ export function useFormSchema(formType: string): VbenFormSchema[] {
componentProps: {
disabled: formType === 'detail',
placeholder: '选择付款时间',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x',
class: '!w-full',

View File

@@ -37,7 +37,6 @@ export function useFormSchema(formType: string): VbenFormSchema[] {
componentProps: {
disabled: formType === 'detail',
placeholder: '选择收款时间',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x',
class: '!w-full',