diff --git a/src/api/indexReportCenter.js b/src/api/indexReportCenter.js new file mode 100644 index 00000000..c1de5f7f --- /dev/null +++ b/src/api/indexReportCenter.js @@ -0,0 +1,28 @@ +import http from "./config"; + +//报告总览信息 +export const reportInformation = (obj) => http.post('/admin/project/editStage', obj); + +//点击对应按钮弹列表的按钮参数接口 +export const getButtonReportList = (obj) => http.post('/admin/project/editStage', obj); + +//点击对应按钮弹列表接口 +export const getReportList = (obj) => http.post('/admin/project/editStage', obj); + +//柱状图接口 +export const reportInformation = () => http.post('/admin/project/editStage'); + +//空心圆接口 +export const reportInformation = () => http.post('/admin/project/editStage'); + +//创建人归属接口 +export const reportInformation = () => http.post('/admin/project/editStage'); + +//漏斗接口 +export const reportInformation = () => http.post('/admin/project/editStage'); + +//归属组织树接口 +export const getOrganizationTreeList = () => http.post('/admin/project/editStage'); + +//导出接口 +export const getOrganizationTreeList = () => http.post('/admin/project/editStage'); diff --git a/src/views/reportcenter/ReportCenter.vue b/src/views/reportcenter/ReportCenter.vue new file mode 100644 index 00000000..826cfc3d --- /dev/null +++ b/src/views/reportcenter/ReportCenter.vue @@ -0,0 +1,2743 @@ + + + + +