| | |
| | | import Vue from "vue"; |
| | | |
| | | import Cookies from "js-cookie"; |
| | | |
| | | import "babel-polyfill"; |
| | | import Element from "element-ui"; |
| | | import "./assets/styles/element-variables.scss"; |
| | | |
| | |
| | | import directive from "./directive"; // directive |
| | | import plugins from "./plugins"; // plugins |
| | | import { download } from "@/utils/request"; |
| | | import Print from 'vue-print-nb' |
| | | import Print from "vue-print-nb"; |
| | | |
| | | import JsonExcel from 'vue-json-excel'; |
| | | |
| | | Vue.component('downloadExcel', JsonExcel); |
| | | import JsonExcel from "vue-json-excel"; |
| | | |
| | | Vue.component("downloadExcel", JsonExcel); |
| | | |
| | | import "./assets/icons"; // icon |
| | | import "./permission"; // permission control |
| | |
| | | Vue.prototype.download = download; |
| | | Vue.prototype.handleTree = handleTree; |
| | | Vue.prototype.$echarts = echarts; |
| | | import VueBarcode from 'vue-barcode'; |
| | | Vue.component('barcode',VueBarcode); |
| | | import VueBarcode from "vue-barcode"; |
| | | Vue.component("barcode", VueBarcode); |
| | | // 全局组件挂载 |
| | | Vue.component("DictTag", DictTag); |
| | | Vue.component("Pagination", Pagination); |