From e38275a81dc528a681e734907706d7092926d0a9 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Thu, 20 Oct 2022 17:57:12 +0800
Subject: [PATCH 1/7] =?UTF-8?q?=E6=88=91=E7=9A=84=E7=AC=94=E8=AE=B0?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/NoteUpload/index.vue | 2 +-
src/views/ucurrency/Index.vue | 2 +-
src/views/user/Mynotes.vue | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/NoteUpload/index.vue b/src/components/NoteUpload/index.vue
index 8052f9b8..8460c8ad 100644
--- a/src/components/NoteUpload/index.vue
+++ b/src/components/NoteUpload/index.vue
@@ -40,7 +40,7 @@
:limit="limit">
将文件拖到此处,或点击上传
- 支持拓展名:支持扩展名:{{ty}}, 图片支持批量上传,最多9张
+ 支持拓展名:支持扩展名:{{ty}} 图片支持批量上传,最多9张
diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue
index b813fcef..cb49fbff 100644
--- a/src/views/ucurrency/Index.vue
+++ b/src/views/ucurrency/Index.vue
@@ -310,7 +310,7 @@
}
},
updated() {
- this.chart.resize();
+ this.chart && this.chart.resize();
},
methods: {
diff --git a/src/views/user/Mynotes.vue b/src/views/user/Mynotes.vue
index 27b1f37a..d2fc15b8 100644
--- a/src/views/user/Mynotes.vue
+++ b/src/views/user/Mynotes.vue
@@ -393,7 +393,7 @@ export default {
this.upNoteFile.content = [];
if(e == '3') {
this.upNoteFile.limit = 9;
- this.upNoteFile.fileType = ["png","jpg"];
+ this.upNoteFile.fileType = ["png","jpg","jpeg","bmp"];
} else if(e == '1'){
this.upNoteFile.fileType = ["txt"];
} else {
From ec03b77ccdb92d8760ac004585ac105befe9080c Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Thu, 20 Oct 2022 18:16:09 +0800
Subject: [PATCH 2/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?=
=?UTF-8?q?=E5=BE=85=E5=8A=9E=E5=AF=B9=E9=BD=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Index.vue | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/views/Index.vue b/src/views/Index.vue
index f58c8c0c..bb0afc1d 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -26,8 +26,11 @@
{{cutOrgNamePath(userInfo.departFullName)}}
-
待办
-
{{studyTaskCount? studyTaskCount:0 }} 个待处理
+
待 办
+
{{studyTaskCount? studyTaskCount:0 }} 个待处理
+
+
+
@@ -908,6 +911,12 @@