Merge branch 'main-v2' into lite-ba

This commit is contained in:
TsMask
2025-10-14 18:08:12 +08:00
21 changed files with 205 additions and 122 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',