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 @@ + + + + + -