diff --git a/src/components/tools/ShowAnnouncement.vue b/src/components/tools/ShowAnnouncement.vue
index ea86396..ef2a126 100644
--- a/src/components/tools/ShowAnnouncement.vue
+++ b/src/components/tools/ShowAnnouncement.vue
@@ -9,7 +9,7 @@ import xss from "xss"
@cancel="handleCancel"
>
- 关闭
+ Cancel
去处理
@@ -29,7 +29,7 @@ export default {
components: {},
data() {
return {
- title: '通知消息',
+ title: 'Notification Message',
record: {},
labelCol: {
xs: { span: 24 },