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'),