style: 移除ID列显示

This commit is contained in:
TsMask
2025-10-09 19:36:26 +08:00
parent 669bdf5b7d
commit 2ac730dfe2
19 changed files with 112 additions and 112 deletions

View File

@@ -77,11 +77,11 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'center',
},
// {
// title: t('common.rowId'),
// dataIndex: 'id',
// align: 'center',
// },
{
title: t('views.logManage.alarm.type'),
dataIndex: 'neType',