Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c375e32305eae5128e09ad1bda39ce0cc6afd790
Authored by
无木
2021-07-27 12:05:14 +0800
1 parent
4c9e8564
fix(demo): fix roles mock data
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mock/demo/system.ts
mock/demo/system.ts
View file @
c375e32
...
...
@@ -28,6 +28,7 @@ const roleList = (() => {
28
28
roleValue: '@first',
29
29
createTime: '@datetime',
30
30
remark: '@cword(10,20)',
31
+ menu: [['0', '1', '2'], ['0', '1'], ['0', '2'], ['2']][index],
31
32
'status|1': ['0', '1'],
32
33
});
33
34
}
...
...