From 4f4d4972c5e55efccb3a244dfa79b94adfc04ec3 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Fri, 30 May 2025 16:24:31 +0800 Subject: [PATCH] fix: crm business --- apps/web-antd/src/views/crm/business/data.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/web-antd/src/views/crm/business/data.ts b/apps/web-antd/src/views/crm/business/data.ts index 32785090b..bf65a743c 100644 --- a/apps/web-antd/src/views/crm/business/data.ts +++ b/apps/web-antd/src/views/crm/business/data.ts @@ -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', - }, - }, ]; }