feat:对齐 antd、ele 的代码逻辑
This commit is contained in:
@@ -163,7 +163,9 @@ export function useDetailSchema(): DescriptionItemSchema[] {
|
||||
{
|
||||
field: 'createTime',
|
||||
label: '创建时间',
|
||||
render: (val) => formatDateTime(val) as string,
|
||||
render: (val) => {
|
||||
return formatDateTime(val) as string;
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'fromMail',
|
||||
|
||||
Reference in New Issue
Block a user