From b01019a287ea55a9b5e317445959377f846c7283 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 13 Dec 2024 10:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/XyDialog/index.vue | 4 +- .../application/components/addCategory.vue | 30 ++++++- src/views/application/components/addNotes.vue | 30 +++++-- src/views/customer/index.vue | 4 +- src/views/product/components/addProduct.vue | 17 ++-- src/views/resource/components/addCatalog.vue | 10 +-- src/views/resource/components/addLr.vue | 15 +++- src/views/resource/components/addWebinar.vue | 79 +++++++++++++++++-- 8 files changed, 158 insertions(+), 31 deletions(-) diff --git a/src/components/XyDialog/index.vue b/src/components/XyDialog/index.vue index 2ec58b4..5168ef1 100644 --- a/src/components/XyDialog/index.vue +++ b/src/components/XyDialog/index.vue @@ -96,7 +96,7 @@ export default { }).catch(err=>{ reject(err) this.$Message.warning({ - content:'请填写完整信息', + content:'Please fill in the complete information', duration:1 }) }) @@ -131,7 +131,7 @@ export default { } }).catch(err => { this.$Message.warning({ - content: "请填写完整信息", + content: "Please fill in the complete information", background: true, duration: 1 }) diff --git a/src/views/application/components/addCategory.vue b/src/views/application/components/addCategory.vue index 887bdbc..843d893 100644 --- a/src/views/application/components/addCategory.vue +++ b/src/views/application/components/addCategory.vue @@ -33,6 +33,18 @@ + + + + + -