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:
@@ -1,6 +1,7 @@
|
||||
import http from "./config";
|
||||
// 列表查看讲师费月度统计
|
||||
export const queryTeacherFeeTotalList = (params) => http.get('teacher/fee/queryTeacherFeeTotalList',{ params })
|
||||
// export const queryTeacherFeeTotalList = (params) => http.get('teacher/fee/queryTeacherFeeTotalList',{ params })
|
||||
export const queryTeacherFeeTotalList = (obj) => http.post ('teacher/fee/queryTeacherFeeTotalList',obj)
|
||||
// 列表查看讲师费月度统计详情
|
||||
export const queryTeacherFeeMonthly = (obj) => http.post('teacher/fee/queryTeacherFeeMonthly', obj)
|
||||
////讲师费月度统计--明细
|
||||
|
||||
Reference in New Issue
Block a user