|
@@ -18,6 +18,11 @@ import router from './router'
|
|
|
import permission from './directive/permission'
|
|
|
import { download } from '@/utils/request'
|
|
|
import { getDyn } from '@/utils/currencyFn'
|
|
|
+import { pcaa } from 'area-data-vue';
|
|
|
+
|
|
|
+import 'area-linkage-vue/dist/index.css';
|
|
|
+
|
|
|
+import VueAreaLinkage from 'area-linkage-vue';
|
|
|
|
|
|
import '@/utils/dateApi'
|
|
|
|
|
@@ -51,6 +56,8 @@ Vue.prototype.selectDictLabels = selectDictLabels
|
|
|
Vue.prototype.download = download
|
|
|
Vue.prototype.getDyn = getDyn
|
|
|
Vue.prototype.handleTree = handleTree
|
|
|
+Vue.prototype.$pcaa = pcaa;
|
|
|
+Vue.use(VueAreaLinkage);
|
|
|
|
|
|
Vue.prototype.msgSuccess = function (msg) {
|
|
|
this.$message({ showClose: true, message: msg, type: "success" });
|