|
@@ -16,8 +16,8 @@ export const roleColumns: ColumnsType<Role> = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: ui18n.t('role.sroleNameLabel'),
|
|
title: ui18n.t('role.sroleNameLabel'),
|
|
- dataIndex: 'roleName',
|
|
|
|
- key: 'roleName'
|
|
|
|
|
|
+ dataIndex: 'projectName',
|
|
|
|
+ key: 'projectName'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: ui18n.t('role.remarkLabel'),
|
|
title: ui18n.t('role.remarkLabel'),
|