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': '停止中',