Commit 95d85e2a authored by zouliang's avatar zouliang

业务统计图

parent c4e44c70
This diff is collapsed.
...@@ -201,3 +201,11 @@ export const selebjbfdc = (data) => { ...@@ -201,3 +201,11 @@ export const selebjbfdc = (data) => {
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' ...@@ -10,6 +10,8 @@ import 'element-ui/lib/theme-chalk/index.css'
import 'font-awesome/css/font-awesome.min.css' import 'font-awesome/css/font-awesome.min.css'
import '@/assets/iconfont/iconfont.css' import '@/assets/iconfont/iconfont.css'
import getType from "@/utils/type.js" import getType from "@/utils/type.js"
import charts from 'echarts';
Vue.prototype.$echarts = charts
Vue.prototype.getType =getType.getType Vue.prototype.getType =getType.getType
Vue.prototype.regetType =getType.regetType Vue.prototype.regetType =getType.regetType
...@@ -25,4 +27,4 @@ new Vue({ ...@@ -25,4 +27,4 @@ new Vue({
router, router,
store, store,
render: h => h(App) 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