@@ -83,13 +83,6 @@ export function useUserTableColumns<T = SystemModel.Organization>(
{
align: 'center',
cellRender: {
- attrs: {
- nameField: 'name',
- nameTitle: $t('system.organization._'),
- onClick: onActionClick,
- options: ['edit'],
- },
- name: 'CellOperation',
},
field: 'operation',
fixed: 'right',