diff --git a/src/views/lecturer/ExternalTeaching.vue b/src/views/lecturer/ExternalTeaching.vue index 2c31a423..bf75383e 100644 --- a/src/views/lecturer/ExternalTeaching.vue +++ b/src/views/lecturer/ExternalTeaching.vue @@ -565,6 +565,13 @@ export default { key: 'teaching', ellipsis: true, align: "center", width: 120, + customRender: (value) => { + return ( +
+ {(value.record?.teaching/60).toFixed(2)+'小时' || '-' } +
+ ); + }, }, { 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 diff --git a/src/views/lecturer/InsideTeaching.vue b/src/views/lecturer/InsideTeaching.vue index 69a3c248..b1c06123 100644 --- a/src/views/lecturer/InsideTeaching.vue +++ b/src/views/lecturer/InsideTeaching.vue @@ -5,8 +5,8 @@
- + @@ -20,19 +20,12 @@ -->
-
授课日期
- +
授课日期
+
-
+
查询 @@ -54,59 +47,48 @@
+ :options="entryTypeList" allowClear v-on:keydown.enter="enterPressHadlerSearch"> + :options="AuthenticationStatusList" allowClear showSearch v-on:keydown.enter="enterPressHadlerSearch"> + :options="getOrganizationList" allowClear showSearch v-on:keydown.enter="enterPressHadlerSearch"> - - - + + +
- + allowClear showSearch v-on:keydown.enter="enterPressHadlerSearch"> - - 导入 - + + 导入 + 导出 @@ -135,14 +117,16 @@