bill 1 vuosi sitten
vanhempi
commit
97697e2156
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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'),