去除多余字段

This commit is contained in:
lai
2024-07-24 09:57:42 +08:00
parent 447ee401cb
commit 811aedaaf4
2 changed files with 0 additions and 11 deletions

View File

@@ -152,11 +152,6 @@ let tableColumns: ColumnsType = [
align: 'left',
width: 150,
},
{
title: t('common.operate'),
key: 'id',
align: 'left',
},
];
/**表格分页器参数 */

View File

@@ -149,12 +149,6 @@ let tableColumns: ColumnsType = [
return parseDateToStr(+cdrJSON.timestamp * 1000);
},
},
{
title: t('common.operate'),
key: 'id',
align: 'left',
},
];
/**表格分页器参数 */