snowy-designer
Version:
基于Epic-Designer-Pro版本的设计器,可视化开发页面表单
68 lines (67 loc) • 1.18 kB
JavaScript
const e = {
component: () => import("./table.vue.js"),
config: {
action: [],
attribute: [
{
field: "componentProps.hidden",
label: "隐藏",
type: "switch"
}
],
event: [
{
description: "tab 被选中时触发",
type: "tabClick"
}
]
},
contextMenu: [],
defaultSchema: {
field: "tabs",
label: "表格",
type: "table",
children: [
{
label: "行",
type: "tr",
children: [
{
label: "单元格",
type: "td",
children: []
},
{
label: "单元格",
type: "td",
children: []
}
]
},
{
label: "行",
type: "tr",
children: [
{
label: "单元格",
type: "td",
children: []
},
{
label: "单元格",
type: "td",
children: []
}
]
}
]
},
editConstraints: {
childImmovable: !0
},
groupName: "布局",
icon: "icon--epic--table"
};
export {
e as default
};