讲师费管理统计 --页面调整

This commit is contained in:
wangxuemei
2024-07-05 14:30:10 +08:00
parent 944aaffccb
commit fd3ef9de10
10 changed files with 2844 additions and 27 deletions

View File

@@ -750,17 +750,7 @@ export default {
])
// 搜索
const searchSubmit = () => {
// getLevelLista()
// LecturerSystemLista()
// PlaceOfPayLista()
// getTableDate();
// let obj ={
// id:0
// name :'修改测试'
// }
// updatelnTeacher().then((res)=>{
// message.success('修改成功')
// })
getTableDate();
};
//重置
const searchReset = () => {
@@ -1161,7 +1151,7 @@ export default {
state. teacherrepromo.userNo= state.lookTeacherId
// api接口
let a = {
userNo :'00004409',
userNo :state.teacherrepromo,
pageNo: "1",
pageSize: "10",
}
@@ -1691,3 +1681,20 @@ export default {
}
}
</style>
<!-- //二级页面翻页
const feeMonthlyPagination = (page,pageSize) => {
state.queryFeeMonthly.pageNo = page;
TeacherSystem();
};
const handleLooka= (record)=>{
} -->
<!-- tableLoading:false,
tableLoadinga:false,
tableDataTotal: -1,//table列表总条数
feeMonthlytableDataTotal:-1,//二级列表总条数 -->
<!-- -->