Commit 484e1ef5 authored by 王康's avatar 王康

Merge branch 'master' of 115.28.80.125:softwarefactory/vueelementtemplate

parents 308549bd 6a56acf6
...@@ -3,54 +3,124 @@ ...@@ -3,54 +3,124 @@
```jsx ```jsx
<hm-complex-table :userId="0e26566e953449a7a7500c34be39fd26" <hm-complex-table :userId="0e26566e953449a7a7500c34be39fd26"
:schema="{ :schema="{
'model': 'Role', 'model': 'HmUser',
'modelPlural': 'Roles', 'modelPlural': 'HmUsers',
'modelCamel': 'role', 'modelCamel': 'hmUser',
'modelCamelPlural': 'roles', 'modelCamelPlural': 'hmUsers',
'modelUnderscore': 'role', 'modelUnderscore': 'hm_user',
'modelUnderscorePlural': 'roles', 'modelUnderscorePlural': 'hm_users',
'columns': [ 'columns': [
{ {
'id': 'o121', 'id': 'o50',
'objectId': 'E9AC3A9C-D43B-4384-A7EE-05E60BF711A7', 'objectId': '170A4473-36CC-47E1-96C3-F238F8132AA4',
'name': '姓名', 'name': '用户名字',
'code': 'NAME', 'code': 'USERNAME',
'creationDate': '1498990741', 'creationDate': '1498990741',
'creator': 'hm20160509', 'creator': 'hm20160509',
'modificationDate': '1498997012', 'modificationDate': '1517859502',
'modifier': 'hm20160509',
'dataType': 'VARCHAR2(256CHAR)',
'length': '256',
'codeCamel': 'username',
'codeCamelPlural': 'usernames',
'codeUnderscore': 'username',
'codeUnderscorePlural': 'usernames',
'type': 'string'
},
{
'id': 'o51',
'objectId': '70EC38C6-4AE4-4E79-BA72-29DA2FE50782',
'name': '登录ID',
'code': 'LOGINID',
'creationDate': '1498990741',
'creator': 'hm20160509',
'modificationDate': '1498995491',
'modifier': 'xjq',
'dataType': 'VARCHAR2(256CHAR)',
'length': '256',
'columnMandatory': '1',
'codeCamel': 'loginid',
'codeCamelPlural': 'loginids',
'codeUnderscore': 'loginid',
'codeUnderscorePlural': 'loginids',
'type': 'string'
},
{
'id': 'o52',
'objectId': '4FCE7185-D489-4DED-AA5F-093A4DBC1112',
'name': '密码',
'code': 'PASSWORD',
'creationDate': '1498990741',
'creator': 'hm20160509',
'modificationDate': '1498995491',
'modifier': 'xjq', 'modifier': 'xjq',
'dataType': 'VARCHAR2(128CHAR)', 'dataType': 'VARCHAR2(256CHAR)',
'length': '128', 'length': '256',
'codeCamel': 'name', 'codeCamel': 'password',
'codeCamelPlural': 'names', 'codeCamelPlural': 'passwords',
'codeUnderscore': 'name', 'codeUnderscore': 'password',
'codeUnderscorePlural': 'names', 'codeUnderscorePlural': 'passwords',
'type': 'string' 'type': 'string'
}, },
{ {
'id': 'o122', 'id': 'o53',
'objectId': 'A99D5EAB-FE49-4D56-94EE-0CAB2FEC3788', 'objectId': '3A897125-CB02-40F5-9BB1-62A9B06553E0',
'name': '描述', 'name': '联系电话',
'code': 'DESCRIPTION', 'code': 'MOBILE',
'creationDate': '1498990741', 'creationDate': '1498990741',
'creator': 'hm20160509', 'creator': 'hm20160509',
'modificationDate': '1498997012', 'modificationDate': '1498995491',
'modifier': 'xjq', 'modifier': 'xjq',
'dataType': 'CLOB', 'dataType': 'VARCHAR2(16CHAR)',
'codeCamel': 'description', 'length': '16',
'codeCamelPlural': 'descriptions', 'codeCamel': 'mobile',
'codeUnderscore': 'description', 'codeCamelPlural': 'mobiles',
'codeUnderscorePlural': 'descriptions', 'codeUnderscore': 'mobile',
'codeUnderscorePlural': 'mobiles',
'type': 'string' 'type': 'string'
}, },
{ {
'id': 'o123', 'id': 'o54',
'objectId': '4B3D418C-C2C3-4785-A68A-C54918DE9160', 'objectId': '48B9C079-3CCA-4886-9543-3AE764998E9A',
'name': '邮箱',
'code': 'EMAIL',
'creationDate': '1498990741',
'creator': 'hm20160509',
'modificationDate': '1498995491',
'modifier': 'xjq',
'dataType': 'VARCHAR2(256CHAR)',
'length': '256',
'codeCamel': 'email',
'codeCamelPlural': 'emails',
'codeUnderscore': 'email',
'codeUnderscorePlural': 'emails',
'type': 'string'
},
{
'id': 'o55',
'objectId': '533AB6E8-A3D0-473D-9DE6-0D0CABA6731C',
'name': '头像',
'code': 'AVATAR',
'creationDate': '1498990741',
'creator': 'hm20160509',
'modificationDate': '1498995491',
'modifier': 'xjq',
'dataType': 'VARCHAR2(1024CHAR)',
'length': '1024',
'codeCamel': 'avatar',
'codeCamelPlural': 'avatars',
'codeUnderscore': 'avatar',
'codeUnderscorePlural': 'avatars',
'type': 'string'
},
{
'id': 'o56',
'objectId': 'EF44AF1F-F6B9-412F-9FF7-AAECD6B5521A',
'name': '创建时间', 'name': '创建时间',
'code': 'CREATE_TIME', 'code': 'CREATE_TIME',
'creationDate': '1498990741', 'creationDate': '1498990741',
'creator': 'hm20160509', 'creator': 'hm20160509',
'modificationDate': '1498997012', 'modificationDate': '1498995491',
'modifier': 'xjq', 'modifier': 'xjq',
'dataType': 'DATE', 'dataType': 'DATE',
'codeCamel': 'createTime', 'codeCamel': 'createTime',
...@@ -60,19 +130,70 @@ ...@@ -60,19 +130,70 @@
'type': 'datetime' 'type': 'datetime'
}, },
{ {
'id': 'o124', 'id': 'o57',
'objectId': '06523D0E-DAF6-4172-AF06-B3B6240EB8CB', 'objectId': 'CD1BC772-356B-4D14-A40E-28F115F95EEC',
'name': '等级', 'name': '更新时间',
'code': 'RANK', 'code': 'LAST_UPDATE_TIME',
'creationDate': '1498990741',
'creator': 'hm20160509',
'modificationDate': '1498995491',
'modifier': 'xjq',
'dataType': 'DATE',
'codeCamel': 'lastUpdateTime',
'codeCamelPlural': 'lastUpdateTimes',
'codeUnderscore': 'last_update_time',
'codeUnderscorePlural': 'last_update_times',
'type': 'datetime'
},
{
'id': 'o58',
'objectId': '297D03AE-459D-4991-A459-3449FE893EEB',
'name': '最后登录时间',
'code': 'LAST_LOGIN_TIME',
'creationDate': '1498990741',
'creator': 'hm20160509',
'modificationDate': '1498995491',
'modifier': 'xjq',
'dataType': 'DATE',
'codeCamel': 'lastLoginTime',
'codeCamelPlural': 'lastLoginTimes',
'codeUnderscore': 'last_login_time',
'codeUnderscorePlural': 'last_login_times',
'type': 'datetime'
},
{
'id': 'o59',
'objectId': '6767F0FE-6C49-46F3-919E-D854C21FCA52',
'name': '安全级别',
'code': 'SECURITY_LEVEL',
'creationDate': '1498990741',
'creator': 'hm20160509',
'modificationDate': '1498995491',
'modifier': 'xjq',
'dataType': 'NUMBER(11,0)',
'length': '11',
'codeCamel': 'securityLevel',
'codeCamelPlural': 'securityLevels',
'codeUnderscore': 'security_level',
'codeUnderscorePlural': 'security_levels',
'type': 'number'
},
{
'id': 'o60',
'objectId': 'C4BF570D-C8FC-4B72-919C-78DB3D790171',
'name': '类型',
'code': 'TYPE',
'creationDate': '1498990741', 'creationDate': '1498990741',
'creator': 'hm20160509', 'creator': 'hm20160509',
'modificationDate': '1498997012', 'modificationDate': '1498995491',
'modifier': 'xjq', 'modifier': 'xjq',
'dataType': 'NUMBER', 'comment': '1:企业,2:代理商',
'codeCamel': 'rank', 'dataType': 'NUMBER(11,0)',
'codeCamelPlural': 'ranks', 'length': '11',
'codeUnderscore': 'rank', 'codeCamel': 'type',
'codeUnderscorePlural': 'ranks', 'codeCamelPlural': 'types',
'codeUnderscore': 'type',
'codeUnderscorePlural': 'types',
'type': 'number' 'type': 'number'
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment