1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-19 09:40:22 +08:00

finish register

This commit is contained in:
源文雨
2023-03-14 15:32:56 +08:00
parent 4553be7c8a
commit 77e79facd9
12 changed files with 168 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ const roleList = (() => {
result.push({
id: index + 1,
orderNo: `${index + 1}`,
roleName: ['超级管理员', '权限管理员', '归档管理员', '普通用户'][index],
roleName: ['课程组长', '归档代理', '课程组员'][index],
roleValue: '@first',
createTime: '@datetime',
remark: '@cword(10,20)',