|
@@ -22,8 +22,10 @@ import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels,
|
|
import Pagination from "@/components/Pagination";
|
|
import Pagination from "@/components/Pagination";
|
|
//自定义表格工具扩展
|
|
//自定义表格工具扩展
|
|
import RightToolbar from "@/components/RightToolbar"
|
|
import RightToolbar from "@/components/RightToolbar"
|
|
|
|
+import echarts from "echarts";
|
|
|
|
|
|
// 全局方法挂载
|
|
// 全局方法挂载
|
|
|
|
+Vue.prototype.$echarts = echarts;
|
|
Vue.prototype.getDicts = getDicts
|
|
Vue.prototype.getDicts = getDicts
|
|
Vue.prototype.getConfigKey = getConfigKey
|
|
Vue.prototype.getConfigKey = getConfigKey
|
|
Vue.prototype.parseTime = parseTime
|
|
Vue.prototype.parseTime = parseTime
|