支持通过用户账号邀请加入租户

This commit is contained in:
JEECG
2025-08-12 18:18:34 +08:00
parent 3d9f59c69b
commit c5150baa69
4 changed files with 79 additions and 29 deletions

View File

@ -40,19 +40,19 @@ export const columns: BasicColumn[] = [
title: '门牌号',
width: 100,
},
{
dataIndex: 'position_dictText',
title: '职级',
width: 150
},
{
dataIndex: 'department_dictText',
title: '部门',
width: 150
},
// {
// dataIndex: 'position_dictText',
// title: '职级',
// width: 150
// },
// {
// dataIndex: 'department_dictText',
// title: '部门',
// width: 150
// },
{
dataIndex: 'createBy_dictText',
title: '创建者(拥有)',
title: '创建者(拥有)',
width: 150
},
/* {