diff --git a/src/components/drawers/ViewAssess.vue b/src/components/drawers/ViewAssess.vue index 289a511f..a898f643 100644 --- a/src/components/drawers/ViewAssess.vue +++ b/src/components/drawers/ViewAssess.vue @@ -18,86 +18,92 @@
评估名称:
-
产品经理面授课评估
+
{{evalName}}
评估说明:
-
-
-
-
评估类型:
-
单选
-
-
-
题干:
-
- 这个课程你觉得对你有用吗? +
+
+
+
评估类型:
+
单选
+
+
题干:
+
+ 这个课程你觉得对你有用吗? +
+
+ +
+
选择1:
+ 有用 +
+
+
选择2:
+ 没用 +
+
- -
-
选择1:
- 有用 +
+
+
评估类型:
+
问答题
+
+
+
标题:
+
+ 对这个课程有什么建议吗? +
-
选择2:
- 没用 -
- -
-
-
-
评估类型:
-
问答题
-
-
-
标题:
-
- 对这个课程有什么建议吗? +
描述:
+
+ 希望以后这样的课程能够躲开,让我们多多了解! +
-
-
描述:
-
- 希望以后这样的课程能够躲开,让我们多多了解! +
+
+
评估类型:
+
评分题
+
+
+
标题:
+
+ 请给当前课程打分 +
+
+
+
非常不满意
+
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
+
非常满意
-
-
-
评估类型:
-
评分题
-
-
-
标题:
-
- 请给当前课程打分 -
-
-
-
非常不满意
-
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
-
非常满意
-
-
+
+
@@ -116,6 +122,16 @@ export default { type: Boolean, default: false, }, + evalName: { + type: String, + default: "", + }, + datasource: { + type: Object, + default: function () { + return {}; + }, + } }, setup(props, ctx) { const state = reactive({ @@ -127,6 +143,9 @@ export default { const afterVisibleChange = (bool) => { console.log("state", bool); + if(bool){ + console.log('我是传递过来的参数', props.datasource) + } }; return { diff --git a/src/views/DownLoad.vue b/src/views/DownLoad.vue index cae0286c..cca33d33 100644 --- a/src/views/DownLoad.vue +++ b/src/views/DownLoad.vue @@ -55,32 +55,37 @@
当前容量:
55.01MB / 2GB
- +
-
- -
-
-
-
-
-
-
作业名称
-
-
- 2022-08-08 10:30:30 管理员 +
+
+ +
+
+
+
+
+
+
作业名称
+
+
+ 2022-08-08 10:30:30 管理员 +
+
来源:管理者进阶-腾飞班Z1
-
来源:管理者进阶-腾飞班Z1
+
+
+
下载
+
删除
-
-
下载
-
删除
-
@@ -93,10 +98,29 @@ export default { setup() { const state = reactive({ name: "", + homeWorkList: [] }); + function getData() { + state.homeWorkList = [1,2,3,4,5,6] + } + + // 获取可下载数据 + getData() + + // 下载文件 + function downLoadFile() { + + } + // 删除文件 + function removeFile() { + + } + return { ...toRefs(state), + downLoadFile, + removeFile }; }, }; @@ -147,6 +171,27 @@ export default { margin-left: 10px; } } + .btn1:hover { + background: rgba(64, 158, 255, 0.76); + + .search { + background-image: url("../assets/images/courseManage/search0.png"); + } + + .btnText { + color: #ffffff; + } + } + .btn1:active { + background: #0982ff; + } + + .btn2:hover { + background: rgba(64, 158, 255, 0.1); + } + .btn2:active { + background: rgba(64, 158, 255, 0.2); + } .btn2 { width: 100px; height: 40px; @@ -167,8 +212,11 @@ export default { } .zipcontainer { display: flex; + width: 352px; + height: 160px; flex-wrap: wrap; - margin-top: 30px; + margin-right: 56px; + margin-top: 90px; .item { margin-right: 50px; margin-bottom: 50px; @@ -235,6 +283,12 @@ export default { justify-content: center; align-items: center; } + .download:hover { + background-color: rgba(64, 158, 255, 0.76); + } + .download:active { + background-color: #0982FF; + } .delete { width: 176px; height: 48px; @@ -244,6 +298,12 @@ export default { justify-content: center; align-items: center; } + .delete:hover{ + background-color: rgba(64, 158, 255, 0.10); + } + .delete:active{ + background-color: rgba(64, 158, 255, 0.20); + } .outime { font-size: 16px; font-weight: 400; diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index db1ceea8..48b4745f 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1074,7 +1074,6 @@ style="width: 200px" :options="options11" allowClear - showSearch @focus="focus" @change="handleChange" > diff --git a/src/views/research/ManagePage.vue b/src/views/research/ManagePage.vue index 4436ec14..d40d0f04 100644 --- a/src/views/research/ManagePage.vue +++ b/src/views/research/ManagePage.vue @@ -73,7 +73,7 @@
- +