feat:【antd】【crm】contact 详情的优化

This commit is contained in:
YunaiV
2025-09-27 15:25:09 +08:00
parent af291928ad
commit 84bb8331c2
8 changed files with 48 additions and 482 deletions

View File

@@ -60,7 +60,7 @@ const [Form, formApi] = useVbenForm({
label: '下次联系时间',
component: 'DatePicker',
componentProps: {
showTime: false,
showTime: true,
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x',
},