mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
Merge remote-tracking branch 'zcwy/zcwy-teacher-manage' into zcwy-teacher-manage
This commit is contained in:
@@ -565,6 +565,13 @@ export default {
|
|||||||
key: 'teaching',
|
key: 'teaching',
|
||||||
ellipsis: true, align: "center",
|
ellipsis: true, align: "center",
|
||||||
width: 120,
|
width: 120,
|
||||||
|
customRender: (value) => {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
{(value.record?.teaching/60).toFixed(2)+'小时' || '-' }
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '学习总人数',
|
title: '学习总人数',
|
||||||
@@ -812,9 +819,10 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
function managerChange(e, l, d, t, orgName) {
|
function managerChange(e, l, d, t, orgName) {
|
||||||
console.log(e, l,);
|
// console.log(e, l, d, t, orgName,'e, l, d, t, orgName');
|
||||||
state.formParam.mobile=l.mobile
|
state.formParam.mobile=e?l.mobile:''
|
||||||
state.formParam.teacherId=l.id
|
state.formParam.teacherId=e?l.id:''
|
||||||
|
console.log(state.formParam)
|
||||||
// state.searchParam.userNo = d;
|
// state.searchParam.userNo = d;
|
||||||
// state.searchParam.name = t;
|
// state.searchParam.name = t;
|
||||||
// state.searchParam.trainorgName=orgName
|
// state.searchParam.trainorgName=orgName
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user