去除多余字段
This commit is contained in:
@@ -152,11 +152,6 @@ let tableColumns: ColumnsType = [
|
|||||||
align: 'left',
|
align: 'left',
|
||||||
width: 150,
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: t('common.operate'),
|
|
||||||
key: 'id',
|
|
||||||
align: 'left',
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**表格分页器参数 */
|
/**表格分页器参数 */
|
||||||
|
|||||||
@@ -149,12 +149,6 @@ let tableColumns: ColumnsType = [
|
|||||||
return parseDateToStr(+cdrJSON.timestamp * 1000);
|
return parseDateToStr(+cdrJSON.timestamp * 1000);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
title: t('common.operate'),
|
|
||||||
key: 'id',
|
|
||||||
align: 'left',
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**表格分页器参数 */
|
/**表格分页器参数 */
|
||||||
|
|||||||
Reference in New Issue
Block a user