From e4ea8f6a53bb7ab5caa372532899dd299e481d87 Mon Sep 17 00:00:00 2001 From: jingrow Date: Wed, 6 Aug 2025 22:54:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E7=8A=B6=E6=80=81=E5=80=BCPending=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=94=B9=E4=B8=BA=E5=87=86=E5=A4=87=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/components/JsiteServerOverview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src2/components/JsiteServerOverview.vue b/dashboard/src2/components/JsiteServerOverview.vue index 7f60f06..fda9e3f 100644 --- a/dashboard/src2/components/JsiteServerOverview.vue +++ b/dashboard/src2/components/JsiteServerOverview.vue @@ -244,7 +244,7 @@ export default { methods: { getStatusText(status) { const statusMap = { - 'Pending': '待处理', + 'Pending': '准备中', 'Starting': '启动中', 'Running': '运行中', 'Stopping': '停止中',