UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

64 lines 1.46 kB
export default { "name": "OrgPicker", "comment": "组织结构选择", "cssFiles": "style.{bgColorMode}.pc.css", "attrs": [ { "name": "comment", "comment": "组件备注", "type": "String" }, { "name": "showIcon", "comment": "显示图标", "type": "Switch", "default": true }, { "name": "multiCheck", "comment": "多选", "type": "Switch" }, { "name": "valueType", "comment": "值类型", "type": "Select", "options": [ {"value": "id", "text": "部门编号"}, {"value": "code", "text": "部门编码"}, {"value": "name", "text": "部门名称"}, {"value": "obj", "text": "部门对象"} ], "default": "id", "notnull": true }, { "name": "dataBindingFormat", "comment": "数据绑定格式", "type": "String" }, { "name": "required", "comment": "必填", "type": "Switch" }, { "name": "readonly", "comment": "只读", "type": "Switch" }, { "name": "disabled", "comment": "禁用", "type": "Switch" } ], "styles": ["size", "position", "font", "background", "margin", "border", "other"], "defaultStyles": { "width": "120px" }, "events": [{ "name": "onChange", "comment": "值发生变化时" }] }