super-page-designer 2.3.1 → 2.3.2-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.
Files changed (24) hide show
  1. package/dist/es/components/design/utils/assemblys-config.js +1 -1
  2. package/dist/es/components/design/utils/page-table-util.js +1 -1
  3. package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +20 -20
  4. package/dist/es/components/design/views/assemblys/common/common-advanced-basic-showcondition.vue.js +24 -24
  5. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue.js +1 -1
  6. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue2.js +69 -55
  7. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
  8. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
  9. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +1 -0
  10. package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
  11. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +26 -2
  12. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +2 -26
  13. package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue.js +16 -16
  14. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +29 -21
  15. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-autoset.vue.js +12 -12
  16. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-design.vue2.js +13 -13
  17. package/dist/es/components/design/views/design/page-event/completion-data.d.ts +7 -0
  18. package/dist/es/components/design/views/design/page-event/completion-data.js +4 -0
  19. package/dist/es/components/design/views/design/page-event/config.vue2.js +1 -1
  20. package/dist/es/components/design/views/design/page-event/config.vue3.js +56 -50
  21. package/dist/es/components/design/views/design/view/view-design.vue.js +16 -16
  22. package/dist/es/style.css +9 -9
  23. package/package.json +5 -5
  24. /package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue3.js → common-variable-bind.vue2.js} +0 -0
@@ -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,则阻止切换" }], 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, 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,则阻止切换" }], 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;
@@ -171,7 +171,7 @@ function b(e2) {
171
171
  } else if ("input-text" === e2.name) {
172
172
  const r2 = !!((_a = e2.props.scan) == null ? void 0 : _a.enable), a2 = (_b = e2.props.scan) == null ? void 0 : _b.ruleList;
173
173
  t2 = { scanEnable: r2, scanRuleList: a2 };
174
- } else "custom" === e2.name ? t2.parameter = e2.props.parameter : "datePicker" === e2.name && (t2 = { format: e2.props.base.format, valueFormat: e2.props.base.valueFormat });
174
+ } else "custom" === e2.name ? t2.parameter = e2.props.parameter : "datePicker" === e2.name ? t2 = { format: e2.props.base.format, valueFormat: e2.props.base.valueFormat } : "dept-tree" === e2.name && (t2.limitFilterColumn = e2.props.base.limitFilterColumn, t2.deptScope = e2.props.base.deptScope, t2.deptScopeField = e2.props.base.deptScopeField, t2.deptScopeDepts = e2.props.base.deptScopeDepts);
175
175
  return ((_c = e2.style) == null ? void 0 : _c.cellStyle) && (t2.cellStyle = e2.style.cellStyle), ((_d = e2.style) == null ? void 0 : _d.titleStyle) && (t2.titleStyle = e2.style.titleStyle), ((_f = (_e = e2.props) == null ? void 0 : _e.base) == null ? void 0 : _f.editConditions) && e2.props.base.editConditions.length > 0 && (t2.editConditions = e2.props.base.editConditions), t2 ? JSON.stringify(t2) : null;
176
176
  }
177
177
  function g(e2) {
@@ -1,5 +1,5 @@
1
- import { defineComponent as e, ref as l, resolveComponent as o, createBlock as a, openBlock as t, withCtx as n, createVNode as u, createCommentVNode as i, unref as d, createTextVNode as r, createElementBlock as p, Fragment as s, renderList as m, createElementVNode as c } from "vue";
2
- import { formatConditionList as f } from "../../../../utils/data-table-util.js";
1
+ import { defineComponent as e, ref as l, resolveComponent as a, createBlock as o, openBlock as t, withCtx as n, createVNode as u, createCommentVNode as i, unref as d, createTextVNode as r, createElementBlock as p, Fragment as s, renderList as f, createElementVNode as m } from "vue";
2
+ import { formatConditionList as c } from "../../../../utils/data-table-util.js";
3
3
  import { CirclePlus as v, Delete as g } from "@element-plus/icons-vue";
4
4
  import b from "./combination.vue.js";
5
5
  import C from "../../common/common-variable-bind.vue.js";
@@ -8,17 +8,17 @@ const w = { class: "dialog-footer" }, F = e({ __name: "set-dialog", props: { con
8
8
  } }, pageDesign: { type: Object, default: () => {
9
9
  } }, tableConfigure: { type: Object, default: () => {
10
10
  } } }, emits: ["close", "save"], setup(e2, { emit: F2 }) {
11
- const _ = e2, V = F2, D = l({}), M = l(false), j = l(""), k = l(null), h = l(null), L = l(null);
11
+ const _ = e2, V = F2, D = l({}), k = l(false), M = l(""), j = l(null), h = l(null), L = l(null);
12
12
  var N;
13
13
  (N = _.tableConfigure) && (L.value = y(N.modelFields));
14
14
  const U = l([]);
15
15
  function O() {
16
- M.value = false;
16
+ k.value = false;
17
17
  }
18
- function T(e3) {
19
- U.value[j.value].conditionList = e3;
18
+ function x(e3) {
19
+ U.value[M.value].conditionList = e3;
20
20
  }
21
- function x() {
21
+ function T() {
22
22
  V("save", U.value), V("close");
23
23
  }
24
24
  function z(e3) {
@@ -27,24 +27,24 @@ const w = { class: "dialog-footer" }, F = e({ __name: "set-dialog", props: { con
27
27
  function R() {
28
28
  U.value = U.value.filter((e3) => e3 !== D.value);
29
29
  }
30
- function S(e3) {
30
+ function E(e3) {
31
31
  D.value = e3;
32
32
  }
33
- function $() {
33
+ function I() {
34
34
  U.value.push({});
35
35
  }
36
36
  return _.configure.props.setValueList && (U.value = _.configure.props.setValueList), (l2, y2) => {
37
- const F3 = o("el-button"), D2 = o("el-row"), N2 = o("el-option"), q = o("el-select"), A = o("el-table-column"), B = o("el-input"), E = o("el-table"), G = o("el-dialog");
38
- return t(), a(G, { "model-value": "", title: "自动设值", "append-to-body": "", onClose: y2[1] || (y2[1] = (e3) => V("close")) }, { footer: n(() => [c("div", w, [u(F3, { type: "default", onClick: y2[0] || (y2[0] = (e3) => V("close")) }, { default: n(() => y2[4] || (y2[4] = [r("取消")])), _: 1 }), u(F3, { type: "primary", onClick: x }, { default: n(() => y2[5] || (y2[5] = [r(" 确定 ")])), _: 1 })])]), default: n(() => [u(D2, { style: { "padding-bottom": "8px" } }, { default: n(() => [u(F3, { icon: d(v), plain: "", type: "primary", onClick: $ }, { default: n(() => y2[2] || (y2[2] = [r(" 添加 ")])), _: 1 }, 8, ["icon"]), u(F3, { icon: d(g), plain: "", type: "primary", onClick: R }, { default: n(() => y2[3] || (y2[3] = [r(" 删除 ")])), _: 1 }, 8, ["icon"])]), _: 1 }), u(E, { ref_key: "tableRef", ref: h, "highlight-current-row": "", data: U.value, style: { width: "100%" }, onCurrentChange: S }, { default: n(() => [u(A, { prop: "date", label: "填写方式", align: "center" }, { default: n((e3) => [u(q, { modelValue: e3.row.fillType, "onUpdate:modelValue": (l3) => e3.row.fillType = l3, clearable: "", size: "default", onFocus: (l3) => z(e3.row) }, { default: n(() => [u(N2, { label: "覆盖", value: "cover" }), u(N2, { label: "追加", value: "append" }), u(N2, { label: "插入最前面", value: "prepend" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onFocus"])]), _: 1 }), u(A, { prop: "date", label: "前置条件", align: "center" }, { default: n((l3) => [u(B, { "model-value": d(f)(l3.row.conditionList, e2.pageDesign.modelFields, e2.pageDesign.modelFieldsMap), size: "default", onFocus: (e3) => z(l3.row), onClick: (e3) => {
39
- return o2 = l3.row, a2 = l3.$index, k.value = o2.conditionList, j.value = a2, void (M.value = true);
40
- var o2, a2;
41
- } }, null, 8, ["model-value", "onFocus", "onClick"])]), _: 1 }), u(A, { label: "执行方法时设置", align: "center" }, { default: n(() => [u(A, { prop: "name", label: "字段", align: "center" }, { default: n((l3) => [u(q, { modelValue: l3.row.propDbName, "onUpdate:modelValue": (e3) => l3.row.propDbName = e3, clearable: "", size: "default", onFocus: (e3) => z(l3.row), onChange: (e3) => function(e4, l4) {
42
- let o2 = null;
43
- _.pageDesign.modelFieldsMap ? o2 = _.pageDesign.modelFieldsMap[l4] : _.tableConfigure.modelFieldsMap && (o2 = _.tableConfigure.modelFieldsMap[l4]), e4.field = o2.name, e4.dataType = o2.dataType;
44
- }(l3.row, l3.row.propDbName) }, { default: n(() => [(t(true), p(s, null, m(e2.pageDesign.modelFields, (e3) => (t(), a(N2, { key: e3.id, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onFocus", "onChange"])]), _: 1 }), u(A, { prop: "address", label: "值", align: "center" }, { default: n((e3) => [u(C, { onFocus: (l3) => z(e3.row), modelValue: e3.row.autoValue, objModelOptions: L.value, "onUpdate:modelValue": (l3) => {
45
- return o2 = l3, void (e3.row.autoValue = o2);
46
- var o2;
47
- } }, null, 8, ["onFocus", "modelValue", "objModelOptions", "onUpdate:modelValue"])]), _: 1 })]), _: 1 })]), _: 1 }, 8, ["data"]), M.value ? (t(), a(b, { key: 0, list: k.value, fieldNameList: e2.pageDesign.modelFields, fieldMap: e2.pageDesign.modelFieldsMap, tableConfigure: e2.tableConfigure, onSave: T, onClose: O }, null, 8, ["list", "fieldNameList", "fieldMap", "tableConfigure"])) : i("", true)]), _: 1 });
37
+ const F3 = a("el-button"), D2 = a("el-row"), N2 = a("el-option"), S = a("el-select"), $ = a("el-table-column"), q = a("el-input"), A = a("el-table"), B = a("el-dialog");
38
+ return t(), o(B, { "model-value": "", title: "自动设值", "append-to-body": "", onClose: y2[1] || (y2[1] = (e3) => V("close")) }, { footer: n(() => [m("div", w, [u(F3, { type: "default", onClick: y2[0] || (y2[0] = (e3) => V("close")) }, { default: n(() => y2[4] || (y2[4] = [r("取消")])), _: 1 }), u(F3, { type: "primary", onClick: T }, { default: n(() => y2[5] || (y2[5] = [r(" 确定 ")])), _: 1 })])]), default: n(() => [u(D2, { style: { "padding-bottom": "8px" } }, { default: n(() => [u(F3, { icon: d(v), plain: "", type: "primary", onClick: I }, { default: n(() => y2[2] || (y2[2] = [r(" 添加 ")])), _: 1 }, 8, ["icon"]), u(F3, { icon: d(g), plain: "", type: "primary", onClick: R }, { default: n(() => y2[3] || (y2[3] = [r(" 删除 ")])), _: 1 }, 8, ["icon"])]), _: 1 }), u(A, { ref_key: "tableRef", ref: h, "highlight-current-row": "", data: U.value, style: { width: "100%" }, onCurrentChange: E }, { default: n(() => [u($, { prop: "date", label: "填写方式", align: "center" }, { default: n((e3) => [u(S, { modelValue: e3.row.fillType, "onUpdate:modelValue": (l3) => e3.row.fillType = l3, clearable: "", size: "default", onFocus: (l3) => z(e3.row) }, { default: n(() => [u(N2, { label: "覆盖", value: "cover" }), u(N2, { label: "追加", value: "append" }), u(N2, { label: "插入最前面", value: "prepend" }), u(N2, { label: "有值跳过", value: "skipIfExists" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onFocus"])]), _: 1 }), u($, { prop: "date", label: "前置条件", align: "center" }, { default: n((l3) => [u(q, { "model-value": d(c)(l3.row.conditionList, e2.pageDesign.modelFields, e2.pageDesign.modelFieldsMap), size: "default", onFocus: (e3) => z(l3.row), onClick: (e3) => {
39
+ return a2 = l3.row, o2 = l3.$index, j.value = a2.conditionList, M.value = o2, void (k.value = true);
40
+ var a2, o2;
41
+ } }, null, 8, ["model-value", "onFocus", "onClick"])]), _: 1 }), u($, { label: "执行方法时设置", align: "center" }, { default: n(() => [u($, { prop: "name", label: "字段", align: "center" }, { default: n((l3) => [u(S, { modelValue: l3.row.propDbName, "onUpdate:modelValue": (e3) => l3.row.propDbName = e3, clearable: "", size: "default", onFocus: (e3) => z(l3.row), onChange: (e3) => function(e4, l4) {
42
+ let a2 = null;
43
+ _.pageDesign.modelFieldsMap ? a2 = _.pageDesign.modelFieldsMap[l4] : _.tableConfigure.modelFieldsMap && (a2 = _.tableConfigure.modelFieldsMap[l4]), e4.field = a2.name, e4.dataType = a2.dataType;
44
+ }(l3.row, l3.row.propDbName) }, { default: n(() => [(t(true), p(s, null, f(e2.pageDesign.modelFields, (e3) => (t(), o(N2, { key: e3.id, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onFocus", "onChange"])]), _: 1 }), u($, { prop: "address", label: "值", align: "center" }, { default: n((e3) => [u(C, { onFocus: (l3) => z(e3.row), modelValue: e3.row.autoValue, objModelOptions: L.value, "onUpdate:modelValue": (l3) => {
45
+ return a2 = l3, void (e3.row.autoValue = a2);
46
+ var a2;
47
+ } }, null, 8, ["onFocus", "modelValue", "objModelOptions", "onUpdate:modelValue"])]), _: 1 })]), _: 1 })]), _: 1 }, 8, ["data"]), k.value ? (t(), o(b, { key: 0, list: j.value, fieldNameList: e2.pageDesign.modelFields, fieldMap: e2.pageDesign.modelFieldsMap, tableConfigure: e2.tableConfigure, onSave: x, onClose: O }, null, 8, ["list", "fieldNameList", "fieldMap", "tableConfigure"])) : i("", true)]), _: 1 });
48
48
  };
49
49
  } });
50
50
  export {
@@ -1,35 +1,35 @@
1
- import { defineComponent as e, ref as l, resolveComponent as a, createElementBlock as t, openBlock as o, Fragment as r, createElementVNode as u, createVNode as d, withDirectives as p, withCtx as n, createTextVNode as i, vShow as s, unref as c } from "vue";
1
+ import { defineComponent as e, ref as l, resolveComponent as a, createElementBlock as o, openBlock as t, Fragment as r, createElementVNode as u, createVNode as d, withDirectives as n, withCtx as p, createTextVNode as i, vShow as s, unref as c } from "vue";
2
2
  import { Plus as b, Delete as f } from "@element-plus/icons";
3
3
  import m from "./common-variable-bind.vue.js";
4
4
  import { getUuidv4 as w } from "../../../utils/common-util.js";
5
- import { usePageContextStore as y } from "../../../../../stores/page-store.js";
6
- import { getModelOptionsByFields as g } from "../../../utils/page-table-util.js";
5
+ import { usePageContextStore as g } from "../../../../../stores/page-store.js";
6
+ import { getModelOptionsByFields as y } from "../../../utils/page-table-util.js";
7
7
  const v = { style: { "text-align": "center", margin: "0px -8px", "padding-top": "4px", "padding-left": "2px" } }, T = e({ __name: "common-advanced-basic-showcondition", props: { configure: { type: Object, required: true }, title: { type: String, default: "显示条件" }, type: { type: String, required: false, default: "showConditions" }, tableConfigure: { type: Object, default: () => {
8
8
  } } }, setup(e2) {
9
- const T2 = y(), V = e2;
9
+ const T2 = g(), V = e2;
10
10
  V.configure.props || (V.configure.props = { base: {} });
11
11
  let h = null;
12
12
  V.configure.props.base || (V.configure.props.base = {}), V.configure.props.base[V.type] || (V.configure.props.base[V.type] = []), h = V.configure.props.base[V.type];
13
- const _ = l(null);
14
- var k;
15
- (k = V.tableConfigure) && (_.value = g(k.modelFields));
16
- const N = l(300), C = l(false);
17
- function U() {
13
+ const _ = l(null), k = T2.pageContext;
14
+ var C;
15
+ (C = V.tableConfigure ? V.tableConfigure : k.currentTableConfig) && (_.value = y(C.modelFields));
16
+ const N = l(300), U = l(false);
17
+ function j() {
18
18
  let e3 = window.innerHeight - 140 - 176;
19
- e3 > 500 ? e3 = 500 : e3 < 100 && (e3 = 100), N.value = e3, C.value = true;
19
+ e3 > 500 ? e3 = 500 : e3 < 100 && (e3 = 100), N.value = e3, U.value = true;
20
20
  }
21
- function j(e3) {
21
+ function x(e3) {
22
22
  let l2 = -1;
23
23
  const a2 = h.length;
24
- for (let t2 = 0; t2 < a2; t2++) if (h[t2].uuid == e3.uuid) {
25
- l2 = t2;
24
+ for (let o2 = 0; o2 < a2; o2++) if (h[o2].uuid == e3.uuid) {
25
+ l2 = o2;
26
26
  break;
27
27
  }
28
28
  return l2;
29
29
  }
30
- function x(e3) {
30
+ function O(e3) {
31
31
  let l2 = -1;
32
- e3 && (l2 = j(e3));
32
+ e3 && (l2 = x(e3));
33
33
  const a2 = { uuid: w(), leftBracket: "", propName: "", operator: "", propValueType: "", rightBracket: "", joinSign: "", dataType: "" };
34
34
  h.splice(l2 + 1, 0, a2);
35
35
  }
@@ -37,7 +37,7 @@ const v = { style: { "text-align": "center", margin: "0px -8px", "padding-top":
37
37
  function L(e3) {
38
38
  B.value = e3;
39
39
  }
40
- function O(e3, l2, a2) {
40
+ function S(e3, l2, a2) {
41
41
  if ("propValue" == a2) l2.propValue = e3;
42
42
  else {
43
43
  l2.propName = e3;
@@ -55,21 +55,21 @@ const v = { style: { "text-align": "center", margin: "0px -8px", "padding-top":
55
55
  }
56
56
  }
57
57
  return (l2, w2) => {
58
- const y2 = a("el-button"), g2 = a("el-text"), T3 = a("el-row"), V2 = a("Top"), k2 = a("el-icon"), N2 = a("Bottom"), B2 = a("el-table-column"), S = a("el-option"), I = a("el-select"), E = a("el-table"), q = a("el-dialog");
59
- return o(), t(r, null, [u("div", null, [d(y2, { type: "primary", onClick: U }, { default: n(() => w2[1] || (w2[1] = [i("编辑")])), _: 1 }), p(d(g2, { type: "success" }, { default: n(() => w2[2] || (w2[2] = [i("  已设置条件.")])), _: 1 }, 512), [[s, c(h) && c(h).length > 0]])]), d(q, { "append-to-body": "", modelValue: C.value, "onUpdate:modelValue": w2[0] || (w2[0] = (e3) => C.value = e3), title: e2.title, width: "900" }, { default: n(() => [d(T3, { style: { "padding-bottom": "8px" } }, { default: n(() => [d(y2, { icon: c(b), plain: "", type: "primary", onClick: x }, { default: n(() => w2[3] || (w2[3] = [i(" 添加 ")])), _: 1 }, 8, ["icon"])]), _: 1 }), d(E, { border: "", "highlight-current-row": "", onCurrentChange: L, "current-row-key": "uuid", "row-key": "uuid", data: c(h), style: { width: "100%" } }, { default: n(() => [d(B2, { label: "", width: "50" }, { default: n((e3) => [u("div", v, [d(k2, { size: "14", style: { cursor: "pointer" }, onClick: (l3) => function(e4) {
60
- let l4 = j(e4);
58
+ const g2 = a("el-button"), y2 = a("el-text"), T3 = a("el-row"), V2 = a("Top"), k2 = a("el-icon"), C2 = a("Bottom"), N2 = a("el-table-column"), B2 = a("el-option"), I = a("el-select"), E = a("el-table"), M = a("el-dialog");
59
+ return t(), o(r, null, [u("div", null, [d(g2, { type: "primary", onClick: j }, { default: p(() => w2[1] || (w2[1] = [i("编辑")])), _: 1 }), n(d(y2, { type: "success" }, { default: p(() => w2[2] || (w2[2] = [i("  已设置条件.")])), _: 1 }, 512), [[s, c(h) && c(h).length > 0]])]), d(M, { "append-to-body": "", modelValue: U.value, "onUpdate:modelValue": w2[0] || (w2[0] = (e3) => U.value = e3), title: e2.title, width: "900" }, { default: p(() => [d(T3, { style: { "padding-bottom": "8px" } }, { default: p(() => [d(g2, { icon: c(b), plain: "", type: "primary", onClick: O }, { default: p(() => w2[3] || (w2[3] = [i(" 添加 ")])), _: 1 }, 8, ["icon"])]), _: 1 }), d(E, { border: "", "highlight-current-row": "", onCurrentChange: L, "current-row-key": "uuid", "row-key": "uuid", data: c(h), style: { width: "100%" } }, { default: p(() => [d(N2, { label: "", width: "50" }, { default: p((e3) => [u("div", v, [d(k2, { size: "14", style: { cursor: "pointer" }, onClick: (l3) => function(e4) {
60
+ let l4 = x(e4);
61
61
  if (l4 < 1) return;
62
62
  const a2 = h;
63
63
  [a2[l4 - 1], a2[l4]] = [a2[l4], a2[l4 - 1]];
64
- }(e3.row) }, { default: n(() => [d(V2)]), _: 2 }, 1032, ["onClick"]), d(k2, { size: "14", style: { "margin-left": "2px", cursor: "pointer" }, onClick: (l3) => function(e4) {
65
- let l4 = j(e4);
64
+ }(e3.row) }, { default: p(() => [d(V2)]), _: 2 }, 1032, ["onClick"]), d(k2, { size: "14", style: { "margin-left": "2px", cursor: "pointer" }, onClick: (l3) => function(e4) {
65
+ let l4 = x(e4);
66
66
  if (-1 == l4 || h.length == l4 + 1) return;
67
67
  const a2 = h;
68
68
  [a2[l4], a2[l4 + 1]] = [a2[l4 + 1], a2[l4]];
69
- }(e3.row) }, { default: n(() => [d(N2)]), _: 2 }, 1032, ["onClick"])])]), _: 1 }), d(B2, { prop: "leftBracket", label: "(", width: "80" }, { default: n((e3) => [d(I, { modelValue: e3.row.leftBracket, "onUpdate:modelValue": (l3) => e3.row.leftBracket = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [d(S, { label: "", value: "" }), d(S, { label: "(", value: "(" }), d(S, { label: "((", value: "((" }), d(S, { label: "(((", value: "(((" }), d(S, { label: "((((", value: "((((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(B2, { prop: "propName", label: "字段名(*)", width: "150" }, { default: n((e3) => [d(m, { modelValue: e3.row.propName, paramTypes: ["data", "task", "page", "request"], "onUpdate:modelValue": (l3) => O(l3, e3.row, "propName") }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(B2, { prop: "operator", label: "操作符", width: "90" }, { default: n((e3) => [d(I, { modelValue: e3.row.operator, "onUpdate:modelValue": (l3) => e3.row.operator = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [p(d(S, { label: "大于", value: "GT" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), p(d(S, { label: "小于", value: "LT" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), p(d(S, { label: "晚于", value: "GT" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), p(d(S, { label: "早于", value: "LT" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), d(S, { label: "等于", value: "EQ" }), p(d(S, { label: "不大于", value: "LET" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), p(d(S, { label: "不小于", value: "GET" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), p(d(S, { label: "不晚于", value: "LET" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), p(d(S, { label: "不早于", value: "GET" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), d(S, { label: "不等于", value: "NET" }), d(S, { label: "包含", value: "CONTAIN" }), d(S, { label: "不包含", value: "NOT_CONTAIN" }), d(S, { label: "等于Null", value: "IS_NULL" }), d(S, { label: "不等于Null", value: "IS_NOT_NULL" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(B2, { prop: "propValue", label: "值(*)", width: "150" }, { default: n((e3) => [d(m, { modelValue: e3.row.propValue, objModelOptions: _.value, "onUpdate:modelValue": (l3) => O(l3, e3.row, "propValue") }, null, 8, ["modelValue", "objModelOptions", "onUpdate:modelValue"])]), _: 1 }), d(B2, { prop: "rightBracket", label: ")", width: "80" }, { default: n((e3) => [d(I, { modelValue: e3.row.rightBracket, "onUpdate:modelValue": (l3) => e3.row.rightBracket = l3, placeholder: "请选择", clearable: "" }, { default: n(() => [d(S, { label: "", value: "" }), d(S, { label: ")", value: ")" }), d(S, { label: "))", value: "))" }), d(S, { label: ")))", value: ")))" }), d(S, { label: "))))", value: "))))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(B2, { prop: "joinSign", label: "并且/或者", width: "80" }, { default: n((e3) => [d(I, { modelValue: e3.row.joinSign, "onUpdate:modelValue": (l3) => e3.row.joinSign = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [d(S, { label: "或者", value: "or" }), d(S, { label: "并且", value: "and" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(B2, { prop: "variableIsNull", label: "变量为空时", width: "120" }, { default: n((e3) => [d(I, { modelValue: e3.row.variableIsNull, "onUpdate:modelValue": (l3) => e3.row.variableIsNull = l3, clearable: "", placeholder: "请选择" }, { default: n(() => [d(S, { label: "Null", value: "null" }), d(S, { label: "忽略(1=1)", value: "ignore" }), d(S, { label: "不符合(1<>1)", value: "notequal" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(B2, { label: "操作", width: "60" }, { default: n((e3) => [d(k2, { size: "14", style: { color: "#5893ef", cursor: "pointer", "font-weight": "bold", "margin-right": "8px", "margin-left": "6px" }, onClick: (l3) => x(e3.row) }, { default: n(() => [d(c(b))]), _: 2 }, 1032, ["onClick"]), d(k2, { size: "14", style: { color: "#5893ef", cursor: "pointer" }, onClick: (l3) => function(e4) {
70
- let l4 = j(e4);
69
+ }(e3.row) }, { default: p(() => [d(C2)]), _: 2 }, 1032, ["onClick"])])]), _: 1 }), d(N2, { prop: "leftBracket", label: "(", width: "80" }, { default: p((e3) => [d(I, { modelValue: e3.row.leftBracket, "onUpdate:modelValue": (l3) => e3.row.leftBracket = l3, clearable: "", placeholder: "请选择" }, { default: p(() => [d(B2, { label: "", value: "" }), d(B2, { label: "(", value: "(" }), d(B2, { label: "((", value: "((" }), d(B2, { label: "(((", value: "(((" }), d(B2, { label: "((((", value: "((((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(N2, { prop: "propName", label: "字段名(*)", width: "150" }, { default: p((e3) => [d(m, { modelValue: e3.row.propName, objModelOptions: _.value, paramTypes: ["data", "task", "page", "request", "row"], "onUpdate:modelValue": (l3) => S(l3, e3.row, "propName") }, null, 8, ["modelValue", "objModelOptions", "onUpdate:modelValue"])]), _: 1 }), d(N2, { prop: "operator", label: "操作符", width: "90" }, { default: p((e3) => [d(I, { modelValue: e3.row.operator, "onUpdate:modelValue": (l3) => e3.row.operator = l3, clearable: "", placeholder: "请选择" }, { default: p(() => [n(d(B2, { label: "大于", value: "GT" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), n(d(B2, { label: "小于", value: "LT" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), n(d(B2, { label: "晚于", value: "GT" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), n(d(B2, { label: "早于", value: "LT" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), d(B2, { label: "等于", value: "EQ" }), n(d(B2, { label: "不大于", value: "LET" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), n(d(B2, { label: "不小于", value: "GET" }, null, 512), [[s, "int" == e3.row.dataType || "long" == e3.row.dataType || "float" == e3.row.dataType || "double" == e3.row.dataType]]), n(d(B2, { label: "不晚于", value: "LET" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), n(d(B2, { label: "不早于", value: "GET" }, null, 512), [[s, "date" == e3.row.dataType || "datetime" == e3.row.dataType]]), d(B2, { label: "不等于", value: "NET" }), d(B2, { label: "包含", value: "CONTAIN" }), d(B2, { label: "不包含", value: "NOT_CONTAIN" }), d(B2, { label: "等于Null", value: "IS_NULL" }), d(B2, { label: "不等于Null", value: "IS_NOT_NULL" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(N2, { prop: "propValue", label: "值(*)", width: "150" }, { default: p((e3) => [d(m, { modelValue: e3.row.propValue, objModelOptions: _.value, "onUpdate:modelValue": (l3) => S(l3, e3.row, "propValue") }, null, 8, ["modelValue", "objModelOptions", "onUpdate:modelValue"])]), _: 1 }), d(N2, { prop: "rightBracket", label: ")", width: "80" }, { default: p((e3) => [d(I, { modelValue: e3.row.rightBracket, "onUpdate:modelValue": (l3) => e3.row.rightBracket = l3, placeholder: "请选择", clearable: "" }, { default: p(() => [d(B2, { label: "", value: "" }), d(B2, { label: ")", value: ")" }), d(B2, { label: "))", value: "))" }), d(B2, { label: ")))", value: ")))" }), d(B2, { label: "))))", value: "))))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(N2, { prop: "joinSign", label: "并且/或者", width: "80" }, { default: p((e3) => [d(I, { modelValue: e3.row.joinSign, "onUpdate:modelValue": (l3) => e3.row.joinSign = l3, clearable: "", placeholder: "请选择" }, { default: p(() => [d(B2, { label: "或者", value: "or" }), d(B2, { label: "并且", value: "and" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(N2, { prop: "variableIsNull", label: "变量为空时", width: "120" }, { default: p((e3) => [d(I, { modelValue: e3.row.variableIsNull, "onUpdate:modelValue": (l3) => e3.row.variableIsNull = l3, clearable: "", placeholder: "请选择" }, { default: p(() => [d(B2, { label: "Null", value: "null" }), d(B2, { label: "忽略(1=1)", value: "ignore" }), d(B2, { label: "不符合(1<>1)", value: "notequal" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(N2, { label: "操作", width: "60" }, { default: p((e3) => [d(k2, { size: "14", style: { color: "#5893ef", cursor: "pointer", "font-weight": "bold", "margin-right": "8px", "margin-left": "6px" }, onClick: (l3) => O(e3.row) }, { default: p(() => [d(c(b))]), _: 2 }, 1032, ["onClick"]), d(k2, { size: "14", style: { color: "#5893ef", cursor: "pointer" }, onClick: (l3) => function(e4) {
70
+ let l4 = x(e4);
71
71
  l4 > -1 && h.splice(l4, 1);
72
- }(e3.row) }, { default: n(() => [d(c(f))]), _: 2 }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["modelValue", "title"])], 64);
72
+ }(e3.row) }, { default: p(() => [d(c(f))]), _: 2 }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["modelValue", "title"])], 64);
73
73
  };
74
74
  } });
75
75
  export {