refactor: optimize enabling the index column

This commit is contained in:
katherinehhh 2025-03-17 10:21:25 +08:00
parent 743a9c755e
commit 6479f823c7

View File

@ -166,7 +166,6 @@ export const tableBlockSettings = new SchemaSettings({
};
},
},
enabledIndexColumn,
{
name: 'SortField',
Component: SchemaSettingsSortField,
@ -175,6 +174,7 @@ export const tableBlockSettings = new SchemaSettings({
return field.decoratorProps.dragSort;
},
},
enabledIndexColumn,
setTheDataScopeSchemaSettingsItem,
setDefaultSortingRulesSchemaSettingsItem,
setDataLoadingModeSettingsItem,