外部授课时长调整

This commit is contained in:
wangxuemei
2024-11-21 15:17:17 +08:00
parent 36e9b2c960
commit fabe4f5adc
2 changed files with 308 additions and 318 deletions

View File

@@ -565,6 +565,13 @@ export default {
key: 'teaching',
ellipsis: true, align: "center",
width: 120,
customRender: (value) => {
return (
<div>
{(value.record?.teaching/60).toFixed(2)+'小时' || '-' }
</div>
);
},
},
{
title: '学习总人数',
@@ -812,9 +819,10 @@ export default {
});
}
function managerChange(e, l, d, t, orgName) {
console.log(e, l,);
state.formParam.mobile=l.mobile
state.formParam.teacherId=l.id
// console.log(e, l, d, t, orgName,'e, l, d, t, orgName');
state.formParam.mobile=e?l.mobile:''
state.formParam.teacherId=e?l.id:''
console.log(state.formParam)
// state.searchParam.userNo = d;
// state.searchParam.name = t;
// state.searchParam.trainorgName=orgName

File diff suppressed because it is too large Load Diff