diff --git a/src/components/common/FJUpload.vue b/src/components/common/FJUpload.vue index 574747db..e3cfaddc 100644 --- a/src/components/common/FJUpload.vue +++ b/src/components/common/FJUpload.vue @@ -24,7 +24,7 @@
- + {{ item.name.indexOf('-')!==-1?item.name.slice(0,item.name.indexOf('-')) + item.name.slice(item.name.indexOf('.')) :item.name }}
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 57f0854c..61419f20 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -192,10 +192,11 @@
-
+
线上 @@ -1815,7 +1816,7 @@ style="width: 440px; height: 40px; border-radius: 8px" placeholder="请输入详细地点" /> -
+
{{ xjkkinputV2.length }}/50
@@ -4286,6 +4287,11 @@ export default defineComponent({ state.valueE1 = ""; } }; + // 弹框提示敬请期待 + const expectOnline = () => { + message.destroy() + message.success("功能正在开发中,敬请期待。") + } //新建面授课 const createft = () => { if (!state.xzinputV1) { @@ -5402,6 +5408,7 @@ export default defineComponent({ of_exit, hideShow, bs_hShow, + expectOnline, createft, ft_exit, ft_exit_1, @@ -5847,7 +5854,8 @@ export default defineComponent({ .createschooltime { z-index: 999; - width: 679px; + width: 879px; + height: 740px; background: #ffffff; box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); position: absolute; @@ -5867,7 +5875,7 @@ export default defineComponent({ .cst_main { width: 100%; - max-height: 600px; + max-height: 700px; overflow-y: auto; position: relative; diff --git a/src/views/courselibrary/courseModal.vue b/src/views/courselibrary/courseModal.vue index 0320e0ba..f88b8143 100644 --- a/src/views/courselibrary/courseModal.vue +++ b/src/views/courselibrary/courseModal.vue @@ -114,7 +114,18 @@ 封面图
- + +
+ avatar
@@ -168,26 +180,6 @@
-
-
- 课程价值 -
-
-
- -
- - {{ qdms_inputV3.length }}/200 - -
-
-
-
@@ -217,6 +209,26 @@
+
+
+ 课程价值 +
+
+
+ +
+ + {{ qdms_inputV3.length }}/200 + +
+
+
+
场景 @@ -248,7 +260,7 @@
@@ -266,7 +278,7 @@
-
+
{ + state.feng_mian_1 = value; + } + //获取分类、场景、封面图、-----------字典配置------------------------------- const optionsUrl = ref([]); const options2 = ref([]); @@ -749,6 +766,7 @@ export default defineComponent({ toolbarConfig, editorConfig, handleCreated, + choicePic }; }, }); @@ -1151,5 +1169,12 @@ export default defineComponent({ .statusJuJue { margin-bottom: 20px; } + + .choiceoptionurl { + width:60px; + height:60px; + margin-right: 10px; + border-radius: 8px; + } }