Commit efc45309 authored by zhangdishen's avatar zhangdishen

Merge branch 'zl' into 'master'

业务统计图

See merge request !54
parents c4e44c70 95d85e2a
This diff is collapsed.
......@@ -201,3 +201,11 @@ export const selebjbfdc = (data) => {
data
})
};
//柱状图数据查询
export const selectchartInfo = (params) => {
return axios({
url: 'chart/selectchartInfo',
method: 'get',
params
})
};
......@@ -10,6 +10,8 @@ import 'element-ui/lib/theme-chalk/index.css'
import 'font-awesome/css/font-awesome.min.css'
import '@/assets/iconfont/iconfont.css'
import getType from "@/utils/type.js"
import charts from 'echarts';
Vue.prototype.$echarts = charts
Vue.prototype.getType =getType.getType
Vue.prototype.regetType =getType.regetType
......@@ -25,4 +27,4 @@ new Vue({
router,
store,
render: h => h(App)
});
\ No newline at end of file
});
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment