style: 移除ID列显示

This commit is contained in:
TsMask
2025-10-09 19:54:49 +08:00
parent e1c4229e58
commit 97e5533d6e
11 changed files with 66 additions and 66 deletions

View File

@@ -141,12 +141,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'left',
width: 100,
},
// {
// title: t('common.rowId'),
// dataIndex: 'id',
// align: 'left',
// width: 100,
// },
{
title: t('views.dashboard.cdr.recordType'),
dataIndex: 'cdrJSON',