fix: crm business

dev
xingyu4j 2025-05-30 16:24:31 +08:00
parent 7f6726f456
commit 4f4d4972c5
1 changed files with 0 additions and 10 deletions

View File

@ -50,16 +50,6 @@ export function useFormSchema(): VbenFormSchema[] {
label: '备注',
component: 'Textarea',
},
{
fieldName: 'contactNextTime',
label: '下次联系时间',
component: 'DatePicker',
componentProps: {
showTime: false,
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x',
},
},
];
}