diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a0709776..eb6a3bd2 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -7,21 +7,21 @@
@@ -49,7 +49,7 @@
@@ -97,11 +97,12 @@
+
{{ value5.length }}/20
@@ -253,10 +254,12 @@
+ > +
@@ -334,7 +337,8 @@
@@ -348,7 +352,8 @@
@@ -416,7 +421,7 @@
@@ -431,7 +436,8 @@
@@ -513,6 +519,27 @@
+ +
+
+
取消
+
+
+
确定
+
+
@@ -592,7 +619,7 @@ class="select" ref="select" placeholder="请选择状态" - v-model:value="value" + v-model:value="value12" style="width: 200px" @focus="focus" @change="handleChange" @@ -605,7 +632,7 @@
@@ -682,7 +709,7 @@ class="select" ref="select" placeholder="请选择状态" - v-model:value="value" + v-model:value="value14" style="width: 200px" @focus="focus" @change="handleChange" @@ -695,7 +722,7 @@
@@ -804,7 +831,7 @@
@@ -1009,7 +1037,7 @@
@@ -1023,7 +1051,7 @@
@@ -1036,7 +1064,7 @@
@@ -1170,7 +1198,7 @@
{ state.rejectstudy_hs = false; } + const onSelectChange = selectedRowKeys => { + console.log('selectedRowKeys changed: ', selectedRowKeys); + state.selectedRowKeys = selectedRowKeys; + }; return { onftvalue, current, @@ -2760,6 +2797,7 @@ export default defineComponent({ graduate_exit, agreestudy_exit, rejectstudy_exit, + onSelectChange, }; }, }); @@ -3106,6 +3144,62 @@ export default defineComponent({ } } } + .m_footer{ + display:flex; + margin:20px 0; + .fotnam{ + width:100px; + display: flex; + justify-content: end; + padding-right:15px; + } + .fotarea{ + position: relative; + .fuwenben{ + width: 90%; + height:20px; + background-color: rgb(95, 95, 95); + position: absolute; + left:50%; + transform: translate(-50%,0); + top: 3px; + z-index: 9999; + } + } + } + .m_btn { + width: 100%; + margin-top: 25px; + margin-bottom: 20px; + display: flex; + justify-content: center; + align-content: center; + .btn { + width: 100px; + height: 40px; + background: rgba(64, 158, 255, 0); + border-radius: 8px; + display: flex; + align-items: center; + justify-content: center; + margin-right: 14px; + flex-shrink: 0; + cursor: pointer; + .btnText { + font-size: 14px; + font-weight: 400; + line-height: 40px; + } + } + .btn5 { + border: 1px solid rgba(64, 158, 255, 1); + color: #4ea6ff; + } + .btn6 { + background-color: #4ea6ff; + color: #ffffff; + } + } } } } @@ -3177,6 +3271,12 @@ export default defineComponent({ } .b_input{ flex:1; + position: relative; + .inp_num{ + position: absolute; + right:10px; + top:10px; + } } .bc_box { display: flex; diff --git a/src/views/courselibrary/conponents/OnlineManage.vue b/src/views/courselibrary/conponents/OnlineManage.vue deleted file mode 100644 index 0ed3576a..00000000 --- a/src/views/courselibrary/conponents/OnlineManage.vue +++ /dev/null @@ -1,279 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/views/projectcenter/TemplateLibrary.vue b/src/views/projectcenter/TemplateLibrary.vue index 74f58186..24b04069 100644 --- a/src/views/projectcenter/TemplateLibrary.vue +++ b/src/views/projectcenter/TemplateLibrary.vue @@ -1 +1,166 @@ - + + + + + \ No newline at end of file