cloud-web-corejs 1.0.0
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/LICENSE +21 -0
- package/package.json +166 -0
- package/src/api/menu.js +16 -0
- package/src/api/user.js +83 -0
- package/src/components/Qrcode/fileParse.vue +241 -0
- package/src/components/Qrcode/index.vue +58 -0
- package/src/components/Qrcode/printDialog.vue +103 -0
- package/src/components/SvgIcon/index.vue +62 -0
- package/src/components/Tinymce/dynamicLoadScript.js +59 -0
- package/src/components/Tinymce/index.vue +295 -0
- package/src/components/Tinymce/plugins.js +7 -0
- package/src/components/Tinymce/toolbar.js +6 -0
- package/src/components/VabUpload/image-viewer.vue +442 -0
- package/src/components/VabUpload/index.js +5 -0
- package/src/components/VabUpload/index.vue +230 -0
- package/src/components/VabUpload/mixins.js +9 -0
- package/src/components/VabUpload/privateProfileDialog.vue +296 -0
- package/src/components/VabUpload/privateProfileDialogMixins.js +1069 -0
- package/src/components/VabUpload/propertiesDialog.vue +110 -0
- package/src/components/VabUpload/view.vue +119 -0
- package/src/components/advancedSearchDialog/index.vue +44 -0
- package/src/components/advancedSearchDialog/mixins.js +4 -0
- package/src/components/baseAlert/index.js +4 -0
- package/src/components/baseAlert/index.vue +53 -0
- package/src/components/baseAlert/mixins.js +5 -0
- package/src/components/baseAttachment/index.js +30 -0
- package/src/components/baseAttachment/index.vue +40 -0
- package/src/components/baseAttachment/install.js +6 -0
- package/src/components/baseAttachment/mixins.js +8 -0
- package/src/components/baseAttachment/showList.vue +44 -0
- package/src/components/baseAttachment/uploadDialog.vue +42 -0
- package/src/components/baseInputBatch/index.vue +37 -0
- package/src/components/baseInputBatch/mixins.js +3 -0
- package/src/components/baseInputExport/index.vue +32 -0
- package/src/components/baseInputExport/mixins.js +15 -0
- package/src/components/baseInputNumber/index.vue +10 -0
- package/src/components/baseInputPrint/index.vue +12 -0
- package/src/components/baseTabs/baseTabPane.vue +22 -0
- package/src/components/baseTabs/index.vue +27 -0
- package/src/components/baseTabs/mixins.js +6 -0
- package/src/components/cnPrint/index.js +5 -0
- package/src/components/cnPrint/index.vue +54 -0
- package/src/components/cnPrint/mixins.js +3 -0
- package/src/components/code-editor/index.vue +212 -0
- package/src/components/confirmDialog/index.js +5 -0
- package/src/components/confirmDialog/index.vue +54 -0
- package/src/components/confirmDialog/mixins.js +5 -0
- package/src/components/errorMsg/index.js +5 -0
- package/src/components/errorMsg/index.vue +70 -0
- package/src/components/errorMsg/mixins.js +5 -0
- package/src/components/excelExport/button.vue +45 -0
- package/src/components/excelExport/index.js +5 -0
- package/src/components/excelExport/index.vue +55 -0
- package/src/components/excelExport/mixins.js +14 -0
- package/src/components/excelImport/index.js +13 -0
- package/src/components/excelImport/index.vue +153 -0
- package/src/components/excelImport/mixins.js +17 -0
- package/src/components/extendedProperties/mixins.js +4 -0
- package/src/components/extendedProperties/view.vue +182 -0
- package/src/components/fileLibrary/categoryMoveDialog.vue +109 -0
- package/src/components/fileLibrary/fileCategoryDialog.vue +87 -0
- package/src/components/fileLibrary/fileHistoryDialog.vue +80 -0
- package/src/components/fileLibrary/fileObjAuthDialog.vue +186 -0
- package/src/components/fileLibrary/fileObjAuthEdit.vue +256 -0
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +183 -0
- package/src/components/fileLibrary/index.vue +687 -0
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +509 -0
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +303 -0
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +177 -0
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +621 -0
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +108 -0
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +135 -0
- package/src/components/fileLibrary/mixins/indexMixins.js +1752 -0
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +193 -0
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +686 -0
- package/src/components/fileLibrary/mixins/recycleBinPropertiesDialogMixins.js +133 -0
- package/src/components/fileLibrary/mixins/shareDialogMixins.js +51 -0
- package/src/components/fileLibrary/propertiesDialog.vue +145 -0
- package/src/components/fileLibrary/recycleBinDialog.vue +236 -0
- package/src/components/fileLibrary/recycleBinPropertiesDialog.vue +100 -0
- package/src/components/fileLibrary/shareDialog.vue +54 -0
- package/src/components/hiprint/css/hiprint.css +1004 -0
- package/src/components/hiprint/css/image/jquery.minicolors.png +0 -0
- package/src/components/hiprint/css/image/l_img.svg +1 -0
- package/src/components/hiprint/css/image/v_img.svg +1 -0
- package/src/components/hiprint/css/print-lock.css +288 -0
- package/src/components/hiprint/etypes/default-etyps-provider.js +165 -0
- package/src/components/hiprint/hiprint.bundle.js +10009 -0
- package/src/components/hiprint/hiprint.config.js +1783 -0
- package/src/components/hiprint/index.js +109 -0
- package/src/components/hiprint/install.js +9 -0
- package/src/components/hiprint/plugins/jquery.hiwprint.js +116 -0
- package/src/components/hiprint/plugins/qrcode.js +617 -0
- package/src/components/hiprint/plugins/watermark.js +199 -0
- package/src/components/hiprint/view/design/dialog.vue +84 -0
- package/src/components/hiprint/view/design/font-size.js +38 -0
- package/src/components/hiprint/view/design/index.vue +340 -0
- package/src/components/hiprint/view/design/mixins.js +15 -0
- package/src/components/hiprint/view/design/panel.js +494 -0
- package/src/components/hiprint/view/design/preview.vue +130 -0
- package/src/components/hiprint/view/design/print-data.js +54 -0
- package/src/components/hiprint/view/design/scale.js +31 -0
- package/src/components/hiprint/view/design/templateJson1.js +494 -0
- package/src/components/hiprint/view/design/templateJson2.js +870 -0
- package/src/components/hiprint/view/json-view.vue +81 -0
- package/src/components/jdPrint/index.js +5 -0
- package/src/components/jdPrint/index.vue +53 -0
- package/src/components/jdPrint/mixins.js +3 -0
- package/src/components/jsonImport/index.js +13 -0
- package/src/components/jsonImport/index.vue +150 -0
- package/src/components/jsonImport/mixins.js +17 -0
- package/src/components/mobile/buttonGroup/index.vue +38 -0
- package/src/components/mobile/file/index.vue +473 -0
- package/src/components/mobile/h5Card/h5CardPane.vue +28 -0
- package/src/components/mobile/h5Card/index.vue +16 -0
- package/src/components/mobile/h5Card/mixins.js +171 -0
- package/src/components/mobile/oplogTable/index.vue +50 -0
- package/src/components/mobile/oplogTable/mixins.js +40 -0
- package/src/components/mobile/searchDialog/index.vue +39 -0
- package/src/components/mobile/statusTag/config.js +40 -0
- package/src/components/mobile/statusTag/index.vue +16 -0
- package/src/components/mobile/statusTag/mixins.js +5 -0
- package/src/components/mobile/wf/addTaskUserdialog.vue +80 -0
- package/src/components/mobile/wf/content.vue +1556 -0
- package/src/components/mobile/wf/deleteTaskUserDialog.vue +54 -0
- package/src/components/mobile/wf/mixins/addTaskUserdialogMixin.js +78 -0
- package/src/components/mobile/wf/mixins/deleteTaskUserDialogMixin.js +77 -0
- package/src/components/mobile/wf/mixins/setCandidateDialogMixin.js +91 -0
- package/src/components/mobile/wf/mixins/urgingDialogMixin.js +77 -0
- package/src/components/mobile/wf/mixins/wfModifyDialogMixin.js +47 -0
- package/src/components/mobile/wf/mixins/wfStartDialogMixin.js +140 -0
- package/src/components/mobile/wf/setCandidateDialog.vue +48 -0
- package/src/components/mobile/wf/urgingDialog.vue +52 -0
- package/src/components/mobile/wf/wfModifyDialog.vue +33 -0
- package/src/components/mobile/wf/wfStartDialog.vue +41 -0
- package/src/components/onlineTalk/index.vue +744 -0
- package/src/components/onlineTalk/mixins.js +9 -0
- package/src/components/oplogTable/index.vue +14 -0
- package/src/components/oplogTable/mixins.js +4 -0
- package/src/components/pddPrint/index.js +5 -0
- package/src/components/pddPrint/index.vue +54 -0
- package/src/components/pddPrint/mixins.js +3 -0
- package/src/components/projectTag/addButton.vue +69 -0
- package/src/components/projectTag/deleteButton.vue +69 -0
- package/src/components/projectTag/view.vue +72 -0
- package/src/components/scriptDescription/button.vue +26 -0
- package/src/components/scriptDescription/dialog.vue +40 -0
- package/src/components/scriptDescription/mixins.js +3 -0
- package/src/components/scriptTest/button.vue +27 -0
- package/src/components/scriptTest/dialog.vue +145 -0
- package/src/components/scriptTest/mixins.js +6 -0
- package/src/components/statusTag/config.js +40 -0
- package/src/components/statusTag/index.vue +14 -0
- package/src/components/statusTag/mixins.js +5 -0
- package/src/components/table/CellSlot.vue +9 -0
- package/src/components/table/config.js +3 -0
- package/src/components/table/customConfig.js +6 -0
- package/src/components/table/index.js +10 -0
- package/src/components/table/tableForm.vue +281 -0
- package/src/components/table/tableFormMixin.js +6 -0
- package/src/components/table/vxeFilter/FilterComplex.vue +36 -0
- package/src/components/table/vxeFilter/FilterContent.vue +43 -0
- package/src/components/table/vxeFilter/FilterInput.vue +14 -0
- package/src/components/table/vxeFilter/index.js +9 -0
- package/src/components/table/vxeFilter/mixin.js +6 -0
- package/src/components/tempStorage/index.vue +124 -0
- package/src/components/tempStorage/tempStorageDialog.vue +161 -0
- package/src/components/vb-tabs/index.vue +200 -0
- package/src/components/vb-tabs/tab-nav.vue +294 -0
- package/src/components/vb-tabs/tab-pane.vue +60 -0
- package/src/components/vb-tabs/x-tabs.vue +112 -0
- package/src/components/video/dialog.vue +53 -0
- package/src/components/vipPrint/index.js +5 -0
- package/src/components/vipPrint/index.vue +54 -0
- package/src/components/vipPrint/mixins.js +3 -0
- package/src/components/wf/addTaskUserdialog.vue +209 -0
- package/src/components/wf/content.vue +702 -0
- package/src/components/wf/content2.vue +604 -0
- package/src/components/wf/deleteTaskUserDialog.vue +75 -0
- package/src/components/wf/formIframeDialog.vue +51 -0
- package/src/components/wf/index.vue +51 -0
- package/src/components/wf/mixins/setCandidateDialog.js +5 -0
- package/src/components/wf/setCandidateDialog.vue +86 -0
- package/src/components/wf/urgingDialog.vue +70 -0
- package/src/components/wf/wf.js +30 -0
- package/src/components/wf/wfModifyDialog.vue +43 -0
- package/src/components/wf/wfStartDialog.vue +49 -0
- package/src/components/wf/wfUtil.js +13 -0
- package/src/components/xform/extension/extension-helper.js +23 -0
- package/src/components/xform/extension/extension-loader.js +116 -0
- package/src/components/xform/extension/samples/alert/alert-widget.vue +69 -0
- package/src/components/xform/extension/samples/card/card-item.vue +100 -0
- package/src/components/xform/extension/samples/card/card-widget.vue +151 -0
- package/src/components/xform/extension/samples/extension-schema.js +39 -0
- package/src/components/xform/extension/samples/extension-sfc-generator.js +50 -0
- package/src/components/xform/form-designer/designer.js +29 -0
- package/src/components/xform/form-designer/form-widget/container-widget/container-wrapper.vue +107 -0
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +3 -0
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +8 -0
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +250 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-h5-widget.vue +227 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-pane-widget.vue +201 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +196 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-col-widget.vue +315 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-sub-form-widget.vue +11 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-widget.vue +94 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-card-pane-widget.vue +207 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-card-widget.vue +136 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-table-cell-widget.vue +372 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-table-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/container-widget/index.js +24 -0
- package/src/components/xform/form-designer/form-widget/container-widget/list-h5-widget.vue +363 -0
- package/src/components/xform/form-designer/form-widget/container-widget/panel-widget.vue +144 -0
- package/src/components/xform/form-designer/form-widget/container-widget/query-widget.vue +134 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tab-widget.vue +124 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-cell-widget.vue +347 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-column-widget.vue +155 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table2-cell-widget.vue +347 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table2-widget.vue +116 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tree-pane-widget.vue +178 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tree-widget.vue +247 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-box-widget.vue +187 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-dialog-widget.vue +138 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-drawer-widget.vue +11 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +200 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +206 -0
- package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +162 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +154 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +17 -0
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +405 -0
- package/src/components/xform/form-designer/form-widget/dialog/treeMoveDialog.vue +143 -0
- package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +408 -0
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +119 -0
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +181 -0
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +87 -0
- package/src/components/xform/form-designer/form-widget/field-widget/cascader-widget.vue +116 -0
- package/src/components/xform/form-designer/form-widget/field-widget/census-widget.vue +162 -0
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +107 -0
- package/src/components/xform/form-designer/form-widget/field-widget/color-widget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +101 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +100 -0
- package/src/components/xform/form-designer/form-widget/field-widget/descriptions-widget.vue +184 -0
- package/src/components/xform/form-designer/form-widget/field-widget/divider-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +18 -0
- package/src/components/xform/form-designer/form-widget/field-widget/file-upload-widget.vue +304 -0
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +379 -0
- package/src/components/xform/form-designer/form-widget/field-widget/html-text-widget.vue +82 -0
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/index.js +10 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-batch-widget.vue +113 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-widget.vue +114 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +418 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +369 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +194 -0
- package/src/components/xform/form-designer/form-widget/field-widget/news-list-widget.vue +87 -0
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +105 -0
- package/src/components/xform/form-designer/form-widget/field-widget/picture-upload-widget.vue +281 -0
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +91 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +153 -0
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +107 -0
- package/src/components/xform/form-designer/form-widget/field-widget/rate-widget.vue +102 -0
- package/src/components/xform/form-designer/form-widget/field-widget/rich-editor-widget.vue +123 -0
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +81 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +124 -0
- package/src/components/xform/form-designer/form-widget/field-widget/slider-widget.vue +100 -0
- package/src/components/xform/form-designer/form-widget/field-widget/slot-widget.vue +102 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +212 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +125 -0
- package/src/components/xform/form-designer/form-widget/field-widget/switch-widget.vue +101 -0
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +95 -0
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +92 -0
- package/src/components/xform/form-designer/form-widget/field-widget/textarea-widget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +104 -0
- package/src/components/xform/form-designer/form-widget/field-widget/time-widget.vue +103 -0
- package/src/components/xform/form-designer/form-widget/field-widget/title-head-widget.vue +82 -0
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +221 -0
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +173 -0
- package/src/components/xform/form-designer/form-widget/index.vue +145 -0
- package/src/components/xform/form-designer/form-widget/indexMixin.js +5 -0
- package/src/components/xform/form-designer/index.vue +181 -0
- package/src/components/xform/form-designer/indexMixin.js +24 -0
- package/src/components/xform/form-designer/refMixinDesign.js +28 -0
- package/src/components/xform/form-designer/setting-panel/dataSource-setting.vue +397 -0
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +592 -0
- package/src/components/xform/form-designer/setting-panel/index.vue +305 -0
- package/src/components/xform/form-designer/setting-panel/indexMixin.js +12 -0
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +302 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/alignType-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/allowCreate-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/appendButton-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/appendButtonDisabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/automaticDropdown-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/border-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/buttonIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/buttonStyle-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/censusItems-editor.vue +110 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/clearable-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/columnWidth-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/condition-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1042 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCellDblclick-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxAll-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1047 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-h5/detail-h5-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/colHeight-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue +81 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-height-editor.vue +35 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-responsive-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-span-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-h5-card/h5-card-editor.vue +124 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +858 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/height-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/width-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/showBlankRow-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/showRowNumber-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/sub-form-labelAlign-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue +119 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tabClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table/table-fullWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellHeight-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table2/table2-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/checkStrictly-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/show-checkbox-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/show-filter-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-customClass-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-defaultExpandAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-draggable-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-expandOnClickNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-expandRetractAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-lazy-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-nodeEdit-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-selectClearAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/treeData-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree-pane/tree-pane-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonHidden-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonLabel-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/center-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/closeOnClickModal-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/closeOnPressEscape-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/disabledMode-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/fullscreen-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/okButtonHidden-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/okButtonLabel-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/readMode-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/showClose-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/showModal-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/title-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-direction-editor.vue +11 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-size-editor.vue +11 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/containerClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/customClass-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/descriptionsItems-editor.vue +221 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/disabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/displayStyle-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/dsEnabled-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/dsName-editor.vue +67 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/echartHeight-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/editable-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/endPlaceholder-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/entityTableCode-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAppendButtonClick-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onBeforeUpload-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onBlur-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCancelButtonClick-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onChange-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCheckChange-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCreated-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCreatedEnter-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onDialogBeforeClose-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onDialogOpened-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onFileRemove.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onFocus-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onInput-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onLoadNode-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onMounted-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeCheck-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeClick-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeContextmenu-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onOkButtonClick-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onRemoteQuery-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onResetTable-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchClear-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchConfirm-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchTable-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowAdd-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowChange-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowDelete-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowInsert-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onTreeLabelClick-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onUploadError-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onUploadSuccess-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onValidate-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-accessUrl/accessUrl-editor.vue +70 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/addTableData-event-editor.vue +85 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/button-type-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/circle-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +73 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/icon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/plain-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/round-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +161 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/cascader-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/cascader-multiple-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/checkStrictly-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-checkbox/checkbox-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-color/color-defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-common/keyName-editor.vue +67 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-common/keyNameEnabled-editor.vue +31 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-type-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/index.js +10 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-type-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-divider/contentPosition-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +253 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +297 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +188 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-file-upload/file-upload-fileTypes-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-html-text/htmlContent-editor.vue +29 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +76 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-number/controlsPosition-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-picture-upload/picture-upload-fileTypes-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +86 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-radio/radio-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/allowHalf-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/highThreshold-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/lowThreshold-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-max-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/showScore-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/showText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-save-button/saveHandleEnabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-script/script-editor.vue +286 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-select/select-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/range-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/showStops-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/vertical-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/fontSize-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +205 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/activeColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/activeText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/inactiveColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/inactiveText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/switch-defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/switchWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-format-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-format-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchField-editor.vue +104 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabsearchConfigDialog.vue +569 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/fileMaxSize-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/filterable-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formField-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +52 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +717 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formulaEnabled-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/hidden-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/iconClass-editor.vue +50 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/index.js +12 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/isFullscreen-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/label-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelAlign-editor.vue +42 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelHidden-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +37 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelWidth-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/listItems-editor.vue +53 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/max-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/maxLength-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/min-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/minLength-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleSelect-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/name-editor.vue +101 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/optionItems-editor.vue +37 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/placeholder-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/prefixIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/propertyMixin.js +53 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/readonly-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/remote-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/rows-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showFileList-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showPassword-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showWordLimit-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showbutton-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/size-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/space-editor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/startPlaceholder-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/step-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTableClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTitClass-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/submitFlag-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/suffixIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/type-editor.vue +33 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadTip-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadURL-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +199 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetWidth-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/withCredentials-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor-factory.js +173 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +319 -0
- package/src/components/xform/form-designer/toolbar-panel/index.vue +706 -0
- package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +24 -0
- package/src/components/xform/form-designer/widget-panel/index.vue +321 -0
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +18 -0
- package/src/components/xform/form-designer/widget-panel/templatesConfig.js +58 -0
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +2846 -0
- package/src/components/xform/form-render/container-item/container-item-wrapper.vue +37 -0
- package/src/components/xform/form-render/container-item/containerItemMixin.js +11 -0
- package/src/components/xform/form-render/container-item/data-table-item.vue +328 -0
- package/src/components/xform/form-render/container-item/data-table-mixin.js +18 -0
- package/src/components/xform/form-render/container-item/detail-h5-item.vue +172 -0
- package/src/components/xform/form-render/container-item/detail-item.vue +158 -0
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +139 -0
- package/src/components/xform/form-render/container-item/grid-col-item.vue +127 -0
- package/src/components/xform/form-render/container-item/grid-item.vue +59 -0
- package/src/components/xform/form-render/container-item/h5-card-item.vue +120 -0
- package/src/components/xform/form-render/container-item/h5-card-pane-item.vue +140 -0
- package/src/components/xform/form-render/container-item/h5-table-cell-item.vue +72 -0
- package/src/components/xform/form-render/container-item/h5-table-item.vue +73 -0
- package/src/components/xform/form-render/container-item/index.js +24 -0
- package/src/components/xform/form-render/container-item/list-h5-item.vue +922 -0
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +1348 -0
- package/src/components/xform/form-render/container-item/panel-item.vue +99 -0
- package/src/components/xform/form-render/container-item/query-item.vue +98 -0
- package/src/components/xform/form-render/container-item/sub-form-item.vue +417 -0
- package/src/components/xform/form-render/container-item/tab-item.vue +88 -0
- package/src/components/xform/form-render/container-item/table-cell-item.vue +69 -0
- package/src/components/xform/form-render/container-item/table-column-item.vue +84 -0
- package/src/components/xform/form-render/container-item/table-item.vue +73 -0
- package/src/components/xform/form-render/container-item/table2-cell-item.vue +107 -0
- package/src/components/xform/form-render/container-item/table2-item.vue +229 -0
- package/src/components/xform/form-render/container-item/tree-item.vue +385 -0
- package/src/components/xform/form-render/container-item/tree-pane-item.vue +116 -0
- package/src/components/xform/form-render/container-item/vf-box-item.vue +103 -0
- package/src/components/xform/form-render/container-item/vf-dialog-item.vue +9 -0
- package/src/components/xform/form-render/dynamicDialogRender.js +7 -0
- package/src/components/xform/form-render/index.vue +89 -0
- package/src/components/xform/form-render/indexMixin.js +36 -0
- package/src/components/xform/form-render/refMixin.js +3 -0
- package/src/components/xform/lang/en-US.js +438 -0
- package/src/components/xform/lang/en-US_extension.js +26 -0
- package/src/components/xform/lang/en-US_render.js +38 -0
- package/src/components/xform/lang/zh-CN.js +593 -0
- package/src/components/xform/lang/zh-CN_extension.js +26 -0
- package/src/components/xform/lang/zh-CN_render.js +38 -0
- package/src/components/xform/mixins/defaultHandle.js +5 -0
- package/src/components/xform/mixins/scriptHttp.js +6 -0
- package/src/components/xform/utils/beautifierLoader.js +77 -0
- package/src/components/xform/utils/code-generator.js +91 -0
- package/src/components/xform/utils/config.js +11 -0
- package/src/components/xform/utils/debug-console.js +7 -0
- package/src/components/xform/utils/directive.js +74 -0
- package/src/components/xform/utils/emitter.js +44 -0
- package/src/components/xform/utils/format.js +214 -0
- package/src/components/xform/utils/formula.js +105 -0
- package/src/components/xform/utils/i18n.js +95 -0
- package/src/components/xform/utils/sfc-generator.js +583 -0
- package/src/components/xform/utils/smart-vue-i18n/index.js +69 -0
- package/src/components/xform/utils/smart-vue-i18n/utils.js +47 -0
- package/src/components/xform/utils/util.js +1 -0
- package/src/components/xform/utils/validators.js +5 -0
- package/src/components/xform/utils/vue2js-generator.js +144 -0
- package/src/components/xform/utils/vue3js-generator.js +70 -0
- package/src/components/xhsPrint/index.js +5 -0
- package/src/components/xhsPrint/index.vue +54 -0
- package/src/components/xhsPrint/mixins.js +3 -0
- package/src/directive/LimitNumber/index.js +1 -0
- package/src/directive/el-dialog-center/index.js +1 -0
- package/src/directive/el-drag-dialog/drag.js +1 -0
- package/src/directive/el-drag-dialog/index.js +14 -0
- package/src/directive/el-readonly/index.js +4 -0
- package/src/directive/permission/hasPermi.js +1 -0
- package/src/directive/permission/index.js +14 -0
- package/src/index.js +186 -0
- package/src/lang/index.js +51 -0
- package/src/mixins/mobile/common/index.js +19 -0
- package/src/mixins/mobile/edit/index.js +10 -0
- package/src/mixins/mobile/list/index.js +117 -0
- package/src/mixins/mobile/selectDialog/index.js +169 -0
- package/src/mixins/mobile/wf/index.js +173 -0
- package/src/mixins/selectDialog/index.js +8 -0
- package/src/mixins/tableTree/index.js +4 -0
- package/src/mixins/wf/index.js +6 -0
- package/src/permission.js +18 -0
- package/src/resources/js/base/common.js +110 -0
- package/src/store/getters.js +20 -0
- package/src/store/index.js +25 -0
- package/src/store/modules/permission.js +37 -0
- package/src/store/modules/settings.js +1 -0
- package/src/store/modules/tagsView.js +14 -0
- package/src/store/modules/user.js +28 -0
- package/src/utils/auth.js +1 -0
- package/src/utils/global.js +12 -0
- package/src/utils/index.js +7 -0
- package/src/utils/keepAlive.js +1 -0
- package/src/utils/request.js +29 -0
- package/src/utils/vab.js +27 -0
- package/src/utils/validate.js +1 -0
- package/src/utils/wf.js +21 -0
- package/src/views/bd/setting/bd_attach_setting/dialog.vue +161 -0
- package/src/views/bd/setting/bd_attach_setting/edit.vue +210 -0
- package/src/views/bd/setting/bd_attach_setting/list.vue +288 -0
- package/src/views/bd/setting/form_script/dialog.vue +253 -0
- package/src/views/bd/setting/form_script/edit.vue +201 -0
- package/src/views/bd/setting/form_script/edit1.vue +285 -0
- package/src/views/bd/setting/form_script/form_list.vue +342 -0
- package/src/views/bd/setting/form_script/list.vue +220 -0
- package/src/views/bd/setting/form_script/list1.vue +421 -0
- package/src/views/bd/setting/form_script/list2.vue +13 -0
- package/src/views/bd/setting/form_template/dialog.vue +205 -0
- package/src/views/bd/setting/form_template/edit.vue +292 -0
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +131 -0
- package/src/views/bd/setting/form_template/ftHistoryDialog.vue +175 -0
- package/src/views/bd/setting/form_template/itemEdit.vue +270 -0
- package/src/views/bd/setting/form_template/itemList.vue +300 -0
- package/src/views/bd/setting/form_template/list.vue +766 -0
- package/src/views/bd/setting/menu_kind/dialog.vue +216 -0
- package/src/views/bd/setting/menu_kind/list.vue +236 -0
- package/src/views/bd/setting/table_model/dialog.vue +161 -0
- package/src/views/bd/setting/table_model/edit.vue +1109 -0
- package/src/views/bd/setting/table_model/list.vue +467 -0
- package/src/views/bd/setting/table_model/zdDialog.vue +201 -0
- package/src/views/support/export_template/edit.vue +285 -0
- package/src/views/support/export_template/list.vue +272 -0
- package/src/views/user/access_log/edit.vue +121 -0
- package/src/views/user/access_log/list.vue +345 -0
- package/src/views/user/access_log/statistics_list.vue +284 -0
- package/src/views/user/api_request/edit.vue +233 -0
- package/src/views/user/api_request/list.vue +199 -0
- package/src/views/user/area/dialog.vue +448 -0
- package/src/views/user/area_attribute/configDialog.vue +319 -0
- package/src/views/user/area_attribute/edit.vue +245 -0
- package/src/views/user/area_attribute/list.vue +100 -0
- package/src/views/user/attachment/uploadDialog.vue +73 -0
- package/src/views/user/bill_setting/button/previewButton.vue +94 -0
- package/src/views/user/bill_setting/compareView.vue +27 -0
- package/src/views/user/bill_setting/edit.vue +237 -0
- package/src/views/user/bill_setting/h5_ModifyDialog.vue +75 -0
- package/src/views/user/bill_setting/h5_detailDialog.vue +74 -0
- package/src/views/user/bill_setting/h5_view.vue +56 -0
- package/src/views/user/bill_setting/itemViewDialog.vue +278 -0
- package/src/views/user/bill_setting/list.vue +342 -0
- package/src/views/user/bill_setting/mixins/wf.js +432 -0
- package/src/views/user/bill_setting/previewDialog.vue +61 -0
- package/src/views/user/bill_setting/queryDialog.vue +175 -0
- package/src/views/user/bill_setting/render.vue +2028 -0
- package/src/views/user/bill_setting/template.json +75 -0
- package/src/views/user/bill_setting/template2.json +254 -0
- package/src/views/user/bill_setting/userDialog.vue +149 -0
- package/src/views/user/code_rules/edit.vue +217 -0
- package/src/views/user/code_rules/list.vue +196 -0
- package/src/views/user/commMenu/index.vue +292 -0
- package/src/views/user/common_attribute/edit.vue +136 -0
- package/src/views/user/common_attribute/itemEdit.vue +237 -0
- package/src/views/user/common_attribute/list.vue +374 -0
- package/src/views/user/common_script/edit.vue +224 -0
- package/src/views/user/common_script/list.vue +342 -0
- package/src/views/user/company_info/dialog.vue +147 -0
- package/src/views/user/company_info/edit.vue +145 -0
- package/src/views/user/company_info/view.vue +24 -0
- package/src/views/user/country/dialog.vue +170 -0
- package/src/views/user/country/edit.vue +159 -0
- package/src/views/user/country/list.vue +187 -0
- package/src/views/user/data_type_setting/dialog.vue +160 -0
- package/src/views/user/data_type_setting/editDialog.vue +120 -0
- package/src/views/user/ea/eagroup/eaobj_list.vue +323 -0
- package/src/views/user/ea/eagroup/edit.vue +485 -0
- package/src/views/user/ea/eaobj/edit.vue +155 -0
- package/src/views/user/ea/eaobj/list.vue +143 -0
- package/src/views/user/error-page/401.vue +99 -0
- package/src/views/user/error-page/404.vue +228 -0
- package/src/views/user/extend_datasource/dialog.vue +245 -0
- package/src/views/user/extend_datasource/edit.vue +238 -0
- package/src/views/user/extend_datasource/list.vue +221 -0
- package/src/views/user/fieldTranslation/editDialog.vue +253 -0
- package/src/views/user/fieldTranslation/list.vue +464 -0
- package/src/views/user/field_values_invisible/edit.vue +184 -0
- package/src/views/user/field_values_invisible/list.vue +195 -0
- package/src/views/user/file_type/edit.vue +168 -0
- package/src/views/user/file_type/list.vue +255 -0
- package/src/views/user/file_type/userEdit.vue +188 -0
- package/src/views/user/file_view_area/edit.vue +145 -0
- package/src/views/user/file_view_area/itemEdit.vue +191 -0
- package/src/views/user/file_view_area/list.vue +330 -0
- package/src/views/user/file_view_ins/list.vue +929 -0
- package/src/views/user/file_view_ins/propertiesDialog.vue +218 -0
- package/src/views/user/form/form_ins_list/edit.vue +422 -0
- package/src/views/user/form/form_template/dialog.vue +205 -0
- package/src/views/user/form/form_template/edit.vue +211 -0
- package/src/views/user/form/form_template/itemEdit.vue +236 -0
- package/src/views/user/form/form_template/itemList.vue +221 -0
- package/src/views/user/form/form_template/list.vue +513 -0
- package/src/views/user/form/form_template_field/dialog.vue +161 -0
- package/src/views/user/form/form_type/dialog.vue +149 -0
- package/src/views/user/form/form_type/edit.vue +136 -0
- package/src/views/user/form/form_type/editDialog.vue +117 -0
- package/src/views/user/form/form_type/list.vue +132 -0
- package/src/views/user/form/report_requestaccess/dialog.vue +196 -0
- package/src/views/user/form/report_requestaccess/edit.vue +476 -0
- package/src/views/user/form/report_requestaccess/list.vue +187 -0
- package/src/views/user/form/vform/designer.vue +746 -0
- package/src/views/user/form/vform/formFieldMapping.js +172 -0
- package/src/views/user/form/vform/out_render.vue +53 -0
- package/src/views/user/form/vform/render.vue +140 -0
- package/src/views/user/form/view/edit.vue +37 -0
- package/src/views/user/form/view/list.vue +128 -0
- package/src/views/user/home/default.vue +969 -0
- package/src/views/user/home/distributor.vue +593 -0
- package/src/views/user/home/index.vue +75 -0
- package/src/views/user/language_setting/edit.vue +166 -0
- package/src/views/user/language_setting/list.vue +206 -0
- package/src/views/user/ledger_library/list.vue +30 -0
- package/src/views/user/ledger_library/private_list.vue +31 -0
- package/src/views/user/login/auth-redirect.vue +15 -0
- package/src/views/user/login/index.vue +129 -0
- package/src/views/user/login/indexMixin.js +398 -0
- package/src/views/user/menu/list.vue +568 -0
- package/src/views/user/mobile_menu/list.vue +318 -0
- package/src/views/user/notify_message/dialog.vue +92 -0
- package/src/views/user/notify_message/infoDialog.vue +77 -0
- package/src/views/user/notify_message/list.vue +461 -0
- package/src/views/user/notify_template/edit.vue +185 -0
- package/src/views/user/notify_template/list.vue +186 -0
- package/src/views/user/oplog/edit.vue +112 -0
- package/src/views/user/oplog/list.vue +153 -0
- package/src/views/user/outLink/form_view.vue +169 -0
- package/src/views/user/outLink/index.vue +47 -0
- package/src/views/user/outLink/view.vue +134 -0
- package/src/views/user/position/dialog.vue +153 -0
- package/src/views/user/position/edit.vue +152 -0
- package/src/views/user/position/list.vue +178 -0
- package/src/views/user/project_tag/dialog.vue +181 -0
- package/src/views/user/project_tag/edit.vue +135 -0
- package/src/views/user/project_tag/list.vue +167 -0
- package/src/views/user/push_setting/edit.vue +273 -0
- package/src/views/user/push_setting/list.vue +227 -0
- package/src/views/user/redirect/index.vue +12 -0
- package/src/views/user/role/dialog.vue +163 -0
- package/src/views/user/role/edit.vue +426 -0
- package/src/views/user/role/list.vue +169 -0
- package/src/views/user/sale_org/dialog.vue +204 -0
- package/src/views/user/sale_org/list.vue +601 -0
- package/src/views/user/sale_org/moveDialog.vue +289 -0
- package/src/views/user/sale_org_net/list.vue +574 -0
- package/src/views/user/system_notice/edit.vue +184 -0
- package/src/views/user/system_notice/infoDialog.vue +152 -0
- package/src/views/user/system_notice/list.vue +190 -0
- package/src/views/user/system_parameter/edit.vue +146 -0
- package/src/views/user/system_parameter/list.vue +128 -0
- package/src/views/user/user/dialog.vue +202 -0
- package/src/views/user/user/edit.vue +1019 -0
- package/src/views/user/user/info.vue +264 -0
- package/src/views/user/user/infoContent.vue +37 -0
- package/src/views/user/user/infoEdit.vue +220 -0
- package/src/views/user/user/infoIframeDialog.vue +45 -0
- package/src/views/user/user/inner_list.vue +16 -0
- package/src/views/user/user/list.vue +558 -0
- package/src/views/user/user/list2.vue +14 -0
- package/src/views/user/user/modifyPasswordDialog.vue +193 -0
- package/src/views/user/user/out_list.vue +16 -0
- package/src/views/user/wf/formCustDialog/list.vue +32 -0
- package/src/views/user/wf/iframe/dialog.vue +52 -0
- package/src/views/user/wf/iframe/index.vue +46 -0
- package/src/views/user/wf/iframe/index2.vue +59 -0
- package/src/views/user/wf/wf_auto_submit_data/edit.vue +119 -0
- package/src/views/user/wf/wf_auto_submit_data/edith.vue +128 -0
- package/src/views/user/wf/wf_auto_submit_data/list.vue +653 -0
- package/src/views/user/wf/wf_diy_attribute/edit.vue +202 -0
- package/src/views/user/wf/wf_manage/list.vue +667 -0
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +106 -0
- package/src/views/user/wf/wf_obj_config/activiti_wf.vue +132 -0
- package/src/views/user/wf/wf_obj_config/dialog.vue +178 -0
- package/src/views/user/wf/wf_obj_config/edit.vue +204 -0
- package/src/views/user/wf/wf_obj_config/edit_form.vue +217 -0
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +292 -0
- package/src/views/user/wf/wf_obj_config/itemEdit_form.vue +147 -0
- package/src/views/user/wf/wf_obj_config/list.vue +597 -0
- package/src/views/user/wf/wf_obj_config/list_form.vue +371 -0
- package/src/views/user/wf/wf_param/edit.vue +169 -0
- package/src/views/user/wf/wf_work_calendar/components/calendar.vue +355 -0
- package/src/views/user/wf/wf_work_calendar/components/calendar2.vue +386 -0
- package/src/views/user/wf/wf_work_calendar/configDialog.vue +367 -0
- package/src/views/user/wf/wf_work_calendar/date.js +699 -0
- package/src/views/user/wf/wf_work_calendar/list.vue +229 -0
@@ -0,0 +1,568 @@
|
|
1
|
+
<template>
|
2
|
+
<div id="containt">
|
3
|
+
<el-tabs v-model="activeName" class="tab-box">
|
4
|
+
<el-tab-pane label="列表" name="second">
|
5
|
+
<div class="grid-height">
|
6
|
+
<vxe-grid ref="table-m1" v-bind="vxeOption" @resizable-change="$vxeTableUtil.onColumnWitchChange"
|
7
|
+
@custom="$vxeTableUtil.customHandle">
|
8
|
+
<template #form>
|
9
|
+
<div class="clearfix screen-btns">
|
10
|
+
<div class="fl">
|
11
|
+
<vxe-button status="primary" class="button-sty" icon="el-icon-plus" @click="addMenu(0)">新增一级菜单
|
12
|
+
</vxe-button>
|
13
|
+
<vxe-button status="primary" class="button-sty" icon="el-icon-plus" @click="addMenu(2)">
|
14
|
+
新增自定义首页
|
15
|
+
</vxe-button>
|
16
|
+
</div>
|
17
|
+
<div class="fr">
|
18
|
+
<vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
|
19
|
+
plain>重置
|
20
|
+
</vxe-button>
|
21
|
+
<vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">搜索
|
22
|
+
</vxe-button>
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
<vxe-form ref="form" class="screen-box" title-width="92px" title-align="right" :data="formData"
|
26
|
+
@submit="searchEvent">
|
27
|
+
<vxe-form-item title="菜单名称:" field="menuName">
|
28
|
+
<template v-slot>
|
29
|
+
<el-input v-model="formData.menuName" size="small" clearable/>
|
30
|
+
</template>
|
31
|
+
</vxe-form-item>
|
32
|
+
<vxe-form-item title="菜单编码:" field="menuCode">
|
33
|
+
<template v-slot>
|
34
|
+
<el-input v-model="formData.menuCode" size="small" clearable/>
|
35
|
+
</template>
|
36
|
+
</vxe-form-item>
|
37
|
+
<vxe-form-item title="是否启用:" field="enabled">
|
38
|
+
<template v-slot>
|
39
|
+
<el-select v-model="formData.enabled" clearable>
|
40
|
+
<el-option value="true" label="启用"></el-option>
|
41
|
+
<el-option value="false" label="禁用"></el-option>
|
42
|
+
</el-select>
|
43
|
+
</template>
|
44
|
+
</vxe-form-item>
|
45
|
+
</vxe-form>
|
46
|
+
</template>
|
47
|
+
<template #typeEdit="obj">
|
48
|
+
<template v-if="obj.row.type == 2">
|
49
|
+
首页
|
50
|
+
</template>
|
51
|
+
<el-select v-else v-model="obj.row.type">
|
52
|
+
<el-option :value="0" label="菜单"/>
|
53
|
+
<el-option :value="1" label="按钮"/>
|
54
|
+
<el-option :value="3" label="外部菜单"/>
|
55
|
+
<el-option :value="4" label="第三方地址"/>
|
56
|
+
<el-option :value="5" label="动态表单"/>
|
57
|
+
|
58
|
+
</el-select>
|
59
|
+
</template>
|
60
|
+
<template #menuImgEdit="{row,rowIndex}">
|
61
|
+
<el-popover
|
62
|
+
placement="bottom"
|
63
|
+
width="680"
|
64
|
+
trigger="click"
|
65
|
+
:ref="'menuImg'+rowIndex"
|
66
|
+
>
|
67
|
+
<div class="icons-box">
|
68
|
+
<div class="item iconfont" v-for="(item,index) in iconList" :key="index"
|
69
|
+
:class="[item,row.menuImg == item ? 'on':'']" @click="checkMenuImg(row,item,rowIndex)"></div>
|
70
|
+
</div>
|
71
|
+
<label class="icons-box_select" :class="{noNone:(!!row.menuImg)}" slot="reference">
|
72
|
+
<i :class="row.menuImg" class="iconfont"></i>
|
73
|
+
<i class="el-icon-arrow-down"></i>
|
74
|
+
<i class="el-icon-circle-close icon-box_del" @click.stop="clearMenuImg(row)"></i>
|
75
|
+
</label>
|
76
|
+
</el-popover>
|
77
|
+
|
78
|
+
</template>
|
79
|
+
<template #operate="obj">
|
80
|
+
<div class="cell-operate">
|
81
|
+
<template v-if="$refs['table-m1'].isActiveByRow(obj.row)">
|
82
|
+
<a @click="saveRowEvent(obj)" class="a-link" data-tit="保存">
|
83
|
+
<el-tooltip :enterable="false" effect="dark" content="保存" placement="top"
|
84
|
+
popper-class="tooltip-skin"><i class="el-icon-circle-check"></i></el-tooltip>
|
85
|
+
</a>
|
86
|
+
<a @click="cancleRowEvent(obj)" class="a-link" data-tit="取消行编辑" v-if="hasSaveRow(obj.row)">
|
87
|
+
<el-tooltip :enterable="false" effect="dark" content="取消行编辑" placement="top"
|
88
|
+
popper-class="tooltip-skin"><i class="el-icon-circle-close"></i></el-tooltip>
|
89
|
+
</a>
|
90
|
+
<a @click="removeRowEvent(obj)" class="a-link" data-tit="删除" v-if="!hasSaveRow(obj.row)">
|
91
|
+
<el-tooltip :enterable="false" effect="dark" content="删除" placement="top"
|
92
|
+
popper-class="tooltip-skin"><i class="el-icon-delete"></i></el-tooltip>
|
93
|
+
</a>
|
94
|
+
</template>
|
95
|
+
<template v-else>
|
96
|
+
<a class="a-link" data-tit="新增" @click="addMenu(0, obj)" v-if="obj.row && obj.row.type != 2">
|
97
|
+
<el-tooltip :enterable="false" effect="dark" content="新增" placement="top"
|
98
|
+
popper-class="tooltip-skin"><i class="el-icon-circle-plus-outline"></i></el-tooltip>
|
99
|
+
</a>
|
100
|
+
<a @click="editRowEvent(obj)" class="a-link" data-tit="行编辑" v-if="obj.row && !obj.row.is_top">
|
101
|
+
<el-tooltip :enterable="false" effect="dark" content="行编辑" placement="top"
|
102
|
+
popper-class="tooltip-skin"><i class="el-icon-edit-outline"></i></el-tooltip>
|
103
|
+
</a>
|
104
|
+
</template>
|
105
|
+
</div>
|
106
|
+
</template>
|
107
|
+
</vxe-grid>
|
108
|
+
</div>
|
109
|
+
</el-tab-pane>
|
110
|
+
</el-tabs>
|
111
|
+
</div>
|
112
|
+
</template>
|
113
|
+
|
114
|
+
<script>
|
115
|
+
import {tableTreeMixins} from '@base/mixins/tableTree/index.js';
|
116
|
+
|
117
|
+
export default {
|
118
|
+
name: 'menu:in_list',
|
119
|
+
components: {},
|
120
|
+
mixins: [tableTreeMixins],
|
121
|
+
mounted() {
|
122
|
+
this.initTableList();
|
123
|
+
},
|
124
|
+
data() {
|
125
|
+
let that = this;
|
126
|
+
return {
|
127
|
+
activeName: 'second',
|
128
|
+
dataId: '',
|
129
|
+
formData: {},
|
130
|
+
vxeOption: {},
|
131
|
+
menuType: 0,
|
132
|
+
iconList: [
|
133
|
+
"icon-shangji-shangjiguanli",
|
134
|
+
"icon-daifahuodingdan",
|
135
|
+
"icon-jichuziliao",
|
136
|
+
"icon-zuzhi",
|
137
|
+
"icon-shujujianmo",
|
138
|
+
"icon-wenjianguanli",
|
139
|
+
"icon-guanli1",
|
140
|
+
"icon-dianshang",
|
141
|
+
"icon-ziyuan",
|
142
|
+
"icon-feiyongguanli",
|
143
|
+
"icon-yunpingtai",
|
144
|
+
"icon-yingxiao",
|
145
|
+
"icon-biaodanguanli",
|
146
|
+
"icon-baobiao",
|
147
|
+
"icon-yusuanguanli",
|
148
|
+
"icon-baoxiao",
|
149
|
+
"icon-yanfa",
|
150
|
+
"icon-hetong",
|
151
|
+
"icon-danjuliuchengshezhi",
|
152
|
+
"icon-shenqingguanli",
|
153
|
+
"icon-xitongshezhi",
|
154
|
+
"icon-icon-servicenetwork",
|
155
|
+
"icon-a-zu96",
|
156
|
+
"icon-chanpin2",
|
157
|
+
"icon-shangpin2",
|
158
|
+
"icon-tuihuanhuo1",
|
159
|
+
"icon-wenquantiaocha",
|
160
|
+
"icon-cangchu",
|
161
|
+
"icon-caigou",
|
162
|
+
"icon-churuku",
|
163
|
+
"icon-fl-gouwuche",
|
164
|
+
"icon-shangpinfenlei",
|
165
|
+
"icon-shangpinshangxiajia",
|
166
|
+
"icon-taocanxinxi_changgui",
|
167
|
+
"icon-kehuchaxun",
|
168
|
+
"icon-shangpin-canshumoban",
|
169
|
+
"icon-shangpinguanli-shangpinweihu",
|
170
|
+
"icon-kehubiangeng",
|
171
|
+
"icon-shanghuguanxiweihu",
|
172
|
+
"icon-kehuxinzeng",
|
173
|
+
"icon-dunpaibaowei",
|
174
|
+
"icon-a-061_bijiben",
|
175
|
+
"icon-a-061_gengduo",
|
176
|
+
"icon-a-061_gouwu-12",
|
177
|
+
"icon-a-061_jianzhu-17",
|
178
|
+
"icon-a-061_shuben",
|
179
|
+
"icon-a-061_jinbi",
|
180
|
+
"icon-a-061_guangbo",
|
181
|
+
"icon-a-061_shuqian",
|
182
|
+
"icon-a-061_shangpin",
|
183
|
+
"icon-a-061_kuaidi",
|
184
|
+
"icon-a-061_wenjian",
|
185
|
+
"icon-a-061_xiaoxi",
|
186
|
+
"icon-a-rongqi262",
|
187
|
+
"icon-a-rongqi256",
|
188
|
+
"icon-a-rongqi265",
|
189
|
+
"icon-a-rongqi285",
|
190
|
+
"icon-huomiao-mianxing",
|
191
|
+
"icon-dingwei-mianxing",
|
192
|
+
"icon-xiuxian-mianxing",
|
193
|
+
"icon-shuju-wenjianliebiao",
|
194
|
+
"icon-chexing-pinpailiebiao",
|
195
|
+
"icon-yonghu-gongzuodanwei",
|
196
|
+
"icon-shujujieguo",
|
197
|
+
"icon-gongyingshangguanli",
|
198
|
+
"icon-xitong-quanxianguanli",
|
199
|
+
"icon-shujuguanli",
|
200
|
+
"icon-yonghushenhe",
|
201
|
+
"icon-gongyingshangliebiao",
|
202
|
+
"icon-xiaoliangliebiao",
|
203
|
+
"icon-chexing-ruanjianbanben",
|
204
|
+
"icon-xitong-meijuguanli",
|
205
|
+
"icon-huiyuan-qiyeguanli",
|
206
|
+
"icon-chexing-ruanjianbanben1",
|
207
|
+
"icon-shuju-ceshiguihua",
|
208
|
+
"icon-yonghuliebiao",
|
209
|
+
"icon-yonghuguanli",
|
210
|
+
"icon-xitong-jiaoseguanli",
|
211
|
+
"icon-chexingliebiao",
|
212
|
+
"icon-chexingguanli",
|
213
|
+
"icon-shujujiegou",
|
214
|
+
"icon-huiyuanyonghu",
|
215
|
+
"icon-huiyuan-quanxianguanli",
|
216
|
+
"icon-shexiangtouqiehuan",
|
217
|
+
"icon-luyin",
|
218
|
+
"icon-yingpianjiesuo",
|
219
|
+
"icon-yingpianjiasuo",
|
220
|
+
"icon-qianlu",
|
221
|
+
"icon-luxiangjiasuo",
|
222
|
+
"icon-a-yonghuliebiao3x",
|
223
|
+
"icon-a-yijianfankui3x",
|
224
|
+
"icon-a-chanpinshangjiaguanli3x",
|
225
|
+
"icon-a-kefufankui3x",
|
226
|
+
"icon-a-zhanghaoguanli3x",
|
227
|
+
"icon-a-kefu3x",
|
228
|
+
"icon-a-kesu3x",
|
229
|
+
"icon-a-ribaobiaoshuju3x",
|
230
|
+
"icon-a-tuikuan3x",
|
231
|
+
"icon-gudingmianzhi",
|
232
|
+
"icon-manjianquan",
|
233
|
+
"icon-xiangouhuodong",
|
234
|
+
"icon-youhuiquan",
|
235
|
+
"icon-Xyuanhuodong",
|
236
|
+
"icon-shangpindongcha",
|
237
|
+
"icon-zhijianghuodong",
|
238
|
+
"icon-shizhongshezhi",
|
239
|
+
"icon-kasuceshi",
|
240
|
+
"icon-SDkarongliang",
|
241
|
+
"icon-sudubuchang",
|
242
|
+
"icon-sududanwei",
|
243
|
+
"icon-GPSxinxi",
|
244
|
+
"icon-GPSxianshi",
|
245
|
+
"icon-GPSshuiyin",
|
246
|
+
"icon-a-shouhui3x",
|
247
|
+
"icon-a-yunyingpeizhi3x",
|
248
|
+
"icon-biaotitubiao",
|
249
|
+
"icon-tubiao1",
|
250
|
+
"icon-tubiao18",
|
251
|
+
"icon-tubiao28",
|
252
|
+
"icon-tiyugonggongsheshi",
|
253
|
+
"icon-tubiaoliebiao",
|
254
|
+
"icon-VRtubiao",
|
255
|
+
"icon-tubiaoAzitubiao",
|
256
|
+
"icon-tubiao2",
|
257
|
+
"icon-tubiao-",
|
258
|
+
"icon-tubiao-1",
|
259
|
+
"icon-tubiao-2",
|
260
|
+
"icon-tubiao-3",
|
261
|
+
"icon-tubiao3",
|
262
|
+
"icon-a-tubiao-daqijiayou",
|
263
|
+
"icon-charge-fill",
|
264
|
+
"icon-book-fill",
|
265
|
+
"icon-device-set-fill",
|
266
|
+
"icon-dynamic-password-fill",
|
267
|
+
"icon-map-fill",
|
268
|
+
"icon-security-fill",
|
269
|
+
"icon-tool-fill",
|
270
|
+
"icon-readcard-fill",
|
271
|
+
"icon-chaye",
|
272
|
+
"icon-baoxian",
|
273
|
+
"icon-dadou",
|
274
|
+
"icon-nongye",
|
275
|
+
"icon-nongyeqixiang",
|
276
|
+
"icon-pingguo",
|
277
|
+
"icon-nongyebaoxian",
|
278
|
+
"icon-yaogan",
|
279
|
+
"icon-zhiwu",
|
280
|
+
"icon-weixing",
|
281
|
+
"icon-qixiang",
|
282
|
+
"icon-zuowu",
|
283
|
+
"icon-qiyeguanli-2",
|
284
|
+
"icon-qiyeshenhe-2",
|
285
|
+
"icon-xiaoxi",
|
286
|
+
"icon-xunhuan",
|
287
|
+
"icon-zoushi",
|
288
|
+
"icon-bushu",
|
289
|
+
"icon-duanlian",
|
290
|
+
"icon-gaojing",
|
291
|
+
"icon-renyuan",
|
292
|
+
"icon-tubiao4",
|
293
|
+
"icon-wangguan",
|
294
|
+
"icon-wangluo",
|
295
|
+
"icon-fenzhi",
|
296
|
+
"icon-gongchang",
|
297
|
+
"icon-zhihuizhongxin",
|
298
|
+
"icon-mti-an-gongmaoqiye",
|
299
|
+
"icon-mti-an-zhongdaweixianyuan",
|
300
|
+
"icon-mti-cheng-huanjing",
|
301
|
+
"icon-mti-cheng-lvhua",
|
302
|
+
"icon-mti-di-dimianchenjiang",
|
303
|
+
"icon-mti-cheng-fengli",
|
304
|
+
"icon-mti-di-qiangzhentai",
|
305
|
+
"icon-mti-dong-yinhuan",
|
306
|
+
"icon-mti-dong-jiaotongshigu",
|
307
|
+
"icon-mti-dong-jianzhugongdi",
|
308
|
+
"icon-mti-fang-jiangyuliang",
|
309
|
+
"icon-mti-dong-weihuapin",
|
310
|
+
"icon-mti-gu-shengtaihuanjing",
|
311
|
+
"icon-mti-ying-daochang",
|
312
|
+
"icon-mti-sen-shumuziyuanfenbu",
|
313
|
+
"icon-mti-gongdi",
|
314
|
+
"icon-mti-ying-moshiqiehuan",
|
315
|
+
"icon-mti-ying-tongxunbaozhang",
|
316
|
+
"icon-mti-ying-qidongyuan",
|
317
|
+
"icon-mti-ying-jishuidian",
|
318
|
+
"icon-mti-ying-zaihoufupan",
|
319
|
+
"icon-wodeshequ2",
|
320
|
+
"icon-service-line-1",
|
321
|
+
"icon-notice-manage-fill",
|
322
|
+
"icon-announcement-fill",
|
323
|
+
"icon-box-noise-fill",
|
324
|
+
]
|
325
|
+
};
|
326
|
+
},
|
327
|
+
methods: {
|
328
|
+
searchEvent() {
|
329
|
+
this.$refs['table-m1'].commitProxy('reload');
|
330
|
+
},
|
331
|
+
resetEvent() {
|
332
|
+
this.formData = {};
|
333
|
+
this.$refs['table-m1'].commitProxy('reload');
|
334
|
+
},
|
335
|
+
initTableList() {
|
336
|
+
let that = this;
|
337
|
+
let tableOption = {
|
338
|
+
vue: this,
|
339
|
+
tableRef: 'table-m1',
|
340
|
+
tableName: 'user_menu_list-m1',
|
341
|
+
path: USER_PREFIX + '/menu/list',
|
342
|
+
treeNodeUrl: USER_PREFIX + '/menu/listChildren',
|
343
|
+
editSaveUrl: USER_PREFIX + '/menu/save',
|
344
|
+
editDefaultRow: () => {
|
345
|
+
return {enabled: true, type: this.menuType};
|
346
|
+
},
|
347
|
+
param: () => {
|
348
|
+
return this.formData;
|
349
|
+
},
|
350
|
+
treeNodeParam: row => {
|
351
|
+
return {
|
352
|
+
parent: row.id,
|
353
|
+
enabled: this.formData.enabled
|
354
|
+
};
|
355
|
+
},
|
356
|
+
config: {
|
357
|
+
treeConfig: {
|
358
|
+
parentField: 'parent'
|
359
|
+
}
|
360
|
+
},
|
361
|
+
columns: [
|
362
|
+
{type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
|
363
|
+
{
|
364
|
+
title: '菜单名称',
|
365
|
+
field: 'menuName',
|
366
|
+
width: 250,
|
367
|
+
fixed: 'left',
|
368
|
+
treeNode: true,
|
369
|
+
editRender: {name: 'input'},
|
370
|
+
slots: {
|
371
|
+
default: ({row}) => {
|
372
|
+
return [
|
373
|
+
<a
|
374
|
+
class="levitate-tips"
|
375
|
+
onclick={event => {
|
376
|
+
event.stopPropagation();
|
377
|
+
this.$refs['table-m1'].toggleTreeExpand(row);
|
378
|
+
}}
|
379
|
+
>
|
380
|
+
{row.menuName}
|
381
|
+
</a>
|
382
|
+
];
|
383
|
+
}
|
384
|
+
}
|
385
|
+
},
|
386
|
+
{
|
387
|
+
field: 'menuCode',
|
388
|
+
title: '菜单编码',
|
389
|
+
width: 250,
|
390
|
+
editRender: {},
|
391
|
+
slots: {
|
392
|
+
edit: ({row}) => {
|
393
|
+
if (false && row.type != 2 && row.type != 3 && this.hasSaveRow(row)) {
|
394
|
+
return row.menuCode;
|
395
|
+
} else {
|
396
|
+
return [<el-input v-model={row.menuCode}/>];
|
397
|
+
}
|
398
|
+
}
|
399
|
+
}
|
400
|
+
},
|
401
|
+
{
|
402
|
+
field: 'url',
|
403
|
+
title: '菜单地址',
|
404
|
+
width: 200,
|
405
|
+
editRender: {},
|
406
|
+
slots: {
|
407
|
+
edit: ({row}) => {
|
408
|
+
return [<el-input v-model={row.url}/>];
|
409
|
+
}
|
410
|
+
}
|
411
|
+
},
|
412
|
+
{
|
413
|
+
field: 'enabled',
|
414
|
+
title: '是否启用',
|
415
|
+
width: 150,
|
416
|
+
editRender: {
|
417
|
+
name: '$select',
|
418
|
+
events: {
|
419
|
+
change: () => {
|
420
|
+
this.$forceUpdate();
|
421
|
+
}
|
422
|
+
},
|
423
|
+
options: [
|
424
|
+
{
|
425
|
+
label: '启用',
|
426
|
+
value: true
|
427
|
+
},
|
428
|
+
{
|
429
|
+
label: '禁用',
|
430
|
+
value: false
|
431
|
+
}
|
432
|
+
]
|
433
|
+
},
|
434
|
+
slots: {
|
435
|
+
default: ({row}) => {
|
436
|
+
if (row.enabled) {
|
437
|
+
return [<div class="txt-status">启用</div>];
|
438
|
+
} else {
|
439
|
+
return [<div class="txt-status s-3">禁用</div>];
|
440
|
+
}
|
441
|
+
}
|
442
|
+
}
|
443
|
+
},
|
444
|
+
// { field: 'treePathName', title: '上级菜单', width: 200 },
|
445
|
+
{field: 'orders', title: '序号', width: 100, editRender: {name: 'input'}},
|
446
|
+
{
|
447
|
+
field: 'type',
|
448
|
+
title: '类型',
|
449
|
+
width: 100,
|
450
|
+
editRender: {},
|
451
|
+
slots: {
|
452
|
+
default: ({row}) => {
|
453
|
+
var val = row.type;
|
454
|
+
var html = '';
|
455
|
+
if (val == 0) {
|
456
|
+
html = '菜单';
|
457
|
+
} else if (val == 1) {
|
458
|
+
html = '按钮';
|
459
|
+
} else if (val == 2) {
|
460
|
+
html = '首页';
|
461
|
+
} else if (val == 3) {
|
462
|
+
html = '外部菜单';
|
463
|
+
} else if (val == 4) {
|
464
|
+
html = '第三方地址';
|
465
|
+
} else if (val == 5) {
|
466
|
+
html = '动态表单';
|
467
|
+
}
|
468
|
+
return html;
|
469
|
+
},
|
470
|
+
edit: 'typeEdit',
|
471
|
+
/*edit: ({ row }) => {
|
472
|
+
return [
|
473
|
+
<el-select v-model={row.type}>
|
474
|
+
<el-option value={0} label="菜单" />
|
475
|
+
<el-option value={1} label="按钮" />
|
476
|
+
<el-option value={3} label="外部菜单" />
|
477
|
+
<el-option value={4} label="第三方地址" />
|
478
|
+
</el-select>
|
479
|
+
];
|
480
|
+
}*/
|
481
|
+
}
|
482
|
+
},
|
483
|
+
{
|
484
|
+
field: 'menuImg',
|
485
|
+
title: '图标',
|
486
|
+
width: 150,
|
487
|
+
editRender: {},
|
488
|
+
slots: {
|
489
|
+
default: ({row}) => {
|
490
|
+
return [
|
491
|
+
<i class={"iconfont " + row.menuImg}></i>
|
492
|
+
];
|
493
|
+
},
|
494
|
+
edit: "menuImgEdit"
|
495
|
+
}
|
496
|
+
},
|
497
|
+
{
|
498
|
+
field: 'menuEnName',
|
499
|
+
title: '英文菜单名称',
|
500
|
+
width: 250,
|
501
|
+
editRender: {name: 'input'}
|
502
|
+
},
|
503
|
+
{
|
504
|
+
field: 'route',
|
505
|
+
title: '路由',
|
506
|
+
width: 100,
|
507
|
+
editRender: {name: 'input'}
|
508
|
+
},
|
509
|
+
{title: '创建时间', field: 'createDate', width: 150},
|
510
|
+
// { title: '更新人', field: 'modifyBy', width: 100 },
|
511
|
+
{ title: '更新时间', field: 'modifyDate', width: 150 },
|
512
|
+
{
|
513
|
+
width: 100,
|
514
|
+
title: '',
|
515
|
+
fixed: 'right',
|
516
|
+
sortable: false,
|
517
|
+
slots: {default: 'operate'}
|
518
|
+
}
|
519
|
+
]
|
520
|
+
};
|
521
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
522
|
+
this.vxeOption = opts;
|
523
|
+
});
|
524
|
+
},
|
525
|
+
addMenu(type, parentParam) {
|
526
|
+
this.menuType = type;
|
527
|
+
if (type == 2) {
|
528
|
+
this.insertTopRow(this.$refs['table-m1']);
|
529
|
+
} else {
|
530
|
+
if (parentParam) {
|
531
|
+
this.insertChildEvent(parentParam);
|
532
|
+
} else {
|
533
|
+
this.insertTopRow(this.$refs['table-m1']);
|
534
|
+
}
|
535
|
+
}
|
536
|
+
},
|
537
|
+
checkMenuImg(row, menuImg, rowIndex) {
|
538
|
+
row.menuImg = menuImg;
|
539
|
+
this.$refs['menuImg' + rowIndex].showPopper = false;
|
540
|
+
},
|
541
|
+
clearMenuImg(row) {
|
542
|
+
row.menuImg = null;
|
543
|
+
}
|
544
|
+
}
|
545
|
+
};
|
546
|
+
</script>
|
547
|
+
<style scoped lang="scss">
|
548
|
+
.el-select-dropdown__item .iconfont {
|
549
|
+
vertical-align: middle;
|
550
|
+
margin-right: 3px;
|
551
|
+
}
|
552
|
+
|
553
|
+
.icons-box_select {
|
554
|
+
.el-icon-circle-close {
|
555
|
+
display: none;
|
556
|
+
}
|
557
|
+
}
|
558
|
+
|
559
|
+
.icons-box_select.noNone:hover {
|
560
|
+
.el-icon-arrow-down {
|
561
|
+
display: none;
|
562
|
+
}
|
563
|
+
|
564
|
+
.el-icon-circle-close {
|
565
|
+
display: inline-block;
|
566
|
+
}
|
567
|
+
}
|
568
|
+
</style>
|