From 29582b6beb77725575a328655c1a452f321e99ce Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Fri, 13 Jan 2023 18:17:07 +0800 Subject: [PATCH] =?UTF-8?q?--fix=20=E5=86=85=E5=AE=B9=E5=88=86=E7=B1=BB=20?= =?UTF-8?q?=E6=94=B9=E6=88=90=E4=BB=8E=E5=AD=97=E5=85=B8=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 1 + src/views/courselibrary/CoursewareManage.vue | 2 +- .../courselibrary/components/seeModal.vue | 1567 ++++++++--------- src/views/courselibrary/courseModal.vue | 90 +- src/views/examine/CourseReviewed.vue | 56 +- src/views/examine/CourseReviewedN.vue | 68 +- 6 files changed, 829 insertions(+), 955 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index c7979bfa..e606e3f7 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -32,6 +32,7 @@ export default createStore({ projectSys: [],//培训分类 pathmapPic: [],//学习路径背景图 memberInitInfo: [],//学员默认 + sysType: [],//学员默认 }, getters: {}, mutations: { diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index e2b58111..021e6730 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -54,7 +54,7 @@ tree-default-expand-all :fieldNames="{ children: 'children', - label: 'name', + label: 'dictCode', value: 'dictName', }" :tree-data="sysTypeOptions" diff --git a/src/views/courselibrary/components/seeModal.vue b/src/views/courselibrary/components/seeModal.vue index 153dfe7c..640dc5be 100644 --- a/src/views/courselibrary/components/seeModal.vue +++ b/src/views/courselibrary/components/seeModal.vue @@ -1,157 +1,157 @@ diff --git a/src/views/courselibrary/courseModal.vue b/src/views/courselibrary/courseModal.vue index 0eef62b9..e2d717f1 100644 --- a/src/views/courselibrary/courseModal.vue +++ b/src/views/courselibrary/courseModal.vue @@ -138,26 +138,15 @@
- - - - - - - - - - - - - - + :getPopupContainer="triggerNode => triggerNode.parentNode || document.body" + v-model:value="fen_lei" + :tree-data="sysTypeOptions" + :fieldNames="{ + children: 'children', + label: 'dictName', + value: 'dictCode', + }">
@@ -321,13 +310,12 @@