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

@@ -65,12 +65,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'center',
width: 50,
},
// {
// title: t('common.rowId'),
// dataIndex: 'id',
// align: 'center',
// width: 50,
// },
{
title: t('views.ne.neHost.hostType'),
dataIndex: 'hostType',