From 570fb6475fc96ec0b306acd42f3575a6f74e7bb5 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 26 Jun 2024 10:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=20=E7=B3=BB=E7=BB=9F=E3=80=91?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E6=B6=88=E6=81=AF=E5=8A=A0=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E3=80=81=E5=A2=9E=E5=8A=A0=E9=80=89=E6=8B=A9=E5=8D=95=E4=BE=A7?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E7=9A=84=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/en-us.js | 10 +- src/common/lang/zh-cn.js | 10 +- src/components/JDatePicker.vue | 150 ++++++++++++++++++++++++++ src/components/tools/HeaderNotice.vue | 10 +- src/components/tools/Logo.vue | 5 + 5 files changed, 178 insertions(+), 7 deletions(-) create mode 100644 src/components/JDatePicker.vue diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js index e53b4fb..44998ef 100644 --- a/src/common/lang/en-us.js +++ b/src/common/lang/en-us.js @@ -187,6 +187,11 @@ module.exports = { clauseNo: 'Clause number', clauseName: 'Clause name', clauseContent: 'Clause content', + startDate: 'Start date', + endDate: 'End Date', + curBefore: 'Before this day', + curAfter: 'After this day', + pleaseSelectADate: 'Please select a date first', // 树右键 treeRight: { addFolder: 'Create New Folder', @@ -212,7 +217,10 @@ module.exports = { clearCache: 'Clear Cache', notice: 'Notice', systemNotice: 'System Notifications', - lookMore: 'View More' + lookMore: 'View More', + generalMsg: 'General message', + importantMsg: 'Important news', + EmergencyMsg: 'Emergency messages' }, // 用户管理 user: { diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index 313067a..b1031b3 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -202,6 +202,11 @@ module.exports = { listName: '清单名称', countryRegion: '国家/地区', ccPerson: '抄送人员', + startDate: '开始日期', + endDate: '结束日期', + curBefore: '这天之前', + curAfter: '这天之后', + pleaseSelectADate: '请先选中一个日期', // 标准字段 standardField: { standardEnglishName: '标准英文名称', @@ -236,7 +241,10 @@ module.exports = { clearCache: '清理缓存', notice: '通知', systemNotice: '系统通知', - lookMore: '查看更多' + lookMore: '查看更多', + generalMsg: '一般消息', + importantMsg: '重要消息', + EmergencyMsg: '紧急消息' }, // 用户管理 user: { diff --git a/src/components/JDatePicker.vue b/src/components/JDatePicker.vue new file mode 100644 index 0000000..17fca06 --- /dev/null +++ b/src/components/JDatePicker.vue @@ -0,0 +1,150 @@ + + + + + + diff --git a/src/components/tools/HeaderNotice.vue b/src/components/tools/HeaderNotice.vue index a84f677..0621974 100644 --- a/src/components/tools/HeaderNotice.vue +++ b/src/components/tools/HeaderNotice.vue @@ -9,17 +9,17 @@ :overlayStyle="{ width: '330px', top: '50px' }">