diff --git a/src/views/lecturer/ExternalTeaching.vue b/src/views/lecturer/ExternalTeaching.vue index 4763104e..6d7687ef 100644 --- a/src/views/lecturer/ExternalTeaching.vue +++ b/src/views/lecturer/ExternalTeaching.vue @@ -9,30 +9,34 @@ - + - + + placeholder="请输入课程名称进行搜索" allowClear showSearch + v-on:keydown.enter="enterPressHadlerSearch"> - + + :options="entryTypeList" allowClear + v-on:keydown.enter="enterPressHadlerSearch"> @@ -43,12 +47,14 @@ }" allow-clear :getPopupContainer="triggerNode => triggerNode.parentNode || document.body" v-model:value="searchParam.courseTypeId" show-search :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" placeholder="请选择内容分类" tree-default-expand-all - :tree-data="sysTypeOptions" v-on:keydown.enter="enterPressHadlerSearch"> + :tree-data="sysTypeOptions" + v-on:keydown.enter="enterPressHadlerSearch"> + :options="AuthenticationStatusList" allowClear + v-on:keydown.enter="enterPressHadlerSearch">
@@ -71,7 +77,7 @@
-->
- +
@@ -99,10 +105,8 @@ @@ -112,57 +116,63 @@
- - + +
- +
{{ teacherdialogtitle }}
- +
+ - - + + + - - - - - - - - - - - + :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" placeholder="请选择内容分类" tree-default-expand-all + :tree-data="sysTypeOptions" + @change="treetype"> + + + - + @@ -196,62 +212,76 @@ --> - - - - - + + + + + + placeholder="请输入授课时长" allowClear showSearch suffix="分钟" + :maxLength="8" @change="clearNonNumber"> - - - - + + + + + - + @@ -259,7 +289,8 @@ - @@ -283,36 +314,36 @@
- +
查看讲师授课记录
- +
- - {{ formParam.teacherName || '-' }} - {{ formParam.supplier || '-' }} - {{ formParam.mobile || '-' }} - - {{ formParam.type == 0 ? '在线课' : formParam.type == 1 ? '面授课' : formParam.type == 2 ? '训练班' : formParam.type == 5 ? '手动录入' : '-'}} - - {{ formParam.courseName || '-' }} + + {{ formParam.teacherName ||'-'}} + {{ formParam.mobile ||'-'}} + {{ formParam.type == 0 ? '在线课' : formParam.type == 1 ? '面授课' : formParam.type == 2 ? '手动录入' : '-' + }} + {{ formParam.courseName ||'-'}} {{ formParam.courseStatus == 0 ? '未开课' : formParam.courseStatus == 1 ? '已开课' : '-' }} - {{ formParam.courseTypeName || '-' }} - {{ formParam.teachingDate || '-' }} - + {{ formParam.courseTypeName ||'-'}} + {{ formParam.teachingDate ||'-' }} + - {{ formParam.teaching }} 分钟 + {{ formParam.teaching }} 分钟 ({{ (formParam.teaching / 60 ).toFixed(2) }}小时) - {{ - formParam.score ? Number(formParam.score).toFixed(0) == 0 ? '-' : Number(formParam.score).toFixed(2) +'分':'-'}} - {{ formParam.studys ? formParam.studys + '人' : '-' }} - {{ formParam.remark || '-' }} + {{ formParam.score?Number(formParam.score).toFixed(0)==0?'-':Number(formParam.score).toFixed(2)+'分':'-'}} + {{ formParam.studys ? formParam.studys+'人' :'-'}} + {{ formParam.remark ||'-' }} -
-