Commit 7464f8a2 authored by 王康's avatar 王康

form

parent 48158898
...@@ -111,7 +111,8 @@ ...@@ -111,7 +111,8 @@
'codeCamelPlural': 'avatars', 'codeCamelPlural': 'avatars',
'codeUnderscore': 'avatar', 'codeUnderscore': 'avatar',
'codeUnderscorePlural': 'avatars', 'codeUnderscorePlural': 'avatars',
'type': 'string' 'type': 'string',
'widgetType': 'checkbox'
}, },
{ {
'id': 'o56', 'id': 'o56',
...@@ -176,7 +177,8 @@ ...@@ -176,7 +177,8 @@
'codeCamelPlural': 'securityLevels', 'codeCamelPlural': 'securityLevels',
'codeUnderscore': 'security_level', 'codeUnderscore': 'security_level',
'codeUnderscorePlural': 'security_levels', 'codeUnderscorePlural': 'security_levels',
'type': 'number' 'type': 'number',
'widgetType': 'richText'
}, },
{ {
'id': 'o60', 'id': 'o60',
...@@ -194,7 +196,8 @@ ...@@ -194,7 +196,8 @@
'codeCamelPlural': 'types', 'codeCamelPlural': 'types',
'codeUnderscore': 'type', 'codeUnderscore': 'type',
'codeUnderscorePlural': 'types', 'codeUnderscorePlural': 'types',
'type': 'number' 'type': 'number',
'widgetType': 'selectType'
}, },
{ {
'id': 'o340', 'id': 'o340',
...@@ -211,7 +214,8 @@ ...@@ -211,7 +214,8 @@
'codeCamelPlural': 'departmentIds', 'codeCamelPlural': 'departmentIds',
'codeUnderscore': 'department_id', 'codeUnderscore': 'department_id',
'codeUnderscorePlural': 'department_ids', 'codeUnderscorePlural': 'department_ids',
'type': 'string' 'type': 'string',
'widgetType': 'textarea'
} }
] ]
}"></hm-complex-form> }"></hm-complex-form>
...@@ -344,7 +348,8 @@ ...@@ -344,7 +348,8 @@
'codeCamelPlural': 'avatars', 'codeCamelPlural': 'avatars',
'codeUnderscore': 'avatar', 'codeUnderscore': 'avatar',
'codeUnderscorePlural': 'avatars', 'codeUnderscorePlural': 'avatars',
'type': 'string' 'type': 'string',
'widgetType': 'checkbox'
}, },
{ {
'id': 'o56', 'id': 'o56',
...@@ -409,7 +414,8 @@ ...@@ -409,7 +414,8 @@
'codeCamelPlural': 'securityLevels', 'codeCamelPlural': 'securityLevels',
'codeUnderscore': 'security_level', 'codeUnderscore': 'security_level',
'codeUnderscorePlural': 'security_levels', 'codeUnderscorePlural': 'security_levels',
'type': 'number' 'type': 'number',
'widgetType': 'richText'
}, },
{ {
'id': 'o60', 'id': 'o60',
...@@ -427,7 +433,8 @@ ...@@ -427,7 +433,8 @@
'codeCamelPlural': 'types', 'codeCamelPlural': 'types',
'codeUnderscore': 'type', 'codeUnderscore': 'type',
'codeUnderscorePlural': 'types', 'codeUnderscorePlural': 'types',
'type': 'number' 'type': 'number',
'widgetType': 'selectType'
} }
] ]
} }
......
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