From 02675c72119bbfe97c74ab5c1d739a80e6a82c3d Mon Sep 17 00:00:00 2001 From: picca Sun Date: Mon, 9 Oct 2023 03:12:11 +0000 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E6=88=B7=E7=AE=A1=E7=90=86=E4=B8=8B?= =?UTF-8?q?=E5=B7=B2=E7=BB=93=E6=9D=9F=E7=9A=84=E4=BD=9C=E4=B8=9A=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mis-web/src/i18n/en.ts | 1 + apps/mis-web/src/i18n/zh_cn.ts | 1 + apps/mis-web/src/pages/tenant/historyJobs.tsx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/mis-web/src/i18n/en.ts b/apps/mis-web/src/i18n/en.ts index adf7ba5240..41e0a1ce60 100644 --- a/apps/mis-web/src/i18n/en.ts +++ b/apps/mis-web/src/i18n/en.ts @@ -81,6 +81,7 @@ export default { jobBillingTable: "Job Pricing Table", operationLog: "Operation Log", unfinishedJob: "Unfinished Jobs", + finishedJobs: "Finished Jobs", userList: "User List", platformInfo: "Platform Information", platformAdmin: "Platform Administrator", diff --git a/apps/mis-web/src/i18n/zh_cn.ts b/apps/mis-web/src/i18n/zh_cn.ts index 56fbccf181..cf7ed953b4 100644 --- a/apps/mis-web/src/i18n/zh_cn.ts +++ b/apps/mis-web/src/i18n/zh_cn.ts @@ -81,6 +81,7 @@ export default { jobBillingTable: "作业价格表", operationLog: "操作日志", unfinishedJob: "未结束的作业", + finishedJobs: "已结束的作业", userList: "用户列表", platformInfo: "平台信息", platformAdmin: "平台管理员", diff --git a/apps/mis-web/src/pages/tenant/historyJobs.tsx b/apps/mis-web/src/pages/tenant/historyJobs.tsx index f1bfac1317..7c26c6f689 100644 --- a/apps/mis-web/src/pages/tenant/historyJobs.tsx +++ b/apps/mis-web/src/pages/tenant/historyJobs.tsx @@ -26,7 +26,7 @@ export const AdminJobsPage: NextPage = requireAuth((u) => u.tenantRoles.includes return (
- +
);