super-page-designer 2.3.3-sit1-design1 → 2.3.4-sit1-design1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/components/design/utils/assemblys-config.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/pie/series/styles/style-pie.vue.js +6 -6
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +22 -16
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +26 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +2 -26
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +12 -12
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-autoset.vue.js +16 -16
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +8 -8
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +14 -14
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +8 -8
- package/dist/es/components/design/views/assemblys/object-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/object-design.vue3.js +6 -5
- package/dist/es/style.css +9 -9
- package/package.json +5 -5
|
@@ -56,7 +56,7 @@ function Z(e2) {
|
|
|
56
56
|
function _(e2) {
|
|
57
57
|
return Y({ uuid: "", name: "", props: { base: { prop: e2 ? e2.dbColumnName : "", name: e2 ? e2.alias : "", displayOrder: e2 ? e2.displayOrder : 1, sortable: true, headerAlign: "center", align: "center", fixed: false, visible: true }, dataOrigin: { sortField: [{ name: "", type: "" }] }, format: {} }, style: [] });
|
|
58
58
|
}
|
|
59
|
-
const ee = [{ name: "container", label: "容器", icon: a, items: [{ name: "form", label: "表单", icon: n, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [], default: { props: { labelWidth: 90 }, style: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/form/form-attr.vue.js")) }, { name: "layout", label: "Flex", icon: l, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/flex/flex-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/flex/flex-attr.vue.js")) }, { name: "collapse", label: "折叠面板", icon: o, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/collapse/collapse-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/collapse/collapse-attr.vue.js")) }, { name: "tabs", label: "多页签", icon: s, default: {}, props: { base: {}, size: {}, isFullyRendered: false, isContentEmbedded: true, lazy: true }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "tab-click", label: "tab点击事件", tip: "tab 被选中时触发" }, { name: "tab-change", label: "当前页签改变事件", tip: "activeName 改变时触发" }, { name: "tab-remove", label: "点击移除事件", tip: "点击 tab 移除按钮时触发" }, { name: "tab-add", label: "点击新增事件", tip: "点击 tab 新增按钮时触发" }, { name: "edit", label: "点击新增或移除事件", tip: "点击 tab 的新增或移除按钮后触发" }, { name: "before-leave", label: "切换拦截事件", tip: "切换标签之前的钩子函数, 若返回 false 或者返回被 reject 的 Promise,则阻止切换" }, { name: "tab-reset", label: "页签重置事件", tip: "删减页签后重置为删减前状态" }], designComponent: e(() => import("../views/assemblys/container/tabs/tabs-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tabs/tabs-attr.vue.js")) }, { name: "card", label: "卡片", icon: r, default: {}, props: { base: { tittleShow: true, title: "标题" }, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/card/card-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/card/card-attr.vue.js")) }, { name: "tools", label: "工具栏", icon: p, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/tools/tools-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tools/tools-attr.vue.js")) }, { name: "iframe", label: "Iframe", icon: m, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/iframe/iframe-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/iframe/iframe-attr.vue.js")) }, { name: "container", label: "布局", icon: d, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/container/container-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/container/container-attr.vue.js")) }] }, { name: "form", label: "表单", icon: b, items: [{ name: "input-text", label: "文本框", icon: c, props: { base: { tittleShow: true, title: "文本框", clearable: true, placeholder: "请输入" }, linkPage: {}, verification: {}, scan: { ruleList: [] }, preSuffix: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "clear", label: "清空", tip: "清空" }, { name: "setValue", label: "弹框赋值回调", tip: "后缀图标弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }, { name: "prefixClick", label: "前缀点击", tip: "前缀图标点击执行" }, { name: "suffixClick", label: "后缀点击", tip: "后缀图标点击执行" }, { name: "afterScanDone", label: "扫描完成后", tip: "移动端扫描并赋值后事件" }], designComponent: e(() => import("../views/assemblys/form/input-text/inputtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-text/inputtext-attr.vue.js")) }, { name: "select", label: "选择器", icon: f, props: { base: { tittleShow: true, title: "选择器", clearable: true, placeholder: "请选择" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/select/select-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/select/select-attr.vue.js")) }, { name: "radio", label: "单选框", icon: g, props: { base: { tittleShow: true, title: "单选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/radio/radio-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/radio/radio-attr.vue.js")) }, { name: "checkbox", label: "复选框", icon: u, props: { base: { tittleShow: true, title: "复选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-attr.vue.js")) }, { name: "textarea", label: "文本域", icon: h, props: { base: { tittleShow: true, title: "文本域", clearable: true, placeholder: "请输入" }, verification: {}, size: { widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/textarea/textarea-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/textarea/textarea-attr.vue.js")) }, { name: "datePicker", label: "日期/时间", icon: v, props: { base: { dateRangeDefaultValue: {}, tittleShow: true, title: "日期", clearable: true, placeholder: "请选择" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "确定更改日期", tip: "用户确认选定的值时触发" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "clear", label: "清空", tip: "清空" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "panel-change", label: "日期面板改变事件", tip: "当日期面板改变时触发" }, { name: "visible-change", label: "下拉列表出现/消失事件", tip: "当picker的下拉列表出现/消失时触发" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-attr.vue.js")) }, { name: "file-upload", label: "文件框", icon: w, props: { base: { tittleShow: true, title: "文件框", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, uploadConfig: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "before-upload", label: "上传前", tip: "上传前" }, { name: "uploaded", label: "上传完成", tip: "上传完成" }, { name: "before-delete", label: "删除文件项前", tip: "删除文件项前" }, { name: "deleted", label: "删除文件项", tip: "删除文件项" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-attr.vue.js")) }, { name: "switch", label: "开关", icon: y, props: { base: { tittleShow: true, title: "开关" }, verification: {}, singleWidth: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/switch/switch-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/switch/switch-attr.vue.js")) }, { name: "inputNumber", label: "计数器", icon: x, props: { base: { tittleShow: true, title: "计数器" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, overallWidth: {}, overallHeight: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/input-number/input-number-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-number/input-number-attr.vue.js")) }, { name: "tag", label: "标签", icon: k, props: { base: { tittleShow: true, title: "标签" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "remove", label: "移除标签", tip: "移除标签" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/tag/tag-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/tag/tag-attr.vue.js")) }, { name: "dept-tree", label: "组织树", icon: C, props: { base: { tittleShow: true, title: "组织树", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, title: {}, orgFields: [{ type: "", model: "" }] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-attr.vue.js")) }, { name: "richText", label: "富文本", icon: h, props: { base: { tittleShow: false, title: "富文本", placeholder: "请输入" }, verification: [], size: { fixedHeight: 200, widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/rich-text/richtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/rich-text/richtext-attr.vue.js")) }, { name: "divider", label: "分割线", icon: S, props: { base: { tittleShow: true }, size: { widthType: "flex", flexSpan: 24 }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/divider/divider-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/divider/divider-attr.vue.js")) }, { name: "separatelabel", label: "分隔标签", icon: r, default: {}, props: { base: { title: "标题" }, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-attr.vue.js")) }, { name: "placeholder", label: "占位符", icon: j, props: { base: {}, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-attr.vue.js")) }, { name: "link", label: "链接", icon: F, props: { base: { title: "链接", tittleShow: false }, linkPage: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前", tip: "点击前" }, { name: "click", label: "点击", tip: "点击" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/link/link-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/link/link-attr.vue.js")) }, { name: "label", label: "Label组件", icon: k, props: { base: { tittleShow: true, title: "Label组件" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, formatting: { type: "", suffixModule: { jumpPageAdditional: [], icon: "" }, dynamicDataSourceCode: "" }, suffixModule: { action: "attonity", buttonDisplayConditionsList: [], jumpPageAdditional: [{ type: "", model: "" }] }, preSuffix: {}, singleWidth: {}, overallWidth: {}, overallHeight: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/label/label-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/label/label-attr.vue.js")) }] }, { name: "data", label: "数据", icon: T, items: [{ name: "table", label: "表格", events: [{ name: "beforeListLoad", label: "加载列表数据前", tip: "加载列表数据前" }, { name: "beforeRequest", label: "数据请求前事件", tip: "表格数据请求前回调事件" }, { name: "onListLoad", label: "加载列表数据后", tip: "加载列表数据后,此事件可以格式化数据内容" }, { name: "afterListLoad", label: "列表初始化后", tip: "列表初始化后" }, { name: "resizeTableHeight", label: "高度计算", tip: "列表高度重计算,refresh列表数据时会重新计算高度" }, { name: "beforeAddRow", label: "增加记录前", tip: "增加记录前,返回true表示可以增加记录,false表示不能增加记录" }, { name: "afterAddRow", label: "增加记录后", tip: "增加记录后" }, { name: "beforeRemoveRow", label: "移除记录前", tip: "移除记录前,返回true表示可以移除该记录,false表示不移除该记录" }, { name: "afterRemoveRow", label: "移除记录后", tip: "移除记录后" }, { name: "beforeEdit", label: "行编辑前", tip: "行编辑或移动端编辑字段前的回调方法,修改记录前,返回true表示可以修改记录,false表示不能修改记录" }, { name: "beforeRestoreValidate", label: "取消编辑前验证", tip: "列表行编辑取消编辑前验证回调方法" }, { name: "beforeRestore", label: "取消编辑前", tip: "列表行编辑取消编辑前回调方法" }, { name: "select", label: "选择数据", tip: "当用户手动勾选数据行时触发的事件" }, { name: "select-all", label: "全选数据", tip: "当用户手动勾选全选时触发该事件" }, { name: "selection-change", label: "选择数据改变", tip: "当选择项发生变化时触发该事件" }, { name: "cell-click", label: "单元格点击", tip: "当某个单元格被点击时会触发该事件" }, { name: "cell-dblclick", label: "单元格双击", tip: "当某个单元格被双击击时会触发该事件" }, { name: "row-click", label: "行点击", tip: "当某一行被点击时会触发该事件" }, { name: "row-dblclick", label: "行双击", tip: "当某一行被双击时会触发该事件" }, { name: "header-click", label: "列表头点击", tip: "当某一列的表头被点击时会触发该事件" }, { name: "show", label: "列表显示", tip: "列表显示回调方法" }, { name: "hidden", label: "列表隐藏", tip: "列表隐藏回调方法" }, { name: "filter-data", label: "数据过滤", tip: "列表数据过滤方法" }], icon: z, btnList: [{ name: "button-detail", label: "按钮", icon: I, isTable: true, props: { base: { type: "", name: "操作", title: "操作" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证数据前", tip: "行编辑保存时验证数据前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], items: [le(), ne(), ae()], modelFields: [], props: { base: { alignTitle: "left", alignContent: "left", selection: true, showIndex: true, showOperation: true, stripe: false, highlightCurrentRow: true, subPaging: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], highOrder: { totalSetting: "" }, deleteLogicSetting: [{ secondTable: "" }], otherSettings: { sourceQueryTableData: "[]" }, dataOrigin: { optionValueSetType: "", staticState: [], sortField: [{ name: "", type: "" }], json: "[\n {name:1,age:1},\n {name:2,age:2},\n {name:3,age:3},\n ]", principalLinkage: "", querySetList: [{ type: 1, name: 1 }], returnSetList: [], sqlFilterCondition: [], defaultQueryCriteria: [], unfoldConent: '<el-form :model="form" label-width="auto" style="max-width: 600px">\n <el-form-item label="Activity name">\n <el-input v-model="form.name" />\n </el-form-item>\n </el-form>\n ' }, isChangeGroupHeader: false, groupHeaders: [], importSetting: { listViewImportDuplicate: "update", importFields: [] } }, style: { titleFont: {}, tableHeader: {}, rowStyle: [{ type: "", model: "" }], background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/table/table-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/table/table-attr.vue.js")) }, { name: "progress", label: "进度条", icon: V, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "tree", label: "树控件", events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "node-click", label: "节点点击", tip: "当节点被点击的时候触发" }, { name: "check-change", label: "复选框点击", tip: "当复选框被点击的时候触发" }, { name: "check", label: "复选框点击后", tip: "点击节点复选框之后触发" }], icon: L, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, queryParameter: { parameterList: [] }, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], dataOrigin: { optionValueSetType: "", staticState: [], staticData: '[{\n "nodeId:"1",\n "name": "第一级",\n "children": [\n {\n "nodeId:"1-1",\n "name": "第二级",\n "children": [\n {\n "nodeId:"1-1-1",\n "name": "第三级"\n }\n ]\n }\n ]\n }]', principalLinkage: "11", querySetList: [{ type: 1, name: 1 }], returnSetList: [{ type: 1, name: 1 }], totalSetting: "" } }, style: { titleFont: {}, verification: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/tree/tree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/tree/tree-attr.vue.js")) }, { name: "steps", label: "步骤条", icon: q, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "timeline", label: "时间线", icon: E, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "bar-code", label: "条码", icon: K, props: { base: { type: "QR-code" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/data/bar-code/barcode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/bar-code/barcode-attr.vue.js")) }] }, { name: "button", label: "按钮", icon: P, items: [{ name: "button-detail", label: "按钮", icon: I, design: { style: { display: "inline-block" } }, props: { base: { title: "按钮", isPermission: true, conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], showCondition: "[]", type: "", logSetting: [] }, setValueList: [], linkPage: [], verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button/button-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button/button-attr.vue.js")) }, { name: "button-group", label: "按钮组", icon: R, design: { style: { display: "inline-block" } }, props: { base: {}, size: {}, gap: 10 }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-attr.vue.js")) }, { name: "dropdown", label: "下拉菜单", icon: "", design: { style: { display: "inline-block" } }, props: { base: { title: "下拉菜单" }, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "click", label: "点击菜单", tip: "点击菜单" }, { name: "menuShow", label: "显示菜单", tip: "显示菜单" }, { name: "menuHidden", label: "隐藏菜单", tip: "隐藏菜单" }], designComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-attr.vue.js")) }, { name: "export-pdf", label: "导出PDF", icon: R, design: { style: { display: "inline-block" } }, props: { base: { title: "导出PDF", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "导出PDF", eventName: "exportPDF", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-attr.vue.js")) }, { name: "print-label", label: "打印标签", icon: R, design: { style: { display: "inline-block" } }, props: { base: { title: "打印标签", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "打印标签", eventName: "printLabel", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/print-label/printlabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/print-label/printlabel-attr.vue.js")) }] }, { name: "workflow", label: "工作流", icon: N, items: [{ name: "workflow-button", label: "流程按钮", icon: H, design: { style: { display: "inline-block" } }, items: [{ name: "button-detail", label: "暂存", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "暂存", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "info", isEnableRequired: false }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "workflowSave", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交流程", eventName: "submitProcess", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交任务", eventName: "submitTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "领取", eventName: "drawTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "放弃领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "放弃领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "warning", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "放弃领取", eventName: "abandonReceive", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "同意", eventName: "approve", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "不同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "不同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "不同意", eventName: "refuse", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "赞成", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "赞成", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "赞成", eventName: "agreement", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "反对", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "反对", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "反对", eventName: "oppose", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "弃权", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "弃权", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "弃权", eventName: "kiken", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "已阅", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "已阅", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "已阅", eventName: "readed", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "指派", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "指派", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "指派", eventName: "assign", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "抄送", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "抄送", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "warning", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "抄送", eventName: "copyTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "加签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "加签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "加签", eventName: "addSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "减签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "减签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "warning", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "减签", eventName: "removeSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "驳回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "驳回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "驳回", eventName: "returnToPreviousTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "退回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "退回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "退回", eventName: "returnTaskTo", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "强制结束", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "强制结束", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "强制结束", eventName: "endInstance", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "取回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "取回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "取回", eventName: "retrieveTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], props: { base: { showActivityName: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-attr.vue.js")) }, { name: "picture-flow", label: "图形历史", icon: $, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-attr.vue.js")) }, { name: "text-flow", label: "文本历史", icon: O, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-attr.vue.js")) }, { name: "workflow-node", label: "流程环节", icon: O, props: { base: { title: "当前环节:" }, size: {} }, style: { headerColor: "red", headerTextAlign: "center", titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [], designComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-attr.vue.js")) }] }, { name: "chart", label: "统计图", icon: D, events: [{ name: "afterChartFormLoad", label: "加载图表查询表单后", tip: "加载图表查询表单后" }], design: { style: { height: "100%" } }, pushHomepage: { enable: false }, items: [{ name: "chart-column-line", label: "柱/折图", icon: Q, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px" } }, props: { size: { fixHeight: 300, widthType: "flex", flexSpan: 24 } }, style: { yaxisLeft: {}, yaxisRight: {} }, events: [{ name: "beforeUpdateChart", label: "图表更新前" }, { name: "afterUpdateChart", label: "图表更新后", tip: "图表更新后" }], designComponent: e(() => import("../views/assemblys/chart/column-line/column-line-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/column-line/column-line-attr.vue.js")) }, { name: "chart-pie", label: "饼图", icon: A, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/pie/pie-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/pie/pie-attr.vue.js")) }, { name: "chart-gauge", label: "仪表盘", icon: W, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/gauge/gauge-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/gauge/gauge-attr.vue.js")) }, { name: "chart-radar", label: "雷达图", icon: M, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/radar/radar-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/radar/radar-attr.vue.js")) }, { name: "chart-scatter", label: "散点图", icon: U, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: { yaxisLeft: {}, yaxisRight: {} }, designComponent: e(() => import("../views/assemblys/chart/scatter/scatter-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/scatter/scatter-attr.vue.js")) }, { name: "statistical-table", label: "统计表格", icon: z, items: [], modelFields: [], exportable: true, props: { base: { headerAlign: "left", align: "left", fixed: false, showIndex: true, stripe: false, sortable: false }, size: {}, highOrder: {}, otherSettings: {}, dataOrigin: { optionValueSetType: "", sortField: [{ name: "", type: "" }] }, isChangeGroupHeader: false, groupHeaders: [] }, style: { titleFont: {}, tableHeader: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js")) }] }, { name: "other", label: "其他", items: [{ name: "custom", label: "自定义", icon: G, props: { base: { tittleShow: true }, verification: [], preSuffix: {}, prefix: {}, size: { widthType: "flex", flexSpan: 24 }, uploadConfig: {}, overallWidth: {}, overallHeight: {}, title: {}, parameter: [] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/custom/custom-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/custom/custom-attr.vue.js")) }] }], te = { id: -1, code: "", name: "page", label: "", version: 1, systemCode: "", systemVersion: 1, dbName: "", tableName: "", tableAlias: "", workflowCode: "", workflowVersion: 0, modelFields: [], logicDesigns: [], items: [], props: { notIdInitializationList: "[]", judgeHeavyList: [] }, style: { paddingTop: 0, paddingRight: 0, paddingBottom: 0, paddingLeft: 0 }, events: [{ name: "beforeload", label: "加载前" }, { name: "load", label: "加载后" }, { name: "beforeFormLoadData", label: "加载表单数据前", tip: "还没有加载表单数据时" }, { name: "afterFormLoadData", label: "加载表单数据后", tip: "加载表单数据后还没显示表单时" }, { name: "onUnmounted", label: "页面卸载时" }] };
|
|
59
|
+
const ee = [{ name: "container", label: "容器", icon: a, items: [{ name: "form", label: "表单", icon: n, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [], default: { props: { labelWidth: 90 }, style: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/form/form-attr.vue.js")) }, { name: "layout", label: "Flex", icon: l, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/flex/flex-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/flex/flex-attr.vue.js")) }, { name: "collapse", label: "折叠面板", icon: o, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/collapse/collapse-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/collapse/collapse-attr.vue.js")) }, { name: "tabs", label: "多页签", icon: s, default: {}, props: { base: {}, size: {}, isFullyRendered: false, isContentEmbedded: true, lazy: true }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "tab-click", label: "tab点击事件", tip: "tab 被选中时触发" }, { name: "tab-change", label: "当前页签改变事件", tip: "activeName 改变时触发" }, { name: "tab-remove", label: "点击移除事件", tip: "点击 tab 移除按钮时触发" }, { name: "tab-add", label: "点击新增事件", tip: "点击 tab 新增按钮时触发" }, { name: "edit", label: "点击新增或移除事件", tip: "点击 tab 的新增或移除按钮后触发" }, { name: "before-leave", label: "切换拦截事件", tip: "切换标签之前的钩子函数, 若返回 false 或者返回被 reject 的 Promise,则阻止切换" }, { name: "tab-reset", label: "页签重置事件", tip: "删减页签后重置为删减前状态" }], designComponent: e(() => import("../views/assemblys/container/tabs/tabs-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tabs/tabs-attr.vue.js")) }, { name: "card", label: "卡片", icon: r, default: {}, props: { base: { tittleShow: true, title: "标题" }, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/card/card-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/card/card-attr.vue.js")) }, { name: "tools", label: "工具栏", icon: p, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/tools/tools-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tools/tools-attr.vue.js")) }, { name: "iframe", label: "Iframe", icon: m, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/iframe/iframe-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/iframe/iframe-attr.vue.js")) }, { name: "container", label: "布局", icon: d, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/container/container-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/container/container-attr.vue.js")) }] }, { name: "form", label: "表单", icon: b, items: [{ name: "input-text", label: "文本框", icon: c, props: { base: { tittleShow: true, title: "文本框", clearable: true, placeholder: "请输入" }, linkPage: {}, verification: {}, scan: { ruleList: [] }, preSuffix: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "clear", label: "清空", tip: "清空" }, { name: "setValue", label: "弹框赋值回调", tip: "后缀图标弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }, { name: "prefixClick", label: "前缀点击", tip: "前缀图标点击执行" }, { name: "suffixClick", label: "后缀点击", tip: "后缀图标点击执行" }, { name: "afterScanDone", label: "扫描完成后", tip: "移动端扫描并赋值后事件" }], designComponent: e(() => import("../views/assemblys/form/input-text/inputtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-text/inputtext-attr.vue.js")) }, { name: "select", label: "选择器", icon: f, props: { base: { tittleShow: true, title: "选择器", clearable: true, placeholder: "请选择" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/select/select-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/select/select-attr.vue.js")) }, { name: "radio", label: "单选框", icon: g, props: { base: { tittleShow: true, title: "单选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/radio/radio-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/radio/radio-attr.vue.js")) }, { name: "checkbox", label: "复选框", icon: u, props: { base: { tittleShow: true, title: "复选框" }, verification: {}, dataOrigin: { displayQuantity: 20 }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-attr.vue.js")) }, { name: "textarea", label: "文本域", icon: h, props: { base: { tittleShow: true, title: "文本域", clearable: true, placeholder: "请输入" }, verification: {}, size: { widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "input", label: "输入", tip: "输入" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/textarea/textarea-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/textarea/textarea-attr.vue.js")) }, { name: "datePicker", label: "日期/时间", icon: v, props: { base: { dateRangeDefaultValue: {}, tittleShow: true, title: "日期", clearable: true, placeholder: "请选择" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "确定更改日期", tip: "用户确认选定的值时触发" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "clear", label: "清空", tip: "清空" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "panel-change", label: "日期面板改变事件", tip: "当日期面板改变时触发" }, { name: "visible-change", label: "下拉列表出现/消失事件", tip: "当picker的下拉列表出现/消失时触发" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-attr.vue.js")) }, { name: "file-upload", label: "文件框", icon: w, props: { base: { tittleShow: true, title: "文件框", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, uploadConfig: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "before-upload", label: "上传前", tip: "上传前" }, { name: "uploaded", label: "上传完成", tip: "上传完成" }, { name: "before-delete", label: "删除文件项前", tip: "删除文件项前" }, { name: "deleted", label: "删除文件项", tip: "删除文件项" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-attr.vue.js")) }, { name: "switch", label: "开关", icon: y, props: { base: { tittleShow: true, title: "开关" }, verification: {}, singleWidth: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/switch/switch-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/switch/switch-attr.vue.js")) }, { name: "inputNumber", label: "计数器", icon: x, props: { base: { tittleShow: true, title: "计数器" }, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, overallWidth: {}, overallHeight: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "获取焦点", tip: "获取焦点" }, { name: "focus", label: "失去焦点", tip: "失去焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/input-number/input-number-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/input-number/input-number-attr.vue.js")) }, { name: "tag", label: "标签", icon: k, props: { base: { tittleShow: true, title: "标签" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "remove", label: "移除标签", tip: "移除标签" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/tag/tag-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/tag/tag-attr.vue.js")) }, { name: "dept-tree", label: "组织树", icon: C, props: { base: { tittleShow: true, title: "组织树", placeholder: "请选择" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, title: {}, orgFields: [{ type: "", model: "" }] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-attr.vue.js")) }, { name: "richText", label: "富文本", icon: h, props: { base: { tittleShow: false, title: "富文本", placeholder: "请输入" }, verification: [], size: { fixedHeight: 200, widthType: "flex", flexSpan: 24 } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/rich-text/richtext-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/rich-text/richtext-attr.vue.js")) }, { name: "divider", label: "分割线", icon: S, props: { base: { tittleShow: true }, size: { widthType: "flex", flexSpan: 24 }, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/divider/divider-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/divider/divider-attr.vue.js")) }, { name: "separatelabel", label: "分隔标签", icon: r, default: {}, props: { base: { title: "标题" }, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-attr.vue.js")) }, { name: "placeholder", label: "占位符", icon: j, props: { base: {}, verification: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-attr.vue.js")) }, { name: "link", label: "链接", icon: F, props: { base: { title: "链接", tittleShow: false }, linkPage: {}, prefix: {}, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } } }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前", tip: "点击前" }, { name: "click", label: "点击", tip: "点击" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/link/link-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/link/link-attr.vue.js")) }, { name: "label", label: "Label组件", icon: k, props: { base: { tittleShow: true, title: "Label组件" }, size: { pc: { widthType: "flex", flexSpan: 8 }, ipad: { widthType: "flex", flexSpan: 12 }, phone: { widthType: "flex", flexSpan: 24 } }, verification: {}, formatting: { type: "", suffixModule: { jumpPageAdditional: [], icon: "" }, dynamicDataSourceCode: "" }, suffixModule: { action: "attonity", buttonDisplayConditionsList: [], jumpPageAdditional: [{ type: "", model: "" }] }, preSuffix: {}, singleWidth: {}, overallWidth: {}, overallHeight: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "blur", label: "失去焦点", tip: "失去焦点" }, { name: "focus", label: "获取焦点", tip: "获取焦点" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/label/label-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/label/label-attr.vue.js")) }] }, { name: "data", label: "数据", icon: T, items: [{ name: "table", label: "表格", events: [{ name: "beforeListLoad", label: "加载列表数据前", tip: "加载列表数据前" }, { name: "beforeRequest", label: "数据请求前事件", tip: "表格数据请求前回调事件" }, { name: "onListLoad", label: "加载列表数据后", tip: "加载列表数据后,此事件可以格式化数据内容" }, { name: "afterListLoad", label: "列表初始化后", tip: "列表初始化后" }, { name: "resizeTableHeight", label: "高度计算", tip: "列表高度重计算,refresh列表数据时会重新计算高度" }, { name: "beforeAddRow", label: "增加记录前", tip: "增加记录前,返回true表示可以增加记录,false表示不能增加记录" }, { name: "afterAddRow", label: "增加记录后", tip: "增加记录后" }, { name: "beforeRemoveRow", label: "移除记录前", tip: "移除记录前,返回true表示可以移除该记录,false表示不移除该记录" }, { name: "afterRemoveRow", label: "移除记录后", tip: "移除记录后" }, { name: "beforeEdit", label: "行编辑前", tip: "行编辑或移动端编辑字段前的回调方法,修改记录前,返回true表示可以修改记录,false表示不能修改记录" }, { name: "beforeRestoreValidate", label: "取消编辑前验证", tip: "列表行编辑取消编辑前验证回调方法" }, { name: "beforeRestore", label: "取消编辑前", tip: "列表行编辑取消编辑前回调方法" }, { name: "select", label: "选择数据", tip: "当用户手动勾选数据行时触发的事件" }, { name: "select-all", label: "全选数据", tip: "当用户手动勾选全选时触发该事件" }, { name: "selection-change", label: "选择数据改变", tip: "当选择项发生变化时触发该事件" }, { name: "cell-click", label: "单元格点击", tip: "当某个单元格被点击时会触发该事件" }, { name: "cell-dblclick", label: "单元格双击", tip: "当某个单元格被双击击时会触发该事件" }, { name: "row-click", label: "行点击", tip: "当某一行被点击时会触发该事件" }, { name: "row-dblclick", label: "行双击", tip: "当某一行被双击时会触发该事件" }, { name: "header-click", label: "列表头点击", tip: "当某一列的表头被点击时会触发该事件" }, { name: "show", label: "列表显示", tip: "列表显示回调方法" }, { name: "hidden", label: "列表隐藏", tip: "列表隐藏回调方法" }, { name: "filter-data", label: "数据过滤", tip: "列表数据过滤方法" }], icon: z, btnList: [{ name: "button-detail", label: "按钮", icon: I, isTable: true, props: { base: { type: "", name: "操作", title: "操作" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证数据前", tip: "行编辑保存时验证数据前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], items: [le(), ne(), ae()], modelFields: [], props: { base: { alignTitle: "left", alignContent: "left", selection: true, showIndex: true, showOperation: true, stripe: false, highlightCurrentRow: true, subPaging: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], highOrder: { totalSetting: "" }, deleteLogicSetting: [{ secondTable: "" }], otherSettings: { sourceQueryTableData: "[]" }, dataOrigin: { optionValueSetType: "", staticState: [], sortField: [{ name: "", type: "" }], json: "[\n {name:1,age:1},\n {name:2,age:2},\n {name:3,age:3},\n ]", principalLinkage: "", querySetList: [{ type: 1, name: 1 }], returnSetList: [], sqlFilterCondition: [], defaultQueryCriteria: [], unfoldConent: '<el-form :model="form" label-width="auto" style="max-width: 600px">\n <el-form-item label="Activity name">\n <el-input v-model="form.name" />\n </el-form-item>\n </el-form>\n ' }, isChangeGroupHeader: false, groupHeaders: [], importSetting: { listViewImportDuplicate: "update", importFields: [] } }, style: { titleFont: {}, tableHeader: {}, rowStyle: [{ type: "", model: "" }], background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/table/table-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/table/table-attr.vue.js")) }, { name: "progress", label: "进度条", icon: V, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "tree", label: "树控件", events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "node-click", label: "节点点击", tip: "当节点被点击的时候触发" }, { name: "check-change", label: "复选框点击", tip: "当复选框被点击的时候触发" }, { name: "check", label: "复选框点击后", tip: "点击节点复选框之后触发" }], icon: L, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {}, queryParameter: { parameterList: [] }, linkage: [{ label: "联动变量1", vaule: "" }, { label: "联动变量2", vaule: "" }, { label: "联动变量3", vaule: "" }], dataOrigin: { optionValueSetType: "", staticState: [], staticData: '[{\n "nodeId:"1",\n "name": "第一级",\n "children": [\n {\n "nodeId:"1-1",\n "name": "第二级",\n "children": [\n {\n "nodeId:"1-1-1",\n "name": "第三级"\n }\n ]\n }\n ]\n }]', principalLinkage: "11", querySetList: [{ type: 1, name: 1 }], returnSetList: [{ type: 1, name: 1 }], totalSetting: "" } }, style: { titleFont: {}, verification: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/data/tree/tree-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/tree/tree-attr.vue.js")) }, { name: "steps", label: "步骤条", icon: q, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "timeline", label: "时间线", icon: E, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")) }, { name: "bar-code", label: "条码", icon: K, props: { base: { type: "QR-code" }, verification: {}, scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/data/bar-code/barcode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/data/bar-code/barcode-attr.vue.js")) }] }, { name: "button", label: "按钮", icon: P, items: [{ name: "button-detail", label: "按钮", icon: I, design: { style: { display: "inline-block" } }, props: { base: { title: "按钮", isPermission: true, conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], showCondition: "[]", type: "", logSetting: [] }, setValueList: [], linkPage: [], verification: {}, scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", label: "点击事件", tip: "点击事件" }, { name: "setValue", label: "弹框赋值回调", tip: "弹框赋值回调" }, { name: "closePopup", label: "关闭弹框回调", tip: "关闭弹框回调" }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button/button-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button/button-attr.vue.js")) }, { name: "button-group", label: "按钮组", icon: R, design: { style: { display: "inline-block" } }, props: { base: {}, size: {}, gap: 10 }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-attr.vue.js")) }, { name: "dropdown", label: "下拉菜单", icon: "", design: { style: { display: "inline-block" } }, props: { base: { title: "下拉菜单" }, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "click", label: "点击菜单", tip: "点击菜单" }, { name: "menuShow", label: "显示菜单", tip: "显示菜单" }, { name: "menuHidden", label: "隐藏菜单", tip: "隐藏菜单" }], designComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-attr.vue.js")) }, { name: "export-pdf", label: "导出PDF", icon: R, design: { style: { display: "inline-block" } }, props: { base: { title: "导出PDF", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "导出PDF", eventName: "exportPDF", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-attr.vue.js")) }, { name: "print-label", label: "打印标签", icon: R, design: { style: { display: "inline-block" } }, props: { base: { title: "打印标签", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: '[\n {"label":"1"},\n {"label":"2"},\n {"label":"3"}\n ]' }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "打印标签", eventName: "printLabel", isStandard: true }], designComponent: e(() => import("../views/assemblys/button/print-label/printlabel-design.vue.js")), attrComponent: e(() => import("../views/assemblys/button/print-label/printlabel-attr.vue.js")) }] }, { name: "workflow", label: "工作流", icon: N, items: [{ name: "workflow-button", label: "流程按钮", icon: H, design: { style: { display: "inline-block" } }, items: [{ name: "button-detail", label: "暂存", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "暂存", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "info", isEnableRequired: false }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "workflowSave", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交流程", eventName: "submitProcess", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "提交任务", eventName: "submitTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "领取", eventName: "drawTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "放弃领取", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "放弃领取", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "warning", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "放弃领取", eventName: "abandonReceive", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "同意", eventName: "approve", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "不同意", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "不同意", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "不同意", eventName: "refuse", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "赞成", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "赞成", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "赞成", eventName: "agreement", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "反对", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "反对", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "反对", eventName: "oppose", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "弃权", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "弃权", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "弃权", eventName: "kiken", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "已阅", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "已阅", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "已阅", eventName: "readed", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "指派", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "指派", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "指派", eventName: "assign", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "抄送", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "抄送", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "warning", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "抄送", eventName: "copyTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "加签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "加签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "加签", eventName: "addSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "减签", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "减签", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "warning", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "减签", eventName: "removeSigner", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "驳回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "驳回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "驳回", eventName: "returnToPreviousTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "退回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "退回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "退回", eventName: "returnTaskTo", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "强制结束", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "强制结束", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "强制结束", eventName: "endInstance", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, { name: "button-detail", label: "取回", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "取回", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeValidateForm", label: "验证表单前", tip: "验证表单前,先于beforeClick事件" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "取回", eventName: "retrieveTask", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], props: { base: { showActivityName: true }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-attr.vue.js")) }, { name: "picture-flow", label: "图形历史", icon: $, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-attr.vue.js")) }, { name: "text-flow", label: "文本历史", icon: O, props: { base: {}, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/text-history/texthistory-attr.vue.js")) }, { name: "workflow-node", label: "流程环节", icon: O, props: { base: { title: "当前环节:" }, size: {} }, style: { headerColor: "red", headerTextAlign: "center", titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [], designComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-attr.vue.js")) }] }, { name: "chart", label: "统计图", icon: D, events: [{ name: "afterChartFormLoad", label: "加载图表查询表单后", tip: "加载图表查询表单后" }], design: { style: { height: "100%" } }, pushHomepage: { enable: false }, items: [{ name: "chart-column-line", label: "柱/折图", icon: Q, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px" } }, props: { size: { fixHeight: 300, widthType: "flex", flexSpan: 24 } }, style: { yaxisLeft: {}, yaxisRight: {} }, events: [{ name: "beforeUpdateChart", label: "图表更新前" }, { name: "afterUpdateChart", label: "图表更新后", tip: "图表更新后" }], designComponent: e(() => import("../views/assemblys/chart/column-line/column-line-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/column-line/column-line-attr.vue.js")) }, { name: "chart-pie", label: "饼图", icon: A, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/pie/pie-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/pie/pie-attr.vue.js")) }, { name: "chart-gauge", label: "仪表盘", icon: W, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/gauge/gauge-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/gauge/gauge-attr.vue.js")) }, { name: "chart-radar", label: "雷达图", icon: M, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: {}, designComponent: e(() => import("../views/assemblys/chart/radar/radar-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/radar/radar-attr.vue.js")) }, { name: "chart-scatter", label: "散点图", icon: U, initializationQuery: true, exportable: true, design: { style: { "margin-bottom": "18px", height: "100%" } }, props: { size: { pc: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, ipad: { fixHeight: 300, widthType: "flex", flexSpan: 12 }, phone: { fixHeight: 300, widthType: "flex", flexSpan: 24 } } }, style: { yaxisLeft: {}, yaxisRight: {} }, designComponent: e(() => import("../views/assemblys/chart/scatter/scatter-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/scatter/scatter-attr.vue.js")) }, { name: "statistical-table", label: "统计表格", icon: z, items: [], modelFields: [], exportable: true, props: { base: { headerAlign: "left", align: "left", fixed: false, showIndex: true, stripe: false, sortable: false }, size: {}, highOrder: {}, otherSettings: {}, dataOrigin: { optionValueSetType: "", sortField: [{ name: "", type: "" }] }, isChangeGroupHeader: false, groupHeaders: [] }, style: { titleFont: {}, tableHeader: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, designComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-design.vue.js")), attrComponent: e(() => import("../views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js")) }] }, { name: "other", label: "其他", items: [{ name: "custom", label: "自定义", icon: G, props: { base: { tittleShow: true }, verification: {}, preSuffix: {}, prefix: {}, size: { widthType: "flex", flexSpan: 24 }, uploadConfig: {}, overallWidth: {}, overallHeight: {}, title: {}, parameter: [] }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "click", label: "点击", tip: "点击" }, { name: "change", label: "更改", tip: "更改" }, { name: "show", label: "显示", tip: "显示元素时执行" }, { name: "hidden", label: "隐藏", tip: "隐藏元素时执行" }], designComponent: e(() => import("../views/assemblys/form/custom/custom-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/custom/custom-attr.vue.js")) }] }], te = { id: -1, code: "", name: "page", label: "", version: 1, systemCode: "", systemVersion: 1, dbName: "", tableName: "", tableAlias: "", workflowCode: "", workflowVersion: 0, modelFields: [], logicDesigns: [], items: [], props: { notIdInitializationList: "[]", judgeHeavyList: [] }, style: { paddingTop: 0, paddingRight: 0, paddingBottom: 0, paddingLeft: 0 }, events: [{ name: "beforeload", label: "加载前" }, { name: "load", label: "加载后" }, { name: "beforeFormLoadData", label: "加载表单数据前", tip: "还没有加载表单数据时" }, { name: "afterFormLoadData", label: "加载表单数据后", tip: "加载表单数据后还没显示表单时" }, { name: "onUnmounted", label: "页面卸载时" }] };
|
|
60
60
|
function ie() {
|
|
61
61
|
const e2 = t(te);
|
|
62
62
|
return e2.code = i(), e2.uuid = e2.code, e2.label = "页面", e2.i18nKeys || (e2.i18nKeys = []), e2;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as e, resolveComponent as l, createBlock as o, openBlock as a, withCtx as t, createElementVNode as u, createVNode as d, withDirectives as r, createTextVNode as n, unref as i, vShow as s } from "vue";
|
|
2
|
-
import { Top as p, Bottom as c, Plus as
|
|
2
|
+
import { Top as p, Bottom as c, Plus as f, Delete as m } from "@element-plus/icons-vue";
|
|
3
3
|
import { ElMessage as g } from "element-plus";
|
|
4
4
|
const y = { style: { padding: "8px 0px 0px 0px" } }, b = { style: { "text-align": "center", margin: "0px -8px", "padding-top": "4px", "padding-left": "2px" } }, x = e({ __name: "style-pie", props: { configure: { type: Object, required: true } }, setup(e2) {
|
|
5
5
|
const x2 = e2;
|
|
6
6
|
return x2.configure.style.colors || (x2.configure.style.colors = []), 0 == x2.configure.style.colors.length && x2.configure.style.colors.push({ index: 1 }), (V, h) => {
|
|
7
|
-
const _ = l("el-option"), w = l("el-select"), v = l("el-form-item"), U = l("el-input"), C = l("el-col"), k = l("el-text"), z = l("el-input-number"), T = l("el-divider"), O = l("el-icon"), A = l("el-table-column"), B = l("el-color-picker"),
|
|
8
|
-
return a(), o(
|
|
7
|
+
const _ = l("el-option"), w = l("el-select"), v = l("el-form-item"), U = l("el-input"), C = l("el-col"), k = l("el-text"), z = l("el-input-number"), T = l("el-divider"), O = l("el-icon"), A = l("el-table-column"), B = l("el-color-picker"), I = l("el-table"), L = l("el-collapse-item");
|
|
8
|
+
return a(), o(L, { title: "扇区", name: "stylePie", class: "amb-design-attr-group-header" }, { default: t(() => [u("div", y, [d(v, { label: "南丁格尔", style: { "margin-top": "4px" } }, { default: t(() => [d(w, { modelValue: e2.configure.style.roseType, "onUpdate:modelValue": h[0] || (h[0] = (l2) => e2.configure.style.roseType = l2), placeholder: "默认", clearable: "" }, { default: t(() => [d(_, { label: "radius", value: "radius" }), d(_, { label: "area", value: "area" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), d(v, { label: "圆心坐标", style: { "margin-top": "-10px" } }, { default: t(() => [d(C, { span: 12 }, { default: t(() => [d(v, { label: "左", "label-width": "40px;" }, { default: t(() => [d(U, { style: { width: "50px" }, modelValue: e2.configure.style.centerLeft, "onUpdate:modelValue": h[1] || (h[1] = (l2) => e2.configure.style.centerLeft = l2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }), d(C, { span: 12 }, { default: t(() => [d(v, { label: "上", "label-width": "40px;" }, { default: t(() => [d(U, { style: { width: "50px" }, modelValue: e2.configure.style.centerTop, "onUpdate:modelValue": h[2] || (h[2] = (l2) => e2.configure.style.centerTop = l2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }), d(k, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: t(() => h[15] || (h[15] = [n("格式如:50%,左为是横坐标位置,上是纵坐标位置")])), _: 1 })]), _: 1 }), d(v, { label: "饼图半径", style: { "margin-top": "-10px" } }, { default: t(() => [d(C, { span: 12 }, { default: t(() => [d(v, { label: "内", "label-width": "40px;" }, { default: t(() => [d(U, { style: { width: "50px" }, modelValue: e2.configure.style.radiusInner, "onUpdate:modelValue": h[3] || (h[3] = (l2) => e2.configure.style.radiusInner = l2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }), d(C, { span: 12 }, { default: t(() => [d(v, { label: "外", "label-width": "40px;" }, { default: t(() => [d(U, { style: { width: "50px" }, modelValue: e2.configure.style.radiusOuter, "onUpdate:modelValue": h[4] || (h[4] = (l2) => e2.configure.style.radiusOuter = l2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }), d(k, { style: { "line-height": "15px", "margin-top": "5px" }, type: "success", size: "small" }, { default: t(() => h[16] || (h[16] = [n("格式如:0或75%,内是内半径,外是外半径")])), _: 1 })]), _: 1 }), d(v, { label: "间隔角度", style: { "margin-top": "-10px" } }, { default: t(() => [d(z, { modelValue: e2.configure.style.padAngle, "onUpdate:modelValue": h[5] || (h[5] = (l2) => e2.configure.style.padAngle = l2), min: 0, max: 360 }, null, 8, ["modelValue"])]), _: 1 }), d(v, { label: "透明度", style: { "margin-top": "-10px" } }, { default: t(() => [d(w, { modelValue: e2.configure.style.opacity, "onUpdate:modelValue": h[6] || (h[6] = (l2) => e2.configure.style.opacity = l2), placeholder: "默认", clearable: "" }, { default: t(() => [d(_, { label: "1", value: "1" }), d(_, { label: "0.9", value: "0.9" }), d(_, { label: "0.8", value: "0.8" }), d(_, { label: "0.7", value: "0.7" }), d(_, { label: "0.6", value: "0.6" }), d(_, { label: "0.5", value: "0.5" }), d(_, { label: "0.4", value: "0.4" }), d(_, { label: "0.3", value: "0.3" }), d(_, { label: "0.2", value: "0.2" }), d(_, { label: "0.1", value: "0.1" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), d(T, null, { default: t(() => h[17] || (h[17] = [n(" 扇区颜色 ")])), _: 1 }), d(k, { style: { "line-height": "15px" }, type: "success", size: "small" }, { default: t(() => h[18] || (h[18] = [n(" 按顺序设置扇区颜色,如有设置名称,则按名称匹配颜色 ")])), _: 1 }), d(I, { data: e2.configure.style.colors, style: { width: "100%" } }, { default: t(() => [d(A, { label: "", width: "32" }, { default: t((e3) => [u("div", b, [d(O, { size: "14", style: { cursor: "pointer" }, onClick: (l2) => function(e4) {
|
|
9
9
|
let l3 = -1;
|
|
10
10
|
const o2 = x2.configure.style.colors, a2 = o2.length;
|
|
11
11
|
for (let t2 = 0; t2 < a2; t2++) if (o2[t2].index == e4.index) {
|
|
@@ -21,13 +21,13 @@ const y = { style: { padding: "8px 0px 0px 0px" } }, b = { style: { "text-align"
|
|
|
21
21
|
break;
|
|
22
22
|
}
|
|
23
23
|
-1 != l3 && o2.length != l3 + 1 && ([o2[l3], o2[l3 + 1]] = [o2[l3 + 1], o2[l3]]);
|
|
24
|
-
}(e3.row) }, { default: t(() => [d(i(c))]), _: 2 }, 1032, ["onClick"])])]), _: 1 }), d(A, { prop: "label", label: "名称", width: "100" }, { default: t((e3) => [d(U, { modelValue: e3.row.name, "onUpdate:modelValue": (l2) => e3.row.name = l2, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(A, { prop: "label", label: "颜色", width: "58" }, { default: t((e3) => [d(B, { modelValue: e3.row.color, "onUpdate:modelValue": (l2) => e3.row.color = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(A, { label: "操作", width: "60" }, { default: t((e3) => [d(O, { size: "14", style: { color: "#
|
|
24
|
+
}(e3.row) }, { default: t(() => [d(i(c))]), _: 2 }, 1032, ["onClick"])])]), _: 1 }), d(A, { prop: "label", label: "名称", width: "100" }, { default: t((e3) => [d(U, { modelValue: e3.row.name, "onUpdate:modelValue": (l2) => e3.row.name = l2, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(A, { prop: "label", label: "颜色", width: "58" }, { default: t((e3) => [d(B, { modelValue: e3.row.color, "onUpdate:modelValue": (l2) => e3.row.color = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(A, { label: "操作", width: "60" }, { default: t((e3) => [d(O, { size: "14", style: { color: "#5893ef", cursor: "pointer", "font-weight": "bold", "margin-right": "8px" }, onClick: (l2) => function(e4) {
|
|
25
25
|
let l3 = -1, o2 = -1;
|
|
26
26
|
const a2 = x2.configure.style.colors;
|
|
27
27
|
a2.find((a3, t2) => {
|
|
28
28
|
a3.index == e4.index && (o2 = t2), a3.index > l3 && (l3 = a3.index);
|
|
29
29
|
}), o2 > -1 && a2.splice(o2 + 1, 0, { index: l3 + 1 });
|
|
30
|
-
}(e3.row) }, { default: t(() => [d(i(
|
|
30
|
+
}(e3.row) }, { default: t(() => [d(i(f))]), _: 2 }, 1032, ["onClick"]), d(O, { size: "14", style: { color: "#5893ef", cursor: "pointer" }, onClick: (l2) => function(e4) {
|
|
31
31
|
const l3 = x2.configure.style.colors;
|
|
32
32
|
if (1 == l3.length) return g.error("必须保留一行!"), void alert("必须保留一行!");
|
|
33
33
|
let o2 = -1;
|
|
@@ -36,7 +36,7 @@ const y = { style: { padding: "8px 0px 0px 0px" } }, b = { style: { "text-align"
|
|
|
36
36
|
break;
|
|
37
37
|
}
|
|
38
38
|
o2 > -1 && l3.splice(o2, 1);
|
|
39
|
-
}(e3.row) }, { default: t(() => [d(i(
|
|
39
|
+
}(e3.row) }, { default: t(() => [d(i(m))]), _: 2 }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]), d(T, null, { default: t(() => h[19] || (h[19] = [n(" 边框 ")])), _: 1 }), d(v, { label: "颜色", style: { "margin-top": "-10px" } }, { default: t(() => [d(B, { modelValue: e2.configure.style.borderColor, "onUpdate:modelValue": h[7] || (h[7] = (l2) => e2.configure.style.borderColor = l2) }, null, 8, ["modelValue"])]), _: 1 }), r(d(v, { label: "线宽", style: { "margin-top": "-10px" } }, { default: t(() => [d(z, { modelValue: e2.configure.style.borderWidth, "onUpdate:modelValue": h[8] || (h[8] = (l2) => e2.configure.style.borderWidth = l2), min: 1, max: 100 }, null, 8, ["modelValue"])]), _: 1 }, 512), [[s, e2.configure.style.borderColor]]), r(d(v, { label: "线型", style: { "margin-top": "-10px" } }, { default: t(() => [d(w, { modelValue: e2.configure.style.borderType, "onUpdate:modelValue": h[9] || (h[9] = (l2) => e2.configure.style.borderType = l2), placeholder: "默认", clearable: "" }, { default: t(() => [d(_, { label: "solid", value: "solid" }), d(_, { label: "dashed", value: "dashed" }), d(_, { label: "dotted", value: "dotted" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[s, e2.configure.style.borderColor]]), r(d(v, { label: "边框圆角", style: { "margin-top": "-10px" } }, { default: t(() => [d(z, { modelValue: e2.configure.style.borderRadius, "onUpdate:modelValue": h[10] || (h[10] = (l2) => e2.configure.style.borderRadius = l2), min: 0, max: 30 }, null, 8, ["modelValue"])]), _: 1 }, 512), [[s, e2.configure.style.borderColor]]), d(T, null, { default: t(() => h[20] || (h[20] = [n(" 阴影 ")])), _: 1 }), d(v, { label: "阴影颜色", style: { "margin-top": "-10px", "margin-bottom": "-15px" } }, { default: t(() => [d(B, { modelValue: e2.configure.style.shadowColor, "onUpdate:modelValue": h[11] || (h[11] = (l2) => e2.configure.style.shadowColor = l2) }, null, 8, ["modelValue"])]), _: 1 }), r(d(v, { label: "阴影模糊", style: { "margin-top": "22px" } }, { default: t(() => [d(z, { modelValue: e2.configure.style.shadowBlur, "onUpdate:modelValue": h[12] || (h[12] = (l2) => e2.configure.style.shadowBlur = l2), min: 0, max: 20 }, null, 8, ["modelValue"])]), _: 1 }, 512), [[s, e2.configure.style.shadowColor]]), r(d(v, { label: "水平偏移", style: { "margin-top": "-10px" } }, { default: t(() => [d(z, { modelValue: e2.configure.style.shadowX, "onUpdate:modelValue": h[13] || (h[13] = (l2) => e2.configure.style.shadowX = l2), min: 0, max: 40 }, null, 8, ["modelValue"])]), _: 1 }, 512), [[s, e2.configure.style.shadowColor]]), r(d(v, { label: "垂直偏移", style: { "margin-top": "-10px", "margin-bottom": "-15px" } }, { default: t(() => [d(z, { modelValue: e2.configure.style.shadowY, "onUpdate:modelValue": h[14] || (h[14] = (l2) => e2.configure.style.shadowY = l2), min: 0, max: 40 }, null, 8, ["modelValue"])]), _: 1 }, 512), [[s, e2.configure.style.shadowColor]])])]), _: 1 });
|
|
40
40
|
};
|
|
41
41
|
} });
|
|
42
42
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as a, computed as l, resolveComponent as i, createBlock as o, openBlock as t, withCtx as n, createElementVNode as r, createVNode as s, createCommentVNode as u, withDirectives as d, renderSlot as p, createTextVNode as c, unref as g, vShow as f, createElementBlock as m, Fragment as v, renderList as y, normalizeClass as b, toDisplayString as V } from "vue";
|
|
2
|
-
import O from "../../form/common/dataorigin-input-table.
|
|
2
|
+
import O from "../../form/common/dataorigin-input-table.vue.js";
|
|
3
3
|
import { Codemirror as _ } from "vue-codemirror";
|
|
4
4
|
import C from "../../workflow/component/combination.vue.js";
|
|
5
5
|
import S from "./return-set-table.vue.js";
|
|
@@ -2,7 +2,7 @@ import e from "./table-design.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const o = t(e, [["__scopeId", "data-v-
|
|
5
|
+
const o = t(e, [["__scopeId", "data-v-ee345ad2"]]);
|
|
6
6
|
export {
|
|
7
7
|
o as default
|
|
8
8
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as e, ref as o, onMounted as n, onUnmounted as l, watch as i, resolveComponent as u, createElementBlock as
|
|
1
|
+
import { defineComponent as e, ref as o, onMounted as n, onUnmounted as l, watch as i, resolveComponent as u, createElementBlock as a, openBlock as t, createVNode as r, createElementVNode as s, withDirectives as c, createCommentVNode as p, normalizeStyle as d, normalizeClass as g, withCtx as f, Fragment as m, renderList as b, createBlock as v, createTextVNode as y, unref as h, vShow as C } from "vue";
|
|
2
2
|
import x from "../../../../utils/eventBus.js";
|
|
3
3
|
import { useDraggable as S } from "vue-draggable-plus";
|
|
4
4
|
import { caculateDetailComponentStyle as j, caculateComponentProps as k } from "../../../../utils/form-design-util.js";
|
|
5
5
|
import { getTableColumnConf as D } from "../../../../utils/assemblys-config.js";
|
|
6
|
-
import { Plus as
|
|
7
|
-
import { ElMessageBox as
|
|
8
|
-
import { getColumnsWithGroupHeader as
|
|
6
|
+
import { Plus as E, Delete as H } from "@element-plus/icons-vue";
|
|
7
|
+
import { ElMessageBox as O } from "element-plus";
|
|
8
|
+
import { getColumnsWithGroupHeader as w, addColumnToGroupHeaders as T } from "../../../../utils/data-table-util.js";
|
|
9
9
|
import "uuid";
|
|
10
10
|
import "@element-plus/icons";
|
|
11
11
|
import "agilebuilder-ui/src/utils/auth";
|
|
@@ -16,11 +16,11 @@ import "@vueuse/core";
|
|
|
16
16
|
import M from "../component/table-children-column.vue.js";
|
|
17
17
|
import { queryTableFields as W, changeFeieldToMap as _ } from "../../../../utils/page-table-util.js";
|
|
18
18
|
const B = { class: "amb-object-design-table-ref" }, P = { id: "tableDesignMenu", ref: "headerMenu", class: "context-menu" }, $ = e({ __name: "table-design", props: { pageDesign: {}, configure: {}, selectWidget: {}, indexObj: {} }, emits: ["selectColumn", "onSelectWidget"], setup(e2, { emit: $2 }) {
|
|
19
|
-
const z = e2,
|
|
19
|
+
const z = e2, G = $2, N = o([{}]), V = o(1), F = o(1), K = o({}), L = o(""), U = o({}), I = o({}), R = o(false);
|
|
20
20
|
z.configure.props.groupHeaders;
|
|
21
21
|
const q = o([]), X = o(), Y = o([]);
|
|
22
22
|
function A(e3, o2) {
|
|
23
|
-
|
|
23
|
+
G("onSelectWidget", e3, o2, z.configure);
|
|
24
24
|
}
|
|
25
25
|
z.configure && function() {
|
|
26
26
|
const e3 = z.configure.tableSysCode ? z.configure.tableSysCode : z.pageDesign.systemCode, o2 = z.configure.tableSysVersion ? z.configure.tableSysVersion : z.pageDesign.systemVersion, n2 = z.configure.props.dataOrigin.tableName;
|
|
@@ -28,7 +28,7 @@ const B = { class: "amb-object-design-table-ref" }, P = { id: "tableDesignMenu",
|
|
|
28
28
|
z.configure.modelFieldsMap = _(z.configure.modelFieldsMap, e4), z.configure.modelFields = e4;
|
|
29
29
|
});
|
|
30
30
|
}(), n(() => {
|
|
31
|
-
q.value =
|
|
31
|
+
q.value = w(z.configure);
|
|
32
32
|
}), l(() => {
|
|
33
33
|
x.$off("reloadTable-" + z.configure.uuid);
|
|
34
34
|
}), x.$on("setHiddenColumsUuid", (e3) => {
|
|
@@ -43,9 +43,11 @@ const B = { class: "amb-object-design-table-ref" }, P = { id: "tableDesignMenu",
|
|
|
43
43
|
if (e3.base.subPaging && (o2.subPaging = e3.base.subPaging), e3.base.layout && (o2.layout = e3.base.layout.join(",")), e3.base.pageSizes && (o2.pageSizes = e3.base.pageSizes.split(",")), e3.base.alignTitle && (o2.alignTitle = e3.base.alignTitle), e3.base.alignContent && (o2.alignContent = e3.base.alignContent), o2 != {}) for (const e4 in o2) I.value[e4] = o2[e4];
|
|
44
44
|
}(), z.configure.runtime.props = I.value;
|
|
45
45
|
}, { immediate: true }), i(() => z.configure.props.isChangeGroupHeader, () => {
|
|
46
|
-
z.configure.props.isChangeGroupHeader && (q.value =
|
|
46
|
+
z.configure.props.isChangeGroupHeader && (q.value = w(z.configure), X.value && X.value.doLayout());
|
|
47
|
+
}), i(() => z.configure.props.isEnableGroupHeader, () => {
|
|
48
|
+
q.value = w(z.configure);
|
|
47
49
|
}), x.$on("reloadTable-" + z.configure.uuid, (e3) => {
|
|
48
|
-
e3 && (z.configure.items = e3, q.value =
|
|
50
|
+
e3 && (z.configure.items = e3, q.value = w(z.configure)), X.value && X.value.doLayout();
|
|
49
51
|
}), i(() => q.value, (e3) => {
|
|
50
52
|
e3.forEach((e4) => {
|
|
51
53
|
e4.props && e4.props.base && !e4.props.base.visible && Y.value.push(e4.uuid);
|
|
@@ -74,8 +76,8 @@ const B = { class: "amb-object-design-table-ref" }, P = { id: "tableDesignMenu",
|
|
|
74
76
|
let o2 = D(e4);
|
|
75
77
|
z.configure.items.splice(le.value + 1, 0, o2), (_a = z.configure.items) == null ? void 0 : _a.forEach((e5, o3) => {
|
|
76
78
|
e5.props.base.displayOrder && e5.props.base.displayOrder == o3 || (e5.props.base.displayOrder = o3);
|
|
77
|
-
}), z.configure.props.base.isEnableGroupHeader && (T(z.configure.items[le.value + 1], null, z.configure.props.groupHeaders), q.value =
|
|
78
|
-
} else "deleteNode" === e3 &&
|
|
79
|
+
}), z.configure.props.base.isEnableGroupHeader && (T(z.configure.items[le.value + 1], null, z.configure.props.groupHeaders), q.value = w(z.configure), x.$emit("synchroGroupHeadersData"));
|
|
80
|
+
} else "deleteNode" === e3 && O.confirm("当前操作会删除当前列", "确认", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" }).then(() => {
|
|
79
81
|
z.configure.items.splice(le.value, 1);
|
|
80
82
|
}).catch(() => {
|
|
81
83
|
});
|
|
@@ -85,16 +87,16 @@ const B = { class: "amb-object-design-table-ref" }, P = { id: "tableDesignMenu",
|
|
|
85
87
|
ne.value = e3;
|
|
86
88
|
}
|
|
87
89
|
function ue(e3, o2, n2, l2) {
|
|
88
|
-
|
|
90
|
+
ae(q.value, n2.columnKey).props.base.columnWidth = e3;
|
|
89
91
|
}
|
|
90
|
-
function
|
|
92
|
+
function ae(e3, o2) {
|
|
91
93
|
let n2 = {};
|
|
92
94
|
return e3.forEach((e4) => {
|
|
93
95
|
if (e4.uuid && e4.uuid === o2) return n2 = e4;
|
|
94
|
-
e4.children && e4.children.length > 0 && (n2 =
|
|
96
|
+
e4.children && e4.children.length > 0 && (n2 = ae(e4.children, o2));
|
|
95
97
|
}), n2;
|
|
96
98
|
}
|
|
97
|
-
function
|
|
99
|
+
function te({ row: e3, column: o2, rowIndex: n2, columnIndex: l2 }) {
|
|
98
100
|
let i2 = "";
|
|
99
101
|
return Y.value.includes(o2.columnKey) && (i2 = "hiddenBorder"), o2.columnKey === J.value && (i2 = "addBorder"), i2;
|
|
100
102
|
}
|
|
@@ -108,9 +110,13 @@ const B = { class: "amb-object-design-table-ref" }, P = { id: "tableDesignMenu",
|
|
|
108
110
|
for (var n2 = document.getElementsByClassName(o2.id), l2 = 0; l2 < n2.length; l2++) n2[l2].style.backgroundColor = "";
|
|
109
111
|
}
|
|
110
112
|
return S(".el-table__header-wrapper tr", z.configure.items, { animation: 150, ghostClass: "ghost", onStart(e3) {
|
|
113
|
+
}, onEnd(e3) {
|
|
114
|
+
z.configure.items.forEach((e4, o2) => {
|
|
115
|
+
e4.props.base.displayOrder = o2;
|
|
116
|
+
});
|
|
111
117
|
} }), (e3, o2) => {
|
|
112
118
|
const n2 = u("el-table"), l2 = u("el-icon"), i2 = u("el-pagination");
|
|
113
|
-
return
|
|
119
|
+
return t(), a("div", B, [r(n2, { ref_key: "tableRef", ref: X, "cell-class-name": te, "header-cell-class-name": te, border: "", class: g(L.value), data: N.value, onHeaderDragend: ue, onHeaderContextmenu: Z, onRowClick: Q, onCellMouseEnter: se, onCellMouseLeave: ce, style: d(K.value) }, { default: f(() => [(t(true), a(m, null, b(q.value, (o3) => (t(), v(M, { key: o3, listColumns: o3, designProperty: I.value, configure: e3.configure, pageDesign: e3.pageDesign, indexObj: e3.indexObj, onSetClickColumn: re, onOnSelectWidget: A, onSetColumnData: ie, onCloseMenuVisible: ee, selectWidget: e3.selectWidget }, null, 8, ["listColumns", "designProperty", "configure", "pageDesign", "indexObj", "selectWidget"]))), 128))]), _: 1 }, 8, ["class", "data", "style"]), s("div", { onClick: Q, style: { width: "100%", height: "20px" } }), c(s("div", null, [s("ul", P, [s("li", { tabindex: "-1", onClick: o2[0] || (o2[0] = () => oe("createCombinedHeader")) }, [r(l2, null, { default: f(() => [r(h(E))]), _: 1 }), o2[4] || (o2[4] = y(" 创建 "))]), ne.value.props && ne.value.props.base && "$selection" !== ne.value.props.base.prop && "$index" !== ne.value.props.base.prop ? (t(), a("li", { key: 0, tabindex: "-1", onClick: o2[1] || (o2[1] = () => oe("deleteNode")) }, [r(l2, null, { default: f(() => [r(h(H))]), _: 1 }), o2[5] || (o2[5] = y(" 删除 "))])) : p("", true)], 512)], 512), [[C, R.value]]), I.value.subPaging ? (t(), a("div", { key: 0, class: "super-grid-main-table-footer-view", onClick: Q }, [o2[6] || (o2[6] = s("div", null, null, -1)), r(i2, { "current-page": V.value, "onUpdate:currentPage": o2[2] || (o2[2] = (e4) => V.value = e4), "page-size": F.value, "onUpdate:pageSize": o2[3] || (o2[3] = (e4) => F.value = e4), background: "", layout: I.value.layout, total: 200 }, null, 8, ["current-page", "page-size", "layout"])])) : p("", true)]);
|
|
114
120
|
};
|
|
115
121
|
} });
|
|
116
122
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, onMounted as a, resolveComponent as t, createBlock as o, openBlock as u, withCtx as i, createElementVNode as n, createVNode as s, createCommentVNode as d, withDirectives as r, unref as m, createElementBlock as p, Fragment as c, renderList as b, createTextVNode as f, vShow as y, normalizeClass as v } from "vue";
|
|
2
|
-
import V from "./dataorigin-input-table.
|
|
2
|
+
import V from "./dataorigin-input-table.vue.js";
|
|
3
3
|
import g from "./condition.vue.js";
|
|
4
4
|
import S from "./row-ul-li.vue.js";
|
|
5
5
|
import "uuid";
|