From b7df2ad66470340267aab4d0288f7e92ffcd1f1e Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 7 Dec 2022 16:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E4=BF=A1=E6=81=AF=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/Setting.vue | 101 ++++++++++++++++++++++++++----------- 1 file changed, 71 insertions(+), 30 deletions(-) diff --git a/src/views/user/Setting.vue b/src/views/user/Setting.vue index 214feadc..49596ab9 100644 --- a/src/views/user/Setting.vue +++ b/src/views/user/Setting.vue @@ -19,38 +19,65 @@

教师信息

-
-

教师职业照

- + 教师信息编辑 + +
+
+

教师职业照

+ +
+
+

工作经历

+ 英语教研组在学校领导的关怀指导下,开学初制定了务实的工作计划。我们认真按照开学初制定的计划开展教研活动,较好地完成了本学期工作任务 +
+
+

擅长课程

+
+ 通用力 +
+
+ 产品经理培训 +
+
+ 规章制度 +
+
+ 职业操守与道德 +
+
+
+

专长

+
+ 通用力 +
+
+ 职业操守与道德 +
+
-
-

工作经历

- 英语教研组在学校领导的关怀指导下,开学初制定了务实的工作计划。我们认真按照开学初制定的计划开展教研活动,较好地完成了本学期工作任务 -
-
-

擅长课程

-
- 通用力 + +
+
+

教师职业照

+
+ +
-
- 产品经理培训 -
-
- 规章制度 -
-
- 职业操守与道德 -
-
-
-

专长

-
- 通用力 -
-
- 职业操守与道德 -
-
+
+

工作经历

+
+ + +
+ +
+
    @@ -237,6 +264,7 @@ } }; return { + Edittearch:true, infoswich:1, dynamicDataEdit:false, hideHomeEdit:false, @@ -251,9 +279,14 @@ form:{ account:{} }, + teachform:{ + img:'', + tearchexpe:'', + }, dialogVisibleAvatar:false, dialogVisiblePassword:false, avatarUrl:'', + tearchUrl:'', passwordForm:{}, rules:{ newPass: [ @@ -442,6 +475,14 @@ this.form.account.avatar = res.result.filePath; this.avatarUrl= res.result.httpPath; }, + handtearchUploadSuccess(res){ + this.teachform.img = res.result.filePath; + this.tearchUrl= res.result.httpPath; + }, + removetearchHandle(){ + this.avatarUrl=''; + this.teachform.img = ''; + }, removeHandle(){ this.avatarUrl=''; this.form.account.avatar = '';