style: 隐藏掉auth数据创建时间列,等udm支持
This commit is contained in:
@@ -118,16 +118,16 @@ let tableColumns = ref<ColumnsType>([
|
|||||||
align: 'left',
|
align: 'left',
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: 'Create Time',
|
// title: 'Create Time',
|
||||||
dataIndex: 'createTime',
|
// dataIndex: 'createTime',
|
||||||
align: 'left',
|
// align: 'left',
|
||||||
width: 250,
|
// width: 250,
|
||||||
customRender(opt) {
|
// customRender(opt) {
|
||||||
if (!opt.value) return '';
|
// if (!opt.value) return '';
|
||||||
return parseDateToStr(+opt.value);
|
// return parseDateToStr(+opt.value);
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: t('common.operate'),
|
title: t('common.operate'),
|
||||||
key: 'imsi',
|
key: 'imsi',
|
||||||
|
|||||||
Reference in New Issue
Block a user