feat:【ele】【erp】finance/payment 的迁移(80%)

This commit is contained in:
YunaiV
2025-11-16 11:15:49 +08:00
parent 982fe3b964
commit 268a2d5504
12 changed files with 23 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ export function useFormSchema(formType: string): VbenFormSchema[] {
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x',
class: '!w-full',
},
rules: 'required',
},
@@ -391,7 +392,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
},
{
title: '操作',
width: 220,
width: 260,
fixed: 'right',
slots: { default: 'actions' },
},