Commit a27556cf authored by Mac's avatar Mac

简易报表

parent 99dbbe5d
......@@ -22,3 +22,14 @@ export function getClassNameList(data) {
data
})
}
/**
*获取简易报表数据
*/
export function getEasyReportList(data) {
return request({
url: '/finance/GetEasyReportList',
method: 'post',
data
})
}
This diff is collapsed.
......@@ -168,6 +168,11 @@ const routes = [{
component: () =>
import("pages/financial/TeamRevenueReport.vue")
},
{
path: "/financial/EasyReport", //简易报表
component: () =>
import("pages/financial/EasyReport.vue")
},
{
path: "/financial/institutionsManagement", //金融机构管理
component: () =>
......
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