diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 5994243e..a87fa76b 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -17,6 +17,8 @@ t.confirm = '确定' t.import = '导入' t.cancel = '取消' t.logout = '退出' +t.verify = '审核' +t.verifyLabel = '议题审核' t.prompt = {} t.prompt.title = '提示' diff --git a/src/views/modules/events/epdcevents-add-or-update.vue b/src/views/modules/events/epdcevents-add-or-update.vue index 52110a4e..abd36801 100644 --- a/src/views/modules/events/epdcevents-add-or-update.vue +++ b/src/views/modules/events/epdcevents-add-or-update.vue @@ -1,73 +1,11 @@