Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
黄瑜
VueElementTemplate
Commits
e3eb2e17
Commit
e3eb2e17
authored
Mar 09, 2018
by
赵帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coding
parent
7fc2dfc2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
1 deletion
+75
-1
README.md
README.md
+0
-1
hm_org_schema.js
src/views/haomo/schemas/hm_org_schema.js
+75
-0
No files found.
README.md
View file @
e3eb2e17
...
...
@@ -44,7 +44,6 @@ git clone https://github.com/PanJiaChen/vue-element-admin.git
# 安装依赖
npm
install
# 建议不要用cnpm安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题
npm
install
--registry
=
https://registry.npm.taobao.org
...
...
src/views/haomo/schemas/hm_org_schema.js
View file @
e3eb2e17
...
...
@@ -4189,6 +4189,81 @@ const ModelSchema = {
'type'
:
'string'
}
]
},
'Role'
:
{
'model'
:
'Role'
,
'modelPlural'
:
'Roles'
,
'modelCamel'
:
'role'
,
'modelCamelPlural'
:
'roles'
,
'modelUnderscore'
:
'role'
,
'modelUnderscorePlural'
:
'roles'
,
'columns'
:
[
{
'id'
:
'o121'
,
'objectId'
:
'E9AC3A9C-D43B-4384-A7EE-05E60BF711A7'
,
'name'
:
'姓名'
,
'code'
:
'NAME'
,
'creationDate'
:
'1498990741'
,
'creator'
:
'hm20160509'
,
'modificationDate'
:
'1498997012'
,
'modifier'
:
'xjq'
,
'dataType'
:
'VARCHAR2(128CHAR)'
,
'length'
:
'128'
,
'codeCamel'
:
'name'
,
'codeCamelPlural'
:
'names'
,
'codeUnderscore'
:
'name'
,
'codeUnderscorePlural'
:
'names'
,
'type'
:
'string'
},
{
'id'
:
'o122'
,
'objectId'
:
'A99D5EAB-FE49-4D56-94EE-0CAB2FEC3788'
,
'name'
:
'描述'
,
'code'
:
'DESCRIPTION'
,
'creationDate'
:
'1498990741'
,
'creator'
:
'hm20160509'
,
'modificationDate'
:
'1498997012'
,
'modifier'
:
'xjq'
,
'dataType'
:
'CLOB'
,
'codeCamel'
:
'description'
,
'codeCamelPlural'
:
'descriptions'
,
'codeUnderscore'
:
'description'
,
'codeUnderscorePlural'
:
'descriptions'
,
'type'
:
'string'
},
{
'id'
:
'o123'
,
'objectId'
:
'4B3D418C-C2C3-4785-A68A-C54918DE9160'
,
'name'
:
'创建时间'
,
'code'
:
'CREATE_TIME'
,
'creationDate'
:
'1498990741'
,
'creator'
:
'hm20160509'
,
'modificationDate'
:
'1498997012'
,
'modifier'
:
'xjq'
,
'dataType'
:
'DATE'
,
'codeCamel'
:
'createTime'
,
'codeCamelPlural'
:
'createTimes'
,
'codeUnderscore'
:
'create_time'
,
'codeUnderscorePlural'
:
'create_times'
,
'type'
:
'datetime'
},
{
'id'
:
'o124'
,
'objectId'
:
'06523D0E-DAF6-4172-AF06-B3B6240EB8CB'
,
'name'
:
'等级'
,
'code'
:
'RANK'
,
'creationDate'
:
'1498990741'
,
'creator'
:
'hm20160509'
,
'modificationDate'
:
'1498997012'
,
'modifier'
:
'xjq'
,
'dataType'
:
'NUMBER'
,
'codeCamel'
:
'rank'
,
'codeCamelPlural'
:
'ranks'
,
'codeUnderscore'
:
'rank'
,
'codeUnderscorePlural'
:
'ranks'
,
'type'
:
'number'
}
]
}
}
...
...
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