1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-22 19:40:36 +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

@@ -8,7 +8,7 @@ const userInfo = {
email: 'fumiama@demo.com',
signature: '天何所沓,十二焉分。日月安属,列星安陈。',
introduction: '日は山の端にかかりぬ。',
title: '超级管理员',
title: '课程组长',
group: '信息与通信工程学院-网络工程系',
tags: [
{

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