diff --git a/src/views/lecturer/InsideLecturer.vue b/src/views/lecturer/InsideLecturer.vue index 8673bd25..5da6752e 100644 --- a/src/views/lecturer/InsideLecturer.vue +++ b/src/views/lecturer/InsideLecturer.vue @@ -114,206 +114,210 @@ + width="800" :title="false">
-
{{ teacherdialogtitle }}
+
{{ teacherdialogtitle }}
- - - - 基本信息 - - - - -
-
- - avatar - avatar - avatar - avatar - - -
-
-
- 支持图片格式为jpg/jpeg/png +
+ + + + 基本信息 + + + + +
+
+ + avatar + avatar + avatar + avatar + +
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0.00小时 - {{ - (formParam.defaultTeachingTime / 60).toFixed(2) }}小时 - - - - - - 未认证 - 已认证 - - {{formParam.certificationName?formParam.certificationName:'上传凭证'}} - - - - - - - - 其他信息 - - - - - - - - - - - - - - - - - - - - - - - -
教师专长
- - - -
+
-
-
- {{item.name}} -
-
-
-
- -
- -
-
-
-
-
-
-
-
导入
- - 注意 :文件支持PDF、PNG、JPG ,文件大小不可超过5MB - - - - - -
- 取消 - 保存 - + +
+
+ 取消 + 保存 + +
@@ -1730,14 +1734,16 @@ export default { font-size: 26px; } .add_list{ + width: 150%; display: flex; + flex-wrap: wrap; margin-top: 10px; - overflow: auto; + // overflow: auto; & div{ - // padding: 10px; + padding: 0 10px; background: aliceblue; margin-left: 10px; - min-width: 140px; + width: 140px; height: 40px; line-height: 40px; text-align: center; @@ -1988,10 +1994,14 @@ export default { } .drabtn { + cursor: pointer; + width: 100px; height: 40px; - width: 80px; + background: #4ea6ff; border-radius: 8px; - margin-right: 20px + border: 0; + margin-left: 15px; + color: #fff; } ::v-deep .ant-select:not(.ant-select-customize-input) .ant-select-selector { diff --git a/src/views/lecturer/InsideTeaching.vue b/src/views/lecturer/InsideTeaching.vue index 11217b4e..adcf62b1 100644 --- a/src/views/lecturer/InsideTeaching.vue +++ b/src/views/lecturer/InsideTeaching.vue @@ -26,42 +26,24 @@
-
- 查询 - - - 重置 - - -
- 展开 - - -
-
- 返回 - - -
-
-
- + + - + - + - + @@ -69,7 +51,7 @@ style="width: 230px" > - + -
- + + - + @@ -97,6 +79,24 @@ placeholder="授课人数" allowClear showSearch> --> +
+ 查询 + + + 重置 + + + +
diff --git a/src/views/lecturer/Organization.vue b/src/views/lecturer/Organization.vue index c9abe56e..1f4d4dfb 100644 --- a/src/views/lecturer/Organization.vue +++ b/src/views/lecturer/Organization.vue @@ -293,7 +293,7 @@ export default{ if(res.data.code == 200){ PlaceOfPayListTwo.value = res.data.data.map(item=>{ return { - value: item.code, + value: item.affiliationCode, label: item.affiliationName } })