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

@@ -109,12 +109,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns = ref<ColumnsType>([
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'left',
width: 80,
},
// {
// title: t('common.rowId'),
// dataIndex: 'id',
// align: 'left',
// width: 80,
// },
{
title: t('views.neData.baseStation.name'),
dataIndex: 'name',