| | |
| | | import referConfigDialog from "@/components/code-dialog-page/referConfigDialog" |
| | | import referBtmTypeCrudDialog from "@/components/code-dialog-page/referBtmTypeCrudDialog" |
| | | import referSelectBtmAttrDialog from "@/components/code-dialog-page/referSelectBtmAttrDialog" |
| | | import cloneRuleDialog from "@/components/code-dialog-page/cloneRuleDialog" |
| | | import cloneOtherBasicSecDialog from "@/components/code-dialog-page/cloneOtherBasicSecDialog" |
| | | import advancedQuery from "@/components/advanced-query/advancedQuery" |
| | | import businessAdd from "@/views/modeling/BusinessAdd" |
| | | import VciMasterCrud from "@/components/MasterCrud/VciMasterCrud" |
| | |
| | | calcHeight: 65, |
| | | i18n: (key, value) => i18n.t(key, value) |
| | | }); |
| | | //复制插件 |
| | | import VueClipboard from 'vue-clipboard2' |
| | | Vue.use( VueClipboard ) |
| | | //时间插件 |
| | | import moment from 'moment'; |
| | | Vue.prototype.$moment = moment; |
| | | // 注册全局容器 |
| | | Vue.component('basicContainer', basicContainer); |
| | | Vue.component('basicBlock', basicBlock); |
| | |
| | | Vue.component('originalAdd',originalAdd) |
| | | Vue.component('referBtmTypeCrudDialog',referBtmTypeCrudDialog) |
| | | Vue.component('referSelectBtmAttrDialog',referSelectBtmAttrDialog) |
| | | Vue.component('cloneOtherBasicSecDialog',cloneOtherBasicSecDialog) |
| | | Vue.component('cloneRuleDialog',cloneRuleDialog) |
| | | Vue.component('FormTemplateDialog',FormTemplateDialog) |
| | | Vue.component('LinkTypeAdd',linkTypeAdd) |
| | | Vue.component('MasterTree',MasterTree) |