style: 移除ID列显示

This commit is contained in:
TsMask
2025-10-14 11:08:58 +08:00
parent 5ea56e779a
commit 26cf7fa560
17 changed files with 151 additions and 119 deletions

View File

@@ -88,12 +88,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.cbc.cbe.eventName'),
dataIndex: 'messageJson',