diff --git a/src/views/lecturer/InsideTeaching.vue b/src/views/lecturer/InsideTeaching.vue index 25131fe3..618a8d88 100644 --- a/src/views/lecturer/InsideTeaching.vue +++ b/src/views/lecturer/InsideTeaching.vue @@ -51,7 +51,7 @@ style="width: 235px" > - + {{ formParam.teachingDate||'-' }} {{ formParam.studys?formParam.studys+'人':'-' }} {{ formParam.score?Number(formParam.score).toFixed(0)==0?'-':Number(formParam.score).toFixed(0)+'分':'-' }} - {{ formParam.courseTypeName||'-' }} + {{ formParam.remark||'-' }}
@@ -862,13 +862,13 @@ export default { ) } }, - { - title: '内容分类', - dataIndex: 'courseTypeName', - key: 'courseTypeName', - ellipsis: true, align: "center", - width: 120, - }, + // { + // title: '内容分类', + // dataIndex: 'courseTypeName', + // key: 'courseTypeName', + // ellipsis: true, align: "center", + // width: 120, + // }, { title: '授课时长(分钟) ', dataIndex: 'teaching', diff --git a/src/views/lecturer/MonthlyStatistics.vue b/src/views/lecturer/MonthlyStatistics.vue index dc8252c7..2ce72277 100644 --- a/src/views/lecturer/MonthlyStatistics.vue +++ b/src/views/lecturer/MonthlyStatistics.vue @@ -35,7 +35,7 @@ :options="PlaceOfPayList" allowClear showSearch v-on:keydown.enter="enterPressHadlerSearch"/> --> - + - - - + --> +
查询 @@ -64,10 +64,10 @@
-
+
{ }) const addTeacher=()=>{ state.teacherdialog=true , + state.formParam.locking = 0 state.teacherdialogtitle="新增培训发生组织" state.vf = true lecturer.getAffiliationCode().then(res=>{ @@ -764,7 +765,7 @@ const getTableDate = (obj) => { code: null, isContains: '0', affiliationOrgList: [], - locking: 0, + locking: 1, } } async function validateField(name) {