fix: ele createtime
parent
40a8e924a4
commit
c26d730a5a
|
|
@ -95,12 +95,6 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||||
title: '编号',
|
title: '编号',
|
||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
field: 'createTime',
|
|
||||||
title: '创建时间',
|
|
||||||
minWidth: 180,
|
|
||||||
formatter: 'formatDateTime',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
field: 'mobile',
|
field: 'mobile',
|
||||||
title: '手机号',
|
title: '手机号',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue