From eb0ac6dfa50adaac99e463e49e42635fa71bde48 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 31 Dec 2024 19:51:32 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E7=AE=A1=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/Organization.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/lecturer/Organization.vue b/src/views/lecturer/Organization.vue index f039c762..2879031e 100644 --- a/src/views/lecturer/Organization.vue +++ b/src/views/lecturer/Organization.vue @@ -354,7 +354,7 @@ export default{ code: null, isContains: '0', affiliationOrgList: [], - locking: 0, + locking: 1, }, }) const PlaceOfPayList = ref([ @@ -638,6 +638,7 @@ const getTableDate = (obj) => { }) 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) { From 60c5eaae5de37d5f853c260be625e08da54d1313 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 31 Dec 2024 21:22:29 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E7=AE=A1=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/MonthlyStatistics.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 @@
-
+
Date: Tue, 31 Dec 2024 22:03:16 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E7=AE=A1=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/InsideTeaching.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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',