bill 1 년 전
부모
커밋
97697e2156
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/role/columns.ts

+ 2 - 2
src/views/role/columns.ts

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