From fd063e6ff4382501a89d897820ca343520388a61 Mon Sep 17 00:00:00 2001 From: songwc Date: Thu, 20 Oct 2022 09:29:11 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat=EF=BC=9A=E5=AE=8C=E6=88=90=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E4=BF=A1=E6=81=AF=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskPage.vue | 306 ++++++++++++++++++++++++++- 1 file changed, 304 insertions(+), 2 deletions(-) diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 0179b6c1..1182f276 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -896,6 +896,17 @@ +
+ +
@@ -910,6 +921,17 @@
+
+ +
@@ -924,6 +946,17 @@
+
+ +
@@ -933,7 +966,9 @@
基本信息
-
+ +
@@ -1387,6 +1422,250 @@ export default { valueDate: "", //排行榜输入日期 noticeChecked: true, noticeContent: "请输入要发布的公告", + + //进度排行表 + jindutabledata: [ + { + rank: "1", + name: "哈哈", + jd: "80%", + }, + + { + rank: "2", + name: "哈哈", + jd: "70%", + }, + { + rank: "3", + name: "哈哈", + jd: "70%", + }, + { + rank: "4", + name: "哈哈", + jd: "70%", + }, + { + rank: "5", + name: "哈哈", + jd: "70%", + }, + { + rank: "6", + name: "哈哈", + jd: "70%", + }, + { + rank: "7", + name: "哈哈", + jd: "70%", + }, + { + rank: "8", + name: "哈哈", + jd: "70%", + }, + { + rank: "9", + name: "哈哈", + jd: "70%", + }, + { + rank: "10", + name: "哈哈", + jd: "70%", + }, + ], + jindutablecolumns: [ + { + title: "排名", + dataIndex: "rank", + key: "rank", + width: 50, + align: "center", + className: "h", + }, + { + title: "名称", + dataIndex: "name", + key: "name", + width: 50, + align: "center", + className: "h", + }, + + { + title: "进度", + dataIndex: "jd", + key: "jd", + width: 50, + align: "center", + className: "h", + }, + ], + //学分排行表 + xuefentabledata: [ + { + rank: "1", + name: "哈哈", + jd: "80%", + }, + + { + rank: "2", + name: "哈哈", + jd: "70%", + }, + { + rank: "3", + name: "哈哈", + jd: "70%", + }, + { + rank: "4", + name: "哈哈", + jd: "70%", + }, + { + rank: "5", + name: "哈哈", + jd: "70%", + }, + { + rank: "6", + name: "哈哈", + jd: "70%", + }, + { + rank: "7", + name: "哈哈", + jd: "70%", + }, + { + rank: "8", + name: "哈哈", + jd: "70%", + }, + { + rank: "9", + name: "哈哈", + jd: "70%", + }, + { + rank: "10", + name: "哈哈", + jd: "70%", + }, + ], + xuefentablecolumns: [ + { + title: "排名", + dataIndex: "rank", + key: "rank", + width: 50, + align: "center", + className: "h", + }, + { + title: "名称", + dataIndex: "name", + key: "name", + width: 50, + align: "center", + className: "h", + }, + + { + title: "进度", + dataIndex: "jd", + key: "jd", + width: 50, + align: "center", + className: "h", + }, + ], + //学识排行表 + xueshitabledata: [ + { + rank: "1", + name: "哈哈", + jd: "80%", + }, + + { + rank: "2", + name: "哈哈", + jd: "70%", + }, + { + rank: "3", + name: "哈哈", + jd: "70%", + }, + { + rank: "4", + name: "哈哈", + jd: "70%", + }, + { + rank: "5", + name: "哈哈", + jd: "70%", + }, + { + rank: "6", + name: "哈哈", + jd: "70%", + }, + { + rank: "7", + name: "哈哈", + jd: "70%", + }, + { + rank: "8", + name: "哈哈", + jd: "70%", + }, + { + rank: "9", + name: "哈哈", + jd: "70%", + }, + { + rank: "10", + name: "哈哈", + jd: "70%", + }, + ], + xueshitablecolumns: [ + { + title: "排名", + dataIndex: "rank", + key: "rank", + width: 50, + align: "center", + className: "h", + }, + { + title: "名称", + dataIndex: "name", + key: "name", + width: 50, + align: "center", + className: "h", + }, + + { + title: "进度", + dataIndex: "jd", + key: "jd", + width: 50, + align: "center", + className: "h", + }, + ], }); const showModal = () => { state.pubproject = true; @@ -2539,7 +2818,7 @@ export default { .content6 { width: 100%; height: 100%; - background-color: #bfa; + // background-color: #bfa; .title { font-size: 18px; font-weight: 500; @@ -2633,6 +2912,7 @@ export default { background: #ffffff; border-radius: 2px; border: 1px solid rgba(125, 125, 125, 0.39); + margin-bottom: 20px; .rankhead { height: 75px; width: 100%; @@ -2664,6 +2944,22 @@ export default { } } } + .tab { + // margin-top: 20px; + // margin-left: 24px; + border-radius: 4px 4px 0px 0px; + border: 1px solid #e9e9e9; + margin: 20px 24px 0 24px; + th.h { + background-color: #eff4fc !important; + } + + .ant-table-tbody + > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) + > td { + background: #f6f9fd; + } + } } } } @@ -2674,6 +2970,12 @@ export default { font-weight: 500; color: #232425; } + .line { + width: 100%; + height: 1px; + background-color: #e8e8e8; + margin-top: 10px; + } .set_body { margin-left: 34px; margin-right: 34px; From cef474daecbb7ff57d52b12d8d15cb76f2ec70a4 Mon Sep 17 00:00:00 2001 From: dongwug Date: Thu, 20 Oct 2022 09:56:18 +0800 Subject: [PATCH 2/4] =?UTF-8?q?feat:=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86a-?= =?UTF-8?q?dodal=E5=A2=9E=E5=8A=A0=E7=B1=BB=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 2397 +++++++++--------- 1 file changed, 1239 insertions(+), 1158 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index ad3f39ba..0ad1a0e2 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -237,52 +237,34 @@ -
-
-
- -
-
- - 新建面授课 -
-
- -
-
-
+ +
+
+ + 新建面授课 +
+
+ +
+
+
+
+
课程信息
@@ -647,9 +629,10 @@
- +
-
+
+
@@ -680,7 +663,7 @@ @ok="closeModal" :footer="null" :closable="false" - wrapClassName="modalStyle" + wrapClassName="modalStyle onlmanageModal" width="80%" >
@@ -885,7 +868,7 @@ @ok="closeModal" :footer="null" :closable="false" - wrapClassName="modalStyle" + wrapClassName="modalStyle givpowerModal" width="80%" >
@@ -985,7 +968,7 @@ @ok="closeModal" :footer="null" :closable="false" - wrapClassName="modalStyle" + wrapClassName="modalStyle schtimeModal" width="80%" >
@@ -1282,7 +1265,7 @@ @ok="closeModal" :footer="null" :closable="false" - wrapClassName="modalStyle" + wrapClassName="modalStyle stusmanageModal" width="80%" >
@@ -1427,6 +1410,7 @@ v-model:visible="QR_hs" :footer="null" :closable="closableQR" + wrapClassName="QRModal" style="margin-top: 400px" >
@@ -1455,6 +1439,7 @@ v-model:visible="rg_hs" :footer="null" :closable="closableQR" + wrapClassName="recgradeModal" style="margin-top: 400px" >
@@ -1503,6 +1488,7 @@ v-model:visible="graduate_hs" :footer="null" :closable="closableQR" + wrapClassName="graModal" style="margin-top: 400px" >
From e5d488f06b91763442f65572c7b8fe14c0a627ff Mon Sep 17 00:00:00 2001 From: dongwug Date: Thu, 20 Oct 2022 10:49:30 +0800 Subject: [PATCH 3/4] =?UTF-8?q?feat:=E6=9B=B4=E6=8D=A2=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E9=9D=A2=E6=8E=88=E8=AF=BEupload=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 182 ++++++++++--------- 1 file changed, 92 insertions(+), 90 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 0ad1a0e2..69d0a485 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -179,7 +179,7 @@
授课形式
- +
@@ -209,15 +209,13 @@
是否设置目录
- +
- +
@@ -327,7 +325,7 @@
-
+
封面图
-
- - avatar -
- - -
Upload
-
-
+
+
+
+
+
-
+
高宽比为16:9 (如:800*450) png或jpg图片 @@ -489,7 +474,7 @@
-
+
课程简介
@@ -1619,13 +1604,7 @@