| | |
| | | import classifyTrees from "@/components/Tree/classifyTrees" |
| | | import classifyTreeform from "@/components/Tree/classifyTreeform" |
| | | import TemplatePro from "@/components/Tree/TemplatePro" |
| | | import attrCrud from "@/components/Tree/attrCrud" |
| | | import formulaEditor from "@/components/code-dialog-page/formulaEditor" |
| | | import referConfigDialog from "@/components/code-dialog-page/referConfigDialog" |
| | | import businessAdd from "@/views/modeling/BusinessAdd" |
| | | import tableEdit from "@/components/code-dialog-page/tableEdit" |
| | | |
| | | // 注册全局crud驱动 |
| | | window.$crudCommon = crudCommon; |
| | |
| | | Vue.use(Element, { |
| | | i18n: (key, value) => i18n.t(key, value) |
| | | }); |
| | | |
| | | Vue.use(window.AVUE, { |
| | | size: 'small', |
| | | tableSize: 'small', |
| | |
| | | Vue.component('formulaEditor',formulaEditor) |
| | | Vue.component('referConfigDialog',referConfigDialog) |
| | | Vue.component('businessAdd',businessAdd) |
| | | Vue.component('attrCrud',attrCrud) |
| | | Vue.component('tableEdit',tableEdit) |
| | | |
| | | |
| | | |
| | | // 加载相关url地址 |
| | | Object.keys(urls).forEach(key => { |