| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "templateName":"菜单组",
- "templateCode":"menuGroup",
- "templateKey":"gId",
- "templateKeyName":"组Id",
- "searchCode": "name",
- "searchName": "组名称",
- "conditions": [
- {
- "name": "组名称",
- "inputType": "input",
- "code": "name",
- "whereCondition": "like"
- },
- {
- "name": "icon",
- "inputType": "input",
- "code": "icon",
- "whereCondition": "like"
- },
- {
- "name": "标签",
- "inputType": "select",
- "code": "label",
- "selectValue":"HOT,TOP",
- "selectValueName":"HOT,TOP",
- "whereCondition": "equal"
- }
- ],
- "columns":[
- {
- "code":"name",
- "cnCode":"组名称",
- "desc":"必填,请填写组名称",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"maxin",
- "limitParam":"2,10",
- "limitErrInfo":"组名称必须在2至10字符之间",
- "show": true
- },
- {
- "code":"icon",
- "cnCode":"icon",
- "desc":"必填,请填写icon",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"maxin",
- "limitParam":"2,20",
- "limitErrInfo":"icon必须在2至20字符之间",
- "show": true
- },
- {
- "code":"label",
- "cnCode":"标签",
- "desc":"必填,请填写标签",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"select",
- "selectValue":"HOT,TOP",
- "selectValueName":"HOT,TOP",
- "limit":"maxin",
- "limitParam":"1,20",
- "limitErrInfo":"标签错误",
- "show": true
- },
- {
- "code":"seq",
- "cnCode":"序列",
- "desc":"必填,请填写序列",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"num",
- "limitParam":"",
- "limitErrInfo":"序列必须为整数",
- "show": true
- },
- {
- "code":"description",
- "cnCode":"描述",
- "desc":"可填,请填写描述",
- "required":false,
- "hasDefaultValue":false,
- "defaultValue":"",
- "inputType":"textarea",
- "limit":"maxLength",
- "limitParam":"200",
- "limitErrInfo":"备注内容不能超过200",
- "show": false
- }
- ]
- }
|