讲师管理bug

This commit is contained in:
zhangsir
2024-11-18 20:38:43 +08:00
parent fab939d39f
commit 23e74a5e7b
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ export const queryTeacherFeeTotalList= (obj) => http.post('/teacher/fee/queryTea
//汇总上月讲师费 //汇总上月讲师费
export const getPreviousTeacherFee= (obj) => http.post('/teacher/fee/getPreviousTeacherFee',obj) export const getPreviousTeacherFee= (obj) => http.post('/teacher/fee/getPreviousTeacherFee',obj)
//汇总上月讲师费月度数据 //汇总上月讲师费月度数据
export const CreateMonthSummary= (obj) => http.post('/admin/expenseSummary/CreateMonthSummary',obj) export const CreateMonthSummary= (obj) => http.post('/admin/expenseSummary/createMonthSummary',obj)
//讲师费统计列表 //讲师费统计列表
export const expenseSummaryList= (obj) => http.get('/admin/expenseSummary/list',{params:obj}) export const expenseSummaryList= (obj) => http.get('/admin/expenseSummary/list',{params:obj})
//提交/撤回 //提交/撤回
@@ -50,6 +50,6 @@ export const CreateSummary= () => http.post('/admin/expenseBill/CreateSummary')
//审批列表中编辑讲师费审批弹框-查询讲师费 //审批列表中编辑讲师费审批弹框-查询讲师费
export const queryExpnseByBillId= (obj) => http.get('/admin/expenseBill/queryExpnseByBillId',{params:obj}) export const queryExpnseByBillId= (obj) => http.get('/admin/expenseBill/queryExpnseByBillId',{params:obj})
// //
export const CreateSummaryAgain= () => http.post('/admin/expenseBill/CreateSummaryAgain') export const CreateSummaryAgain= () => http.post('/admin/expenseBill/createSummaryAgain')
// //
export const submitApproval= (obj) => http.post('/admin/expenseBill/submitApproval',obj) export const submitApproval= (obj) => http.post('/admin/expenseBill/submitApproval',obj)

View File

@@ -255,8 +255,8 @@ export default {
}, },
{ {
title: '汇总日期 ', title: '汇总日期 ',
dataIndex: 'summaryDate', dataIndex: 'summaryTime',
key: 'summaryDate', key: 'summaryTime',
ellipsis: true, ellipsis: true,
align: "center", align: "center",
width: 200, width: 200,