From 0178fbb89a0e75729aa60443a812496bd5b19cb8 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 7 Sep 2023 22:22:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E7=9B=98=E5=BF=AB=E6=8D=B7=E6=93=8D=E4=BD=9C=E5=8C=BA=E5=9D=97?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workplace/components/quick-operation.vue | 29 ++++++++++-------- .../workplace/components/recently-visited.vue | 30 ++++++++----------- .../views/dashboard/workplace/locale/en-US.ts | 6 ---- .../views/dashboard/workplace/locale/zh-CN.ts | 5 ---- 4 files changed, 29 insertions(+), 41 deletions(-) diff --git a/continew-admin-ui/src/views/dashboard/workplace/components/quick-operation.vue b/continew-admin-ui/src/views/dashboard/workplace/components/quick-operation.vue index fad1a21a..bfcdb7a6 100644 --- a/continew-admin-ui/src/views/dashboard/workplace/components/quick-operation.vue +++ b/continew-admin-ui/src/views/dashboard/workplace/components/quick-operation.vue @@ -5,17 +5,16 @@ :header-style="{ paddingBottom: '0' }" :body-style="{ padding: '24px 20px 0 20px' }" > - -
- +
+
+ +
+ + {{ link.text }} +
- - {{ $t(link.text) }} - @@ -23,12 +22,16 @@ diff --git a/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue b/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue index 805c4f7b..c792fd38 100644 --- a/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue +++ b/continew-admin-ui/src/views/dashboard/workplace/components/recently-visited.vue @@ -8,12 +8,14 @@
-
- +
+
+ +
+ + {{ link.text }} +
- - {{ $t(link.text) }} -
@@ -21,19 +23,13 @@ diff --git a/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts b/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts index c4ac8bd3..1da68c52 100644 --- a/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts +++ b/continew-admin-ui/src/views/dashboard/workplace/locale/en-US.ts @@ -14,12 +14,6 @@ export default { 'workplace.docs.userGuide': 'User Guide', 'workplace.docs.faq': 'FAQ', 'workplace.docs.changelog': 'Change Log', - // - 'workplace.contentManagement': 'Content Management', - 'workplace.contentStatistical': 'Content Statistical', - 'workplace.advanced': 'Advanced', - 'workplace.onlinePromotion': 'Online Promotion', - 'workplace.contentPutIn': 'Put In', 'workplace.announcement': 'Announcement', 'workplace.recently.visited': 'Recently Visited', 'workplace.record.nodata': 'No data', diff --git a/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts b/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts index c54adaed..e7a60135 100644 --- a/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts +++ b/continew-admin-ui/src/views/dashboard/workplace/locale/zh-CN.ts @@ -14,11 +14,6 @@ export default { 'workplace.docs.userGuide': '使用指南', 'workplace.docs.faq': '常见问题', 'workplace.docs.changelog': '更新日志', - 'workplace.contentManagement': '内容管理', - 'workplace.contentStatistical': '内容分析', - 'workplace.advanced': '高级管理', - 'workplace.onlinePromotion': '线上推广', - 'workplace.contentPutIn': '内容投放', 'workplace.announcement': '公告', 'workplace.recently.visited': '最近访问', 'workplace.record.nodata': '暂无数据',