style: 隐藏掉auth数据创建时间列,等udm支持

This commit is contained in:
TsMask
2025-08-26 18:39:57 +08:00
parent de74af4fec
commit ff9aca14b8

View File

@@ -118,16 +118,16 @@ let tableColumns = ref<ColumnsType>([
align: 'left',
width: 100,
},
{
title: 'Create Time',
dataIndex: 'createTime',
align: 'left',
width: 250,
customRender(opt) {
if (!opt.value) return '';
return parseDateToStr(+opt.value);
},
},
// {
// title: 'Create Time',
// dataIndex: 'createTime',
// align: 'left',
// width: 250,
// customRender(opt) {
// if (!opt.value) return '';
// return parseDateToStr(+opt.value);
// },
// },
{
title: t('common.operate'),
key: 'imsi',