mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 22:36:45 +08:00
讲师费管理统计 --页面调整
This commit is contained in:
@@ -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,//二级列表总条数 -->
|
||||
<!-- -->
|
||||
Reference in New Issue
Block a user