diff --git a/src/views/lecturer/InsideLecturer.vue b/src/views/lecturer/InsideLecturer.vue
index 96b1cbe7..a79a9dfc 100644
--- a/src/views/lecturer/InsideLecturer.vue
+++ b/src/views/lecturer/InsideLecturer.vue
@@ -123,7 +123,7 @@
@click="cancelTeacherDialog"
/>
-
+
@@ -200,7 +200,7 @@
+ @change="clearNonNumber" placeholder="请输入初始授课时长" allowClear suffix="分钟">
0.00小时
{{
@@ -1580,8 +1580,8 @@ export default {
height: 112px;
}
::v-deep .ant-upload.ant-upload-select-picture-card{
- width: 200px;
- height: 112px;
+ width: 90px;
+ height: 90px;
}
.i_upload {
width: 200px;
@@ -1742,6 +1742,8 @@ export default {
}
::v-deep .ant-upload.ant-upload-select-picture-card {
border-radius: 50% !important;
+ width: 90px;
+ height: 90px;
}
.add_content {
@@ -1764,6 +1766,7 @@ export default {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
+ margin-bottom: 20px;
// overflow: auto;
.add_item{
padding: 0 10px;
@@ -2064,8 +2067,8 @@ export default {
text-align: center;
.i_upload_img {
- width: 100px;
- height: 100px;
+ width: 84px;
+ height: 84px;
border-radius: 8px;
}
diff --git a/src/views/lecturer/InsideTeaching.vue b/src/views/lecturer/InsideTeaching.vue
index 2fb6aae7..37a10285 100644
--- a/src/views/lecturer/InsideTeaching.vue
+++ b/src/views/lecturer/InsideTeaching.vue
@@ -27,23 +27,23 @@
-
+
-
+
-
+
-
+
@@ -51,9 +51,7 @@
style="width: 235px"
>
-
-
-
+
-->
-
+
-
+
@@ -81,21 +79,17 @@
@@ -222,20 +216,17 @@
-
+
-
-
-
@@ -244,30 +235,35 @@
+
+
+
+
+ placeholder="请输入授课时长" allowClear showSearch suffix="分钟" :maxLength="8" @blur="clearNonNumber">
{{ (formParam.teaching / 60
).toFixed(2) }}小时
0.00小时
-
-
-
+ style="width:100%; height: 40px; border-radius: 8px ; " placeholder="请输入评分" />
+
+
+
+
-
@@ -403,7 +399,7 @@ import { reactive, toRefs, ref, computed, watch, onMounted } from "vue";
import moment, { Moment } from 'moment';
import { useRouter, useRoute } from "vue-router";
import {
- RightOutlined,
+ DownOutlined,
UpOutlined,
UploadOutlined,
FolderAddOutlined,
@@ -433,7 +429,7 @@ export default {
// Editor,
// ImageUpload
ProjectManager,
- RightOutlined, //图标--展开
+ DownOutlined, //图标--展开
UpOutlined,//图标--收起
UploadOutlined,//图标--导出
DownloadOutlined,//图标-导入
@@ -489,7 +485,7 @@ export default {
name: null,
teacherName: null,
teachingDate: null,
- sourceBelongId: null,
+ // sourceBelongId: null,
sourceBelongFullName: null,
},
startTime: null,
@@ -822,7 +818,7 @@ export default {
tsystemName: [{ required: true, message: '', log: '讲师体系不能为空' }],
courseTypeId: [{ required: true, message: '', log: '内容分类不能为空' }],
courseName: [{ required: true, message: '', log: '课程名称不能为空' }],
- sourceBelongId: [{ required: true, message: '', log: '课程归属组织不能为空' }],
+ // sourceBelongId: [{ required: true, message: '', log: '课程归属组织不能为空' }],
teachingDate: [{ required: true, message: '', log: '授课日期不能为空' }],
teaching: [{ required: true, message: '', log: '授课时长不能为空' }],
courseStatus: [{ required: true, message: '', log: '开课状态不能为空' }],
@@ -1056,7 +1052,7 @@ export default {
score: null,
type: null,
remark: null,
- sourceBelongId: null,
+ // sourceBelongId: null,
sourceBelongFullName: null,
offcourseId: null,
createFrom: null,