mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
讲师费管理统计 --页面调整
This commit is contained in:
9
src/api/lecturerFeeStatistics.js
Normal file
9
src/api/lecturerFeeStatistics.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import http from "./config";
|
||||
// 列表查看讲师费月度统计
|
||||
export const queryTeacherFeeTotalList = (params) => http.get('teacher/fee/queryTeacherFeeTotalList',{ params })
|
||||
// 列表查看讲师费月度统计详情
|
||||
export const queryTeacherFeeMonthly = (obj) => http.post('teacher/fee/queryTeacherFeeMonthly', obj)
|
||||
////讲师费月度统计--明细
|
||||
export const getTeacherFeeDetailListByTeacherNo = (params) => http.get('teacher/fee/getTeacherFeeDetailListByTeacherNo',{ params })
|
||||
//讲师费明细
|
||||
export const getTeacherFeeListByTeacherNo = (obj) => http.post('teacher/fee/getTeacherFeeListByTeacherNo', obj)
|
||||
Reference in New Issue
Block a user