super-page-designer 2.3.14-sit4-design1 → 2.3.15-sit1-design1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/components/design/utils/assemblys-config.js +54 -53
- package/dist/es/components/design/utils/page-table-util.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +26 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +2 -26
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +5 -5
- package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-attr-base.vue.js +16 -14
- package/dist/es/components/design/views/design/page-event/{config.vue2.js → config.vue.js} +1 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/package.json +3 -3
- /package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue3.js → common-variable-bind.vue2.js} +0 -0
|
@@ -18,8 +18,8 @@ import h from "../../../assets/images/form/form-textarea.png.js";
|
|
|
18
18
|
import v from "../../../assets/images/form/form-date.png.js";
|
|
19
19
|
import w from "../../../assets/images/form/form-file.png.js";
|
|
20
20
|
import y from "../../../assets/images/form/form-switch.png.js";
|
|
21
|
-
import
|
|
22
|
-
import
|
|
21
|
+
import k from "../../../assets/images/form/form-count.png.js";
|
|
22
|
+
import x from "../../../assets/images/form/form-text.png.js";
|
|
23
23
|
import C from "../../../assets/images/form/form-dept.png.js";
|
|
24
24
|
import S from "../../../assets/images/form/form-divider.png.js";
|
|
25
25
|
import F from "../../../assets/images/form/form-space.png.js";
|
|
@@ -56,41 +56,41 @@ 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: "button-detail", label: "起草", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "起草", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "info", isEnableRequired: false }, size: {}, 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: "workflowStart", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, te = [{ name: "extract-workflow", label: "抽单", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "extractWorkflow", 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: "取消抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "cancelExtractWorkflow", 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: "同意抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "approveExtractWorkflow", 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: "不同意抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "refuseExtractWorkflow", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], ie = [{ name: "container", label: "容器", icon: a, items: [{ name: "form", label: "表单", icon: n, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [], default: { props: { labelWidth: 90 }, style: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/form/form-attr.vue.js")) }, { name: "layout", label: "Flex", icon: l, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/flex/flex-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/flex/flex-attr.vue.js")) }, { name: "collapse", label: "折叠面板", icon: o, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/collapse/collapse-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/collapse/collapse-attr.vue.js")) }, { name: "tabs", label: "多页签", icon: s, default: {}, props: { base: {}, size: {}, isFullyRendered: false, isContentEmbedded: true, lazy: true }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "tab-click", label: "tab点击事件", tip: "tab 被选中时触发" }, { name: "tab-change", label: "当前页签改变事件", tip: "activeName 改变时触发" }, { name: "tab-remove", label: "点击移除事件", tip: "点击 tab 移除按钮时触发" }, { name: "tab-add", label: "点击新增事件", tip: "点击 tab 新增按钮时触发" }, { name: "edit", label: "点击新增或移除事件", tip: "点击 tab 的新增或移除按钮后触发" }, { name: "before-leave", label: "切换拦截事件", tip: "切换标签之前的钩子函数, 若返回 false 或者返回被 reject 的 Promise,则阻止切换" }, { name: "tab-reset", label: "页签重置事件", tip: "删减页签后重置为删减前状态" }], designComponent: e(() => import("../views/assemblys/container/tabs/tabs-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tabs/tabs-attr.vue.js")) }, { name: "card", label: "卡片", icon: r, default: {}, props: { base: { tittleShow: true, title: "标题" }, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/card/card-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/card/card-attr.vue.js")) }, { name: "tools", label: "工具栏", icon: p, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/tools/tools-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tools/tools-attr.vue.js")) }, { name: "iframe", label: "Iframe", icon: d, 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: m, 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: 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/radio/radio-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/radio/radio-attr.vue.js")) }, { name: "checkbox", 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/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: F, 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: j, 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: [re(), se(), oe()], 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: 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: "timeline", 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: "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: O, 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: P, 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: P, 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: P, 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: R, design: { style: { display: "inline-block" } }, items: [{ name: "button-detail", label: "暂存", icon: I, disabled: false, check: true, isFlow: true, props: { base: { title: "暂存", successOperation: "refresh", 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: "隐藏" }] }, ee, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", successOperation: "refresh", 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: "提交", successOperation: "refresh", 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: "领取", successOperation: "refresh", 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: "放弃领取", successOperation: "refresh", 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: "同意", successOperation: "refresh", 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: "不同意", successOperation: "refresh", 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: "赞成", successOperation: "refresh", 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: "反对", successOperation: "refresh", 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: "弃权", successOperation: "refresh", 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: "已阅", successOperation: "refresh", 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: "指派", successOperation: "refresh", 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: "驳回", successOperation: "refresh", 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: "退回", successOperation: "refresh", 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: "强制结束", successOperation: "refresh", 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: "取回", successOperation: "refresh", 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: "隐藏" }] }, ...te], 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: H, 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: H, 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: W, events: [{ name: "afterChartFormLoad", label: "加载图表查询表单后", tip: "加载图表查询表单后" }], design: { style: { height: "100%" } }, pushHomepage: { enable: false }, items: [{ name: "chart-column-line", label: "柱/折图", icon: D, 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: Q, 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: 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/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")) }] }], ae = [{ name: "extract-workflow", label: "抽单", icon: P, design: { style: { display: "inline-block" } }, props: { base: { title: "抽单", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: "[]" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "extractWorkflow", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-attr.vue.js")) }], ne = { 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
|
-
function
|
|
61
|
-
const e2 = t(
|
|
59
|
+
const ee = { name: "button-detail", label: "起草", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "起草", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "info", isEnableRequired: false }, size: {}, 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: "workflowStart", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }, te = [{ name: "extract-workflow", label: "抽单", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "primary", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "extractWorkflow", 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: "取消抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "cancelExtractWorkflow", 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: "同意抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "success", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "approveExtractWorkflow", 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: "不同意抽单", successOperation: "refresh", logSetting: [], conversionCodes: [], condition: [{ sqlFilterCondition: "[]" }], setValueList: [{ combination: "[]" }], showCondition: "[]", type: "danger", isEnableRequired: false, size: {} }, verification: [], preSuffix: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "refuseExtractWorkflow", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], ie = [{ name: "button-detail", label: "增加办理人", icon: I, disabled: false, check: false, isFlow: true, props: { base: { title: "增加办理人", successOperation: "refresh", 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: "addTransactor", 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: "减少办理人", successOperation: "refresh", 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: "removeTransactor", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }] }], ae = [{ name: "container", label: "容器", icon: a, items: [{ name: "form", label: "表单", icon: n, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [], default: { props: { labelWidth: 90 }, style: {} }, designComponent: e(() => import("../views/assemblys/container/form/form-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/form/form-attr.vue.js")) }, { name: "layout", label: "Flex", icon: l, props: { base: {}, size: { widthType: "flex", flexSpan: 24 } }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/flex/flex-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/flex/flex-attr.vue.js")) }, { name: "collapse", label: "折叠面板", icon: o, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/collapse/collapse-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/collapse/collapse-attr.vue.js")) }, { name: "tabs", label: "多页签", icon: s, default: {}, props: { base: {}, size: {}, isFullyRendered: false, isContentEmbedded: true, lazy: true }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "tab-click", label: "tab点击事件", tip: "tab 被选中时触发" }, { name: "tab-change", label: "当前页签改变事件", tip: "activeName 改变时触发" }, { name: "tab-remove", label: "点击移除事件", tip: "点击 tab 移除按钮时触发" }, { name: "tab-add", label: "点击新增事件", tip: "点击 tab 新增按钮时触发" }, { name: "edit", label: "点击新增或移除事件", tip: "点击 tab 的新增或移除按钮后触发" }, { name: "before-leave", label: "切换拦截事件", tip: "切换标签之前的钩子函数, 若返回 false 或者返回被 reject 的 Promise,则阻止切换" }, { name: "tab-reset", label: "页签重置事件", tip: "删减页签后重置为删减前状态" }], designComponent: e(() => import("../views/assemblys/container/tabs/tabs-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tabs/tabs-attr.vue.js")) }, { name: "card", label: "卡片", icon: r, default: {}, props: { base: { tittleShow: true, title: "标题" }, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/card/card-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/card/card-attr.vue.js")) }, { name: "tools", label: "工具栏", icon: p, default: {}, props: { base: {}, size: {} }, style: {}, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }], designComponent: e(() => import("../views/assemblys/container/tools/tools-design.vue.js")), attrComponent: e(() => import("../views/assemblys/container/tools/tools-attr.vue.js")) }, { name: "iframe", label: "Iframe", icon: d, 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: m, 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: 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/radio/radio-design.vue.js")), attrComponent: e(() => import("../views/assemblys/form/radio/radio-attr.vue.js")) }, { name: "checkbox", 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/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: k, 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: x, 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: F, 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: j, 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: x, 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: [pe(), re(), se()], 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: 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: "timeline", 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: "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: O, 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: P, 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: P, 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: P, 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: R, design: { style: { display: "inline-block" } }, items: [{ name: "button-detail", label: "暂存", icon: I, disabled: false, check: true, isFlow: true, props: { base: { title: "暂存", successOperation: "refresh", 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: "隐藏" }] }, ee, { name: "button-detail", label: "提交", icon: I, disabled: true, check: true, isFlow: true, props: { base: { title: "提交", successOperation: "refresh", 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: "提交", successOperation: "refresh", 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: "领取", successOperation: "refresh", 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: "放弃领取", successOperation: "refresh", 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: "同意", successOperation: "refresh", 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: "不同意", successOperation: "refresh", 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: "赞成", successOperation: "refresh", 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: "反对", successOperation: "refresh", 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: "弃权", successOperation: "refresh", 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: "已阅", successOperation: "refresh", 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: "指派", successOperation: "refresh", 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: "驳回", successOperation: "refresh", 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: "退回", successOperation: "refresh", 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: "强制结束", successOperation: "refresh", 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: "取回", successOperation: "refresh", 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: "隐藏" }] }, ...te, ...ie], 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: H, 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: H, 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: W, events: [{ name: "afterChartFormLoad", label: "加载图表查询表单后", tip: "加载图表查询表单后" }], design: { style: { height: "100%" } }, pushHomepage: { enable: false }, items: [{ name: "chart-column-line", label: "柱/折图", icon: D, 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: Q, 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: 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/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")) }] }], ne = [{ name: "extract-workflow", label: "抽单", icon: P, design: { style: { display: "inline-block" } }, props: { base: { title: "抽单", type: "primary" }, dropdown: {}, dataOrigin: { optionValueSetType: "", staticState: [], json: "[]" }, verification: [], scan: {}, preSuffix: {}, prefix: {}, size: {}, title: {} }, style: { titleFont: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} }, events: [{ name: "afterInit", label: "初始化后", tip: "初始化后" }, { name: "beforeClick", label: "点击前事件", tip: "点击前事件" }, { name: "click", isEdit: false, label: "点击事件", tip: "点击事件", title: "暂存", eventName: "extractWorkflow", isStandard: true }, { name: "afterClick", label: "点击后事件", tip: "点击后事件" }, { name: "show", label: "显示", tip: "显示" }, { name: "hidden", label: "隐藏", tip: "隐藏" }], designComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-design.vue.js")), attrComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-attr.vue.js")) }], le = { 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
|
+
function oe() {
|
|
61
|
+
const e2 = t(le);
|
|
62
62
|
return e2.code = i(), e2.uuid = e2.code, e2.label = "页面", e2.i18nKeys || (e2.i18nKeys = []), e2;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function se() {
|
|
65
65
|
return Y(B);
|
|
66
66
|
}
|
|
67
|
-
function
|
|
67
|
+
function re() {
|
|
68
68
|
return Y(J);
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function pe() {
|
|
71
71
|
return Y(X);
|
|
72
72
|
}
|
|
73
|
-
const
|
|
74
|
-
function
|
|
73
|
+
const de = [{ label: "表单标准功能", type: "form", options: [{ label: "暂存", value: "save", props: { base: { type: "" } } }, { label: "提交", value: "submit", props: { base: { type: "primary" } } }, { label: "同意", value: "agree", props: { base: { type: "" } } }, { label: "不同意", value: "disagree", props: { base: { type: "" } } }, { label: "导出报告", value: "exportForm", props: { base: { type: "" } } }, { label: "导出PDF", value: "exportPDF", props: { base: { type: "" } } }, { label: "返回", value: "back", props: { base: { type: "" } } }] }, { label: "流程表单功能", type: "workflow", options: [{ label: "暂存", value: "workflowSave", props: { base: { type: "" } } }, { label: "起草", value: "workflowStart", props: { base: { type: "" } } }, { label: "提交流程", value: "submitProcess", props: { base: { type: "primary" } } }, { label: "提交任务", value: "submitTask", props: { base: { type: "primary" } } }, { label: "同意", value: "approve", props: { base: { type: "primary" } } }, { label: "不同意", value: "refuse", props: { base: { type: "" } } }, { label: "指派", value: "assign", props: { base: { type: "" } } }, { label: "领取", value: "drawTask", props: { base: { type: "" } } }, { label: "放弃领取", value: "abandonReceive", props: { base: { type: "" } } }, { label: "已阅", value: "readed", props: { base: { type: "" } } }, { label: "加签", value: "addSigner", props: { base: { type: "" } } }, { label: "减签", value: "removeSigner", props: { base: { type: "" } } }, { label: "抄送", value: "copyTask", props: { base: { type: "" } } }, { label: "取回", value: "retrieveTask", props: { base: { type: "" } } }, { label: "驳回", value: "returnToPreviousTask", props: { base: { type: "" } } }, { label: "退回", value: "returnTaskTo", props: { base: { type: "" } } }, { label: "强制结束", value: "endInstance", props: { base: { type: "" } } }, { label: "赞成", value: "agreement", props: { base: { type: "" } } }, { label: "反对", value: "oppose", props: { base: { type: "" } } }, { label: "弃权", value: "kiken", props: { base: { type: "" } } }, { label: "增加办理人", value: "addTransactor", props: { base: { type: "" } } }, { label: "减少办理人", value: "removeTransactor", props: { base: { type: "" } } }] }, { label: "列表功能", type: "list", options: [{ label: "删除", value: "delete", props: { base: { type: "" } } }, { label: "提交", value: "submitList", props: { base: { type: "primary" } } }, { label: "同意", value: "agreeList", props: { base: { type: "" } } }, { label: "不同意", value: "disagreeList", props: { base: { type: "" } } }, { label: "下载导入模板", value: "downloadTemplate", props: { base: { type: "" } } }, { label: "导入", value: "import", props: { base: { type: "" } } }, { label: "导出", value: "export", props: { base: { type: "" } } }, { label: "刷新列表", value: "search", props: { base: { type: "" } } }, { label: "显示查询区域", value: "showSearch", props: { base: { type: "" } } }] }, { label: "列表行编辑功能", type: "list-edit", options: [{ label: "新建", value: "lineEditCreate", props: { base: { type: "primary" } } }, { label: "保存", value: "lineEditSave", props: { base: { type: "primary", text: true } } }, { label: "删除", value: "lineEditDelete", props: { base: { type: "primary", text: true } } }, { label: "修改", value: "lineEditUpdate", props: { base: { type: "primary", text: true } } }, { label: "取消", value: "restoreEdit", props: { base: { type: "primary", text: true } } }] }, { label: "统计图功能", type: "chart", options: [{ label: "统计", value: "queryCharts" }, { label: "重置", value: "resetCharts" }, { label: "导出", value: "exportCharts" }, { label: "保存条件", value: "saveQueryCharts" }] }];
|
|
74
|
+
function me(e2) {
|
|
75
75
|
if (!e2) return null;
|
|
76
|
-
for (let t2 = 0; t2 <
|
|
77
|
-
let i2 =
|
|
76
|
+
for (let t2 = 0; t2 < ae.length; t2++) {
|
|
77
|
+
let i2 = ae[t2].items;
|
|
78
78
|
for (let t3 = 0; t3 < i2.length; t3++) {
|
|
79
79
|
let a2 = i2[t3];
|
|
80
80
|
if (a2.name == e2) return a2.designComponent;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
-
for (let t2 = 0; t2 <
|
|
84
|
-
let i2 =
|
|
83
|
+
for (let t2 = 0; t2 < ne.length; t2++) {
|
|
84
|
+
let i2 = ne[t2];
|
|
85
85
|
if (i2.name == e2) return i2.designComponent;
|
|
86
86
|
}
|
|
87
87
|
return null;
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function be(e2) {
|
|
90
90
|
if (!e2) return null;
|
|
91
91
|
let i2 = {};
|
|
92
|
-
for (let a2 = 0; a2 <
|
|
93
|
-
let n2 =
|
|
92
|
+
for (let a2 = 0; a2 < ae.length; a2++) {
|
|
93
|
+
let n2 = ae[a2].items;
|
|
94
94
|
for (let a3 = 0; a3 < n2.length; a3++) {
|
|
95
95
|
let l2 = n2[a3];
|
|
96
96
|
if (l2.name == e2) return i2.props = t(l2.props), i2.style = t(l2.style), i2.events = t(l2.events), i2.label = l2.label, i2;
|
|
@@ -98,21 +98,21 @@ function me(e2) {
|
|
|
98
98
|
}
|
|
99
99
|
return null;
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function ce(e2) {
|
|
102
102
|
if (!e2) return [];
|
|
103
|
-
for (let i2 = 0; i2 <
|
|
104
|
-
let a2 =
|
|
103
|
+
for (let i2 = 0; i2 < ae.length; i2++) {
|
|
104
|
+
let a2 = ae[i2].items;
|
|
105
105
|
for (let i3 = 0; i3 < a2.length; i3++) {
|
|
106
106
|
let n2 = a2[i3];
|
|
107
107
|
if (n2.name == e2 && n2.events) return t(n2.events);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function fe(e2) {
|
|
112
112
|
if (!e2) return null;
|
|
113
|
-
if ("page" == e2) return
|
|
114
|
-
for (let t2 = 0; t2 <
|
|
115
|
-
let i2 =
|
|
113
|
+
if ("page" == e2) return oe();
|
|
114
|
+
for (let t2 = 0; t2 < ae.length; t2++) {
|
|
115
|
+
let i2 = ae[t2].items;
|
|
116
116
|
for (let t3 = 0; t3 < i2.length; t3++) {
|
|
117
117
|
let a2 = i2[t3];
|
|
118
118
|
if (a2.name == e2) return a2;
|
|
@@ -120,60 +120,61 @@ function ce(e2) {
|
|
|
120
120
|
}
|
|
121
121
|
return null;
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function ue(e2) {
|
|
124
124
|
if (!e2) return null;
|
|
125
|
-
for (let t2 of
|
|
125
|
+
for (let t2 of ae) {
|
|
126
126
|
let i2 = t2.items.find((t3) => t3.name === e2);
|
|
127
127
|
if (i2) return i2.attrComponent;
|
|
128
128
|
}
|
|
129
|
-
for (let t2 = 0; t2 <
|
|
130
|
-
let i2 =
|
|
129
|
+
for (let t2 = 0; t2 < ne.length; t2++) {
|
|
130
|
+
let i2 = ne[t2];
|
|
131
131
|
if (i2.name == e2) return i2.attrComponent;
|
|
132
132
|
}
|
|
133
133
|
return null;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function ge() {
|
|
136
136
|
const e2 = [];
|
|
137
|
-
for (let t2 of
|
|
137
|
+
for (let t2 of ae) "form" === t2.name && t2.items.forEach((t3) => {
|
|
138
138
|
"divider" != t3.name && e2.push({ name: t3.name, label: t3.label });
|
|
139
139
|
});
|
|
140
140
|
return e2.push({ name: "custom", label: "自定义" }), e2;
|
|
141
141
|
}
|
|
142
|
-
function
|
|
143
|
-
return
|
|
142
|
+
function he() {
|
|
143
|
+
return ge();
|
|
144
144
|
}
|
|
145
|
-
function
|
|
146
|
-
if (e2 && "page" === e2) return
|
|
147
|
-
for (let t2 of
|
|
145
|
+
function ve(e2) {
|
|
146
|
+
if (e2 && "page" === e2) return le.events;
|
|
147
|
+
for (let t2 of ae) {
|
|
148
148
|
if (t2.name === e2) return t2.events;
|
|
149
149
|
for (let i2 of t2.items) if (i2.name === e2) return i2.events;
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function we() {
|
|
153
153
|
const e2 = [];
|
|
154
|
-
return
|
|
154
|
+
return ae.find((e3) => "form" === e3.name).items.forEach((t2) => {
|
|
155
155
|
e2.push(t2.name);
|
|
156
156
|
}), e2;
|
|
157
157
|
}
|
|
158
158
|
export {
|
|
159
|
-
ie as
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
159
|
+
ie as addTransactorBtn,
|
|
160
|
+
ae as assemblyGroups,
|
|
161
|
+
ue as getAttrComponentByName,
|
|
162
|
+
ve as getComponentEventOptions,
|
|
163
|
+
me as getDesignComponentByName,
|
|
164
|
+
fe as getDesignConfByName,
|
|
165
|
+
ce as getDesignEvents,
|
|
166
|
+
ge as getFormComponentOptions,
|
|
167
|
+
be as getInitialInformationByName,
|
|
168
|
+
we as getInputTypeComponentNames,
|
|
169
|
+
he as getListComponentOptions,
|
|
170
|
+
oe as getPageConf,
|
|
170
171
|
_ as getStatisticsTableColumn,
|
|
171
172
|
Z as getTableColumnConf,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
173
|
+
re as getTableIndexConf,
|
|
174
|
+
se as getTableOperateConf,
|
|
175
|
+
pe as getTableSelectionConf,
|
|
176
|
+
ne as hiddenAssemblyComponents,
|
|
177
|
+
de as standardButtonOperations,
|
|
177
178
|
te as workflowExtractBtn,
|
|
178
179
|
ee as workflowStartBtn
|
|
179
180
|
};
|
|
@@ -15,7 +15,7 @@ function p(e2, r2) {
|
|
|
15
15
|
const o2 = JSON.stringify(e2), i2 = JSON.parse(o2);
|
|
16
16
|
r2.tableRuntimes || (r2.tableRuntimes = {}), r2.tableRuntimes[i2.uuid] = function(e3, r3, o3) {
|
|
17
17
|
var _a;
|
|
18
|
-
const i3 = "V" + r3.version + "__" + r3.code + "__" + e3.uuid, n3 = { configure: o3, code: i3, name: e3.title, totalType: e3.props.base ? e3.props.base.totalType : null, remark: e3.props.base ? e3.props.base.remark : null, pagination: e3.props.base ? e3.props.base.subPaging : null, rowNum: e3.props.base ? e3.props.base.pageSize : null, optionalRows: e3.props.base ? e3.props.base.pageSizes : null, layout: e3.props.base ? JSON.stringify(e3.props.base.layout) : null, startQuery: e3.props.base ? e3.props.base.startQuery : null, popUp: e3.props.base ? e3.props.base.popUp : null, isInitializationQuery: e3.props.dataOrigin.initializationQuery, defaultQueryCriteria: e3.props.dataOrigin.defaultQueryCriteria ? JSON.stringify(e3.props.dataOrigin.defaultQueryCriteria) : "", queryLabelPosition: e3.props.base ? e3.props.base.queryLabelPosition : null, editable: e3.props.base ? e3.props.base.editable : null, urlToListData: e3.props.base ? e3.props.base.urlToListData : null, customConfig: e3.props.base ? e3.props.base.customConfig : null, tableName: e3.props.dataOrigin.tableName, totalable: e3.props.title.totalable, defaultSortField: JSON.stringify(e3.props.dataOrigin.sortField), titleAlign: e3.props.base ? e3.props.base.alignTitle : null, contAlign: e3.props.base ? e3.props.base.alignContent : null, displayEffect: e3.props.base ? e3.props.base.displayEffect : null, textOverflow: (_a = e3.props.base) == null ? void 0 : _a.textOverflow, isDragColumn: e3.props.base
|
|
18
|
+
const i3 = "V" + r3.version + "__" + r3.code + "__" + e3.uuid, n3 = { configure: o3, code: i3, name: e3.title, totalType: e3.props.base ? e3.props.base.totalType : null, remark: e3.props.base ? e3.props.base.remark : null, pagination: e3.props.base ? e3.props.base.subPaging : null, rowNum: e3.props.base ? e3.props.base.pageSize : null, optionalRows: e3.props.base ? e3.props.base.pageSizes : null, layout: e3.props.base ? JSON.stringify(e3.props.base.layout) : null, startQuery: e3.props.base ? e3.props.base.startQuery : null, popUp: e3.props.base ? e3.props.base.popUp : null, isInitializationQuery: e3.props.dataOrigin.initializationQuery, defaultQueryCriteria: e3.props.dataOrigin.defaultQueryCriteria ? JSON.stringify(e3.props.dataOrigin.defaultQueryCriteria) : "", queryLabelPosition: e3.props.base ? e3.props.base.queryLabelPosition : null, editable: e3.props.base ? e3.props.base.editable : null, urlToListData: e3.props.base ? e3.props.base.urlToListData : null, customConfig: e3.props.base ? e3.props.base.customConfig : null, tableName: e3.props.dataOrigin.tableName, totalable: e3.props.title.totalable, defaultSortField: JSON.stringify(e3.props.dataOrigin.sortField), titleAlign: e3.props.base ? e3.props.base.alignTitle : null, contAlign: e3.props.base ? e3.props.base.alignContent : null, displayEffect: e3.props.base ? e3.props.base.displayEffect : null, textOverflow: (_a = e3.props.base) == null ? void 0 : _a.textOverflow, isDragColumn: !!e3.props.base && (void 0 === e3.props.base.isDragColumn || e3.props.base.isDragColumn), border: e3.props.base ? e3.props.base.border : null, customImportColumns: e3.props.importSetting.importFields };
|
|
19
19
|
return n3.items = function(e4, r4) {
|
|
20
20
|
var _a2;
|
|
21
21
|
const o4 = [];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as a, computed as l, resolveComponent as i, createBlock as o, openBlock as t, withCtx as n, createElementVNode as r, createVNode as s, createCommentVNode as u, withDirectives as d, renderSlot as p, createTextVNode as c, unref as g, vShow as f, createElementBlock as m, Fragment as v, renderList as y, normalizeClass as b, toDisplayString as V } from "vue";
|
|
2
|
-
import O from "../../form/common/dataorigin-input-table.
|
|
2
|
+
import O from "../../form/common/dataorigin-input-table.vue.js";
|
|
3
3
|
import { Codemirror as _ } from "vue-codemirror";
|
|
4
4
|
import C from "../../workflow/component/combination.vue.js";
|
|
5
5
|
import S from "./return-set-table.vue.js";
|
|
@@ -24,7 +24,7 @@ const w = { style: { padding: "8px 0px 0px 0px" } }, C = { style: { padding: "8p
|
|
|
24
24
|
function L(e3) {
|
|
25
25
|
j2.configure.props.base.showDeleteBtnCondition = e3.data;
|
|
26
26
|
}
|
|
27
|
-
return j2.configure.verification || (j2.configure.verification = {}), l(() => j2.configure.props.base.selection, (e3) => {
|
|
27
|
+
return j2.configure.verification || (j2.configure.verification = {}), void 0 !== j2.configure.props.base.isDragColumn && null !== j2.configure.props.base.isDragColumn || (j2.configure.props.base.isDragColumn = true), l(() => j2.configure.props.base.selection, (e3) => {
|
|
28
28
|
if (e3) {
|
|
29
29
|
let e4 = c();
|
|
30
30
|
j2.configure.items.splice(0, 0, e4);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, onMounted as a, resolveComponent as t, createBlock as o, openBlock as u, withCtx as i, createElementVNode as n, createVNode as s, createCommentVNode as d, withDirectives as r, unref as m, createElementBlock as p, Fragment as c, renderList as b, createTextVNode as f, vShow as y, normalizeClass as v } from "vue";
|
|
2
|
-
import V from "./dataorigin-input-table.
|
|
2
|
+
import V from "./dataorigin-input-table.vue.js";
|
|
3
3
|
import g from "./condition.vue.js";
|
|
4
4
|
import S from "./row-ul-li.vue.js";
|
|
5
5
|
import "uuid";
|
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
import t from "
|
|
1
|
+
import { defineComponent as e, ref as l, watch as a, resolveComponent as t, createElementBlock as o, openBlock as d, Fragment as u, createVNode as n, withCtx as i, unref as s, createElementVNode as m, createTextVNode as r } from "vue";
|
|
2
|
+
import { Search as p } from "@element-plus/icons-vue";
|
|
3
|
+
const f = { class: "dialog-footer" }, v = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: v2 }) {
|
|
4
|
+
const c = e2, g = l(c.modelValue), V = v2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
|
|
5
|
+
function y() {
|
|
6
|
+
if (_.value.length > 0) {
|
|
7
|
+
let e3 = "";
|
|
8
|
+
_.value.forEach((l2) => {
|
|
9
|
+
e3 = e3 + l2.name + ",";
|
|
10
|
+
}), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
|
|
11
|
+
} else b.value = false;
|
|
12
|
+
}
|
|
13
|
+
function S(e3) {
|
|
14
|
+
_.value = e3;
|
|
15
|
+
}
|
|
16
|
+
function w() {
|
|
17
|
+
b.value = true;
|
|
18
|
+
}
|
|
19
|
+
return a(() => c.modelValue, (e3) => {
|
|
20
|
+
g.value = e3;
|
|
21
|
+
}), (e3, l2) => {
|
|
22
|
+
const a2 = t("el-icon"), v3 = t("el-input"), c2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
|
|
23
|
+
return d(), o(u, null, [n(v3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: w }, { suffix: i(() => [n(a2, { onClick: w }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", f, [n(_2, { type: "default", onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: y }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: S }, { default: i(() => [n(c2, { type: "selection", width: "55" }), n(c2, { prop: "date", label: "Date", width: "180" }), n(c2, { prop: "name", label: "Name", width: "180" }), n(c2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
|
|
24
|
+
};
|
|
25
|
+
} });
|
|
2
26
|
export {
|
|
3
|
-
|
|
27
|
+
v as default
|
|
4
28
|
};
|
package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js
CHANGED
|
@@ -1,28 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Search as p } from "@element-plus/icons-vue";
|
|
3
|
-
const f = { class: "dialog-footer" }, v = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: v2 }) {
|
|
4
|
-
const c = e2, g = l(c.modelValue), V = v2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
|
|
5
|
-
function y() {
|
|
6
|
-
if (_.value.length > 0) {
|
|
7
|
-
let e3 = "";
|
|
8
|
-
_.value.forEach((l2) => {
|
|
9
|
-
e3 = e3 + l2.name + ",";
|
|
10
|
-
}), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
|
|
11
|
-
} else b.value = false;
|
|
12
|
-
}
|
|
13
|
-
function S(e3) {
|
|
14
|
-
_.value = e3;
|
|
15
|
-
}
|
|
16
|
-
function w() {
|
|
17
|
-
b.value = true;
|
|
18
|
-
}
|
|
19
|
-
return a(() => c.modelValue, (e3) => {
|
|
20
|
-
g.value = e3;
|
|
21
|
-
}), (e3, l2) => {
|
|
22
|
-
const a2 = t("el-icon"), v3 = t("el-input"), c2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
|
|
23
|
-
return d(), o(u, null, [n(v3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: w }, { suffix: i(() => [n(a2, { onClick: w }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", f, [n(_2, { type: "default", onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: y }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: S }, { default: i(() => [n(c2, { type: "selection", width: "55" }), n(c2, { prop: "date", label: "Date", width: "180" }), n(c2, { prop: "name", label: "Name", width: "180" }), n(c2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
|
|
24
|
-
};
|
|
25
|
-
} });
|
|
1
|
+
import t from "./dataorigin-input-table.vue.js";
|
|
26
2
|
export {
|
|
27
|
-
|
|
3
|
+
t as default
|
|
28
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, resolveComponent as a, createBlock as t, openBlock as o, withCtx as u, createVNode as d, unref as r, createTextVNode as n, createElementBlock as i, Fragment as p, renderList as m } from "vue";
|
|
2
|
-
import { CirclePlus as s, Delete as f, Top as v, Bottom as
|
|
3
|
-
import
|
|
2
|
+
import { CirclePlus as s, Delete as f, Top as v, Bottom as b } from "@element-plus/icons-vue";
|
|
3
|
+
import c from "../../common/common-variable-bind.vue.js";
|
|
4
4
|
import "element-plus";
|
|
5
5
|
import { getOperators as y } from "../../../../utils/data-table-util.js";
|
|
6
6
|
import { getModelOptionsByFields as V } from "../../../../utils/page-table-util.js";
|
|
@@ -38,13 +38,13 @@ const g = e({ __name: "combination", props: { list: { type: Array, default: () =
|
|
|
38
38
|
if (l4 === N.value.length - 1) return;
|
|
39
39
|
const a2 = N.value;
|
|
40
40
|
[a2[l4], a2[l4 + 1]] = [a2[l4 + 1], a2[l4]], C.value.doLayout();
|
|
41
|
-
}(e3.row, e3.$index) }, { default: u(() => [d(r(
|
|
41
|
+
}(e3.row, e3.$index) }, { default: u(() => [d(r(b))]), _: 2 }, 1032, ["onClick"])]), _: 1 }), d(j2, { prop: "date", label: "(", width: "80", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.leftBracket, "onUpdate:modelValue": (l3) => e3.row.leftBracket = l3, clearable: "", size: "default" }, { default: u(() => [d(O, { label: "", value: "" }), d(O, { label: "(", value: "(" }), d(O, { label: "((", value: "((" }), d(O, { label: "(((", value: "(((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "name", label: "字段名(*)", align: "center" }, { default: u((l3) => [d(T, { modelValue: l3.row.propDbName, "onUpdate:modelValue": (e3) => l3.row.propDbName = e3, clearable: "", filterable: "", size: "default", onChange: (e3) => function(e4, l4, a2) {
|
|
42
42
|
const t2 = w.fieldMap[a2];
|
|
43
43
|
t2 && "date" === t2.type ? N.value[e4].isDate = true : N.value[e4].isDate = false, l4.propName = t2 ? t2.name : null, l4.dataType = t2 ? t2.dataType : null, k.value[e4] = y(t2);
|
|
44
|
-
}(l3.$index, l3.row, l3.row.propDbName) }, { default: u(() => [(o(true), i(p, null, m(e2.fieldNameList, (e3, l4) => (o(), t(O, { key: l4, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])]), _: 1 }), d(j2, { prop: "address", label: "操作符", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.operator, "onUpdate:modelValue": (l3) => e3.row.operator = l3, clearable: "", size: "default" }, { default: u(() => [(o(true), i(p, null, m(k.value[e3.$index], (e4) => (o(), t(O, { key: e4.name, label: e4.label, value: e4.name }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "值(*)", align: "center" }, { default: u((l3) => [d(
|
|
44
|
+
}(l3.$index, l3.row, l3.row.propDbName) }, { default: u(() => [(o(true), i(p, null, m(e2.fieldNameList, (e3, l4) => (o(), t(O, { key: l4, label: e3.alias, value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])]), _: 1 }), d(j2, { prop: "address", label: "操作符", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.operator, "onUpdate:modelValue": (l3) => e3.row.operator = l3, clearable: "", filterable: "", size: "default" }, { default: u(() => [(o(true), i(p, null, m(k.value[e3.$index], (e4) => (o(), t(O, { key: e4.name, label: e4.label, value: e4.name }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "值(*)", align: "center" }, { default: u((l3) => [d(c, { size: "default", modelValue: l3.row.propValue, dataModelOptions: L.value, objModelOptions: U.value, paramTypes: e2.paramTypes, "onUpdate:modelValue": (e3) => {
|
|
45
45
|
return a2 = e3, void (l3.row.propValue = a2);
|
|
46
46
|
var a2;
|
|
47
|
-
} }, null, 8, ["modelValue", "dataModelOptions", "objModelOptions", "paramTypes", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "日期格式", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.date, "onUpdate:modelValue": (l3) => e3.row.date = l3, clearable: "", disabled: !e3.row.isDate, size: "default" }, { default: u(() => [d(O, { label: "年份", value: "year" }), d(O, { label: "季度", value: "quarter" }), d(O, { label: "月份", value: "month" }), d(O, { label: "日", value: "day" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "disabled"])]), _: 1 }), d(j2, { prop: "address", label: ")", width: "80", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.rightBracket, "onUpdate:modelValue": (l3) => e3.row.rightBracket = l3, clearable: "", size: "default" }, { default: u(() => [d(O, { label: "", value: "" }), d(O, { label: ")", value: ")" }), d(O, { label: "))", value: "))" }), d(O, { label: ")))", value: ")))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "并且/或者", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.joinSign, "onUpdate:modelValue": (l3) => e3.row.joinSign = l3, clearable: "", size: "default" }, { default: u(() => [d(O, { label: "或者", value: "or" }), d(O, { label: "并且", value: "and" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "变量为空时", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.variableIsNull, "onUpdate:modelValue": (l3) => e3.row.variableIsNull = l3, clearable: "", size: "default" }, { default: u(() => [d(O, { label: "Null", value: "null" }), d(O, { label: "忽略(1=1)", value: "1=1" }), d(O, { label: "不符合(1<>1)", value: "1<>1" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 })]), _: 1 }, 8, ["data"])]), _: 1 });
|
|
47
|
+
} }, null, 8, ["modelValue", "dataModelOptions", "objModelOptions", "paramTypes", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "日期格式", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.date, "onUpdate:modelValue": (l3) => e3.row.date = l3, clearable: "", filterable: "", disabled: !e3.row.isDate, size: "default" }, { default: u(() => [d(O, { label: "年份", value: "year" }), d(O, { label: "季度", value: "quarter" }), d(O, { label: "月份", value: "month" }), d(O, { label: "日", value: "day" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "disabled"])]), _: 1 }), d(j2, { prop: "address", label: ")", width: "80", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.rightBracket, "onUpdate:modelValue": (l3) => e3.row.rightBracket = l3, clearable: "", size: "default" }, { default: u(() => [d(O, { label: "", value: "" }), d(O, { label: ")", value: ")" }), d(O, { label: "))", value: "))" }), d(O, { label: ")))", value: ")))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "并且/或者", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.joinSign, "onUpdate:modelValue": (l3) => e3.row.joinSign = l3, clearable: "", size: "default" }, { default: u(() => [d(O, { label: "或者", value: "or" }), d(O, { label: "并且", value: "and" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(j2, { prop: "address", label: "变量为空时", align: "center" }, { default: u((e3) => [d(T, { modelValue: e3.row.variableIsNull, "onUpdate:modelValue": (l3) => e3.row.variableIsNull = l3, clearable: "", size: "default" }, { default: u(() => [d(O, { label: "Null", value: "null" }), d(O, { label: "忽略(1=1)", value: "1=1" }), d(O, { label: "不符合(1<>1)", value: "1<>1" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])]), _: 1 })]), _: 1 }, 8, ["data"])]), _: 1 });
|
|
48
48
|
};
|
|
49
49
|
} });
|
|
50
50
|
export {
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, resolveComponent as a, createBlock as
|
|
2
|
-
import { workflowStartBtn as m, workflowExtractBtn as f,
|
|
3
|
-
import
|
|
4
|
-
import { Close as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { defineComponent as e, ref as l, resolveComponent as a, createBlock as i, openBlock as o, withCtx as t, createVNode as n, createElementVNode as u, createElementBlock as s, Fragment as d, renderList as r, unref as c, createTextVNode as p } from "vue";
|
|
2
|
+
import { workflowStartBtn as m, workflowExtractBtn as f, addTransactorBtn as b, getFormComponentOptions as g } from "../../../../utils/assemblys-config.js";
|
|
3
|
+
import v from "../../common/common-function-code.vue.js";
|
|
4
|
+
import { Close as V, Check as _ } from "@element-plus/icons-vue";
|
|
5
|
+
const x = { style: { padding: "8px 0px 0px 0px" } }, h = { style: { padding: "8px 0px 0px 0px" } }, y = e({ __name: "workflowbutton-attr-base", props: { configure: Object, default: () => ({ props: {} }) }, setup(e2) {
|
|
6
|
+
const y2 = e2, U = l(["base", "appearance"]);
|
|
7
|
+
y2.configure.props.base.showActivityName || false === y2.configure.props.base.showActivityName || (y2.configure.props.base.showActivityName = true), y2.configure.items[0].disabled && (y2.configure.items[0].disabled = false);
|
|
8
|
+
const w = y2.configure.items.filter((e3) => "起草" === e3.label);
|
|
9
|
+
w && 0 !== w.length || y2.configure.items.splice(1, 0, m);
|
|
10
|
+
const k = y2.configure.items.filter((e3) => "抽单" === e3.label);
|
|
11
|
+
k && 0 !== k.length || y2.configure.items.push(...f);
|
|
12
|
+
const j = y2.configure.items.filter((e3) => "增加办理人" === e3.label);
|
|
13
|
+
return j && 0 !== j.length || y2.configure.items.push(...b), (l2, m2) => {
|
|
14
|
+
const f2 = a("el-option"), b2 = a("el-select"), y3 = a("el-form-item"), w2 = a("el-input"), k2 = a("el-checkbox"), j2 = a("el-col"), z = a("el-row"), A = a("el-collapse-item"), N = a("el-switch"), O = a("el-radio"), q = a("el-radio-group"), B = a("el-input-number"), C = a("el-collapse"), D = a("el-form");
|
|
15
|
+
return o(), i(D, { "label-width": "80px", size: "small" }, { default: t(() => [n(C, { modelValue: U.value, "onUpdate:modelValue": m2[7] || (m2[7] = (e3) => U.value = e3), style: { "margin-top": "6px" } }, { default: t(() => [n(A, { title: "基本", name: "base", class: "amb-design-attr-group-header" }, { default: t(() => [u("div", x, [n(y3, { label: "组件类型", class: "amb-design-attr-item" }, { default: t(() => [n(b2, { modelValue: e2.configure.name, "onUpdate:modelValue": m2[0] || (m2[0] = (l3) => e2.configure.name = l3), placeholder: "请选择" }, { default: t(() => [(o(true), s(d, null, r(c(g)(), (e3) => (o(), i(f2, { key: e3.name, label: e3.label, value: e3.name }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), n(y3, { label: "唯一编码", class: "amb-design-attr-item" }, { default: t(() => [n(w2, { modelValue: e2.configure.uuid, "onUpdate:modelValue": m2[1] || (m2[1] = (l3) => e2.configure.uuid = l3), readonly: "", title: e2.configure.uuid }, null, 8, ["modelValue", "title"])]), _: 1 }), n(y3, { label: "绑定权限", class: "amb-design-attr-item" }, { default: t(() => [n(v, { configure: e2.configure }, null, 8, ["configure"])]), _: 1 }), n(y3, { label: "按钮", class: "amb-design-attr-item" }, { default: t(() => [n(z, null, { default: t(() => [(o(true), s(d, null, r(e2.configure.items, (e3, l3) => (o(), i(j2, { key: e3, span: 12 }, { default: t(() => [n(k2, { modelValue: e3.check, "onUpdate:modelValue": (l4) => e3.check = l4, label: e3.label, value: true, disabled: e3.disabled }, null, 8, ["modelValue", "onUpdate:modelValue", "label", "disabled"])]), _: 2 }, 1024))), 128))]), _: 1 })]), _: 1 })])]), _: 1 }), n(A, { title: "外观", name: "appearance", class: "amb-design-attr-group-header" }, { default: t(() => [u("div", h, [n(y3, { label: "文字按钮", class: "amb-design-attr-item" }, { default: t(() => [n(N, { modelValue: e2.configure.props.base.text, "onUpdate:modelValue": m2[2] || (m2[2] = (l3) => e2.configure.props.base.text = l3), disabled: !!e2.configure.props.base.plain || !!e2.configure.props.base.plain, "inline-prompt": "", "active-icon": c(_), "inactive-icon": c(V) }, null, 8, ["modelValue", "disabled", "active-icon", "inactive-icon"])]), _: 1 }), n(y3, { label: "朴素按钮", class: "amb-design-attr-item" }, { default: t(() => [n(N, { modelValue: e2.configure.props.base.plain, "onUpdate:modelValue": m2[3] || (m2[3] = (l3) => e2.configure.props.base.plain = l3), disabled: !!e2.configure.props.base.text, "inline-prompt": "", "active-icon": c(_), "inactive-icon": c(V) }, null, 8, ["modelValue", "disabled", "active-icon", "inactive-icon"])]), _: 1 }), n(y3, { label: "圆角按钮", class: "amb-design-attr-item" }, { default: t(() => [n(N, { modelValue: e2.configure.props.base.round, "onUpdate:modelValue": m2[4] || (m2[4] = (l3) => e2.configure.props.base.round = l3), disabled: !!e2.configure.props.base.text, "inline-prompt": "", "active-icon": c(_), "inactive-icon": c(V) }, null, 8, ["modelValue", "disabled", "active-icon", "inactive-icon"])]), _: 1 }), n(y3, { label: "尺寸", class: "amb-design-attr-item" }, { default: t(() => [n(q, { modelValue: e2.configure.props.base.size, "onUpdate:modelValue": m2[5] || (m2[5] = (l3) => e2.configure.props.base.size = l3), class: "ml-4" }, { default: t(() => [n(O, { value: "large" }, { default: t(() => m2[8] || (m2[8] = [p("大")])), _: 1 }), n(O, { value: "default" }, { default: t(() => m2[9] || (m2[9] = [p("中")])), _: 1 }), n(O, { value: "small" }, { default: t(() => m2[10] || (m2[10] = [p("小")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), n(y3, { label: "内容间距" }, { default: t(() => [n(B, { modelValue: e2.configure.props.gap, "onUpdate:modelValue": m2[6] || (m2[6] = (l3) => e2.configure.props.gap = l3), min: 0, max: 100 }, null, 8, ["modelValue"])]), _: 1 })])]), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 });
|
|
14
16
|
};
|
|
15
17
|
} });
|
|
16
18
|
export {
|
|
17
|
-
|
|
19
|
+
y as default
|
|
18
20
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as e, ref as t, onMounted as n, onUnmounted as a, watch as l, resolveComponent as u, createElementBlock as o, openBlock as s, createElementVNode as i, createVNode as r, withDirectives as m, withCtx as c, vShow as d, unref as v, createTextVNode as p, toDisplayString as f, Fragment as g, renderList as b, createBlock as y } from "vue";
|
|
2
2
|
import { ElMessageBox as x, ElMessage as h } from "element-plus";
|
|
3
|
-
import C from "./config.
|
|
3
|
+
import C from "./config.vue.js";
|
|
4
4
|
import { standardButtonOperations as E } from "../../../utils/assemblys-config.js";
|
|
5
5
|
import { findDesignItemByUuid as S, getUuidv4 as V, deepCopy as k } from "../../../utils/common-util.js";
|
|
6
6
|
import { usePageContextStore as _ } from "../../../../../stores/page-store.js";
|
|
@@ -16,7 +16,7 @@ import "@codemirror/autocomplete";
|
|
|
16
16
|
import "@codemirror/language";
|
|
17
17
|
import "@codemirror/search";
|
|
18
18
|
import "js-beautify";
|
|
19
|
-
/* empty css
|
|
19
|
+
/* empty css */
|
|
20
20
|
import "../../../utils/assemblys-config.js";
|
|
21
21
|
import "../../../../../stores/page-store.js";
|
|
22
22
|
import "../../../../../stores/event-undo-redo-store.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.15-sit1-design1",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
30
30
|
"@vueuse/core": "^10.9.0",
|
|
31
31
|
"agilebuilder-private-libs": "1.0.26",
|
|
32
|
-
"agilebuilder-ui": "1.1.
|
|
32
|
+
"agilebuilder-ui": "1.1.57-sit1",
|
|
33
33
|
"echarts": "^5.5.0",
|
|
34
34
|
"element-plus": "^2.6.1",
|
|
35
35
|
"font-awesome": "^4.7.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"qrcode": "^1.5.3",
|
|
42
42
|
"quill": "^2.0.1",
|
|
43
43
|
"service-flow-designer": "2.3.12-flow1",
|
|
44
|
-
"super-page-runtime": "2.3.
|
|
44
|
+
"super-page-runtime": "2.3.15-sit1",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|