This commit is contained in:
2024-10-08 17:31:11 +08:00
parent be39a1d60e
commit c3bb7ee6f9
30 changed files with 1727 additions and 141 deletions

View File

@@ -1,5 +1,5 @@
import Vue from 'vue'
import VueCompositionAPI from '@vue/composition-api'
import Cookies from 'js-cookie'
import Element from 'element-ui'
@@ -42,7 +42,7 @@ import DictData from '@/components/DictData';
import VueQr from 'vue-qr'
import printJS from 'print-js'
// echarts相关插件引入
import * as echarts from 'echarts';
import * as echarts from 'echarts'
import ECharts from 'vue-echarts'
// VXE-Table相关组件
import VXETable from 'vxe-table';
@@ -74,6 +74,7 @@ Vue.prototype.handleTree = handleTree
Vue.prototype.handleDict = handleDict
Vue.prototype.downFile = downFile
Vue.prototype.$dayjs = dayjs
Vue.prototype.$echarts = echarts
Vue.prototype.msgSuccess = function (msg) {
this.$message({ showClose: true, message: msg, type: "success" });
@@ -99,6 +100,7 @@ Vue.component('UploadFile', UploadFile)
Vue.component('VueQr', VueQr)
Vue.component('v-charts', ECharts)
// Vue.use(printJS);
Vue.use(VueCompositionAPI)
Vue.use(permission)
Vue.use(plugins)
Vue.use(Element, {