Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zong
Compass
Commits
cce79fe3
Commit
cce79fe3
authored
Jan 04, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
405fcc14
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
compass_db_schema.xlsx
doc/DB/compass_db_schema.xlsx
+0
-0
管理端功能列表.xlsx
doc/管理端功能列表.xlsx
+0
-0
AccountRole.inc
src/cn/compass/entity/definition/AccountRole.inc
+6
-6
No files found.
doc/DB/compass_db_schema.xlsx
View file @
cce79fe3
No preview for this file type
doc/管理端功能列表.xlsx
View file @
cce79fe3
No preview for this file type
src/cn/compass/entity/definition/AccountRole.inc
View file @
cce79fe3
...
@@ -26,24 +26,24 @@ class AccountRole
...
@@ -26,24 +26,24 @@ class AccountRole
$data
=
array
();
$data
=
array
();
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"省厅
账户
管理员"
);
$tmp
=
array
(
"id"
=>
1
,
"title"
=>
"省厅管理员"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"省厅
账户
运营人员"
);
$tmp
=
array
(
"id"
=>
2
,
"title"
=>
"省厅运营人员"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"市局管理"
);
$tmp
=
array
(
"id"
=>
3
,
"title"
=>
"市局管理
员
"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"市局运营"
);
$tmp
=
array
(
"id"
=>
4
,
"title"
=>
"市局运营"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
5
,
"title"
=>
"区县局
账户
"
);
$tmp
=
array
(
"id"
=>
5
,
"title"
=>
"区县局
管理员
"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
6
,
"title"
=>
"区县局
账户
运营"
);
$tmp
=
array
(
"id"
=>
6
,
"title"
=>
"区县局运营"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
7
,
"title"
=>
"学校管理"
);
$tmp
=
array
(
"id"
=>
7
,
"title"
=>
"学校管理
员
"
);
array_push
(
$data
,
$tmp
);
array_push
(
$data
,
$tmp
);
$tmp
=
array
(
"id"
=>
8
,
"title"
=>
"学校运营"
);
$tmp
=
array
(
"id"
=>
8
,
"title"
=>
"学校运营"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment