From 6f0d0f5b94e18ec1914d4b98bcb94aa72075e80e Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 30 Jul 2025 11:57:03 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E6=8A=A5=E4=BF=AE=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/repairPoolManageLang.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/work/repairPoolManageLang.js b/src/views/work/repairPoolManageLang.js index eaf3891a5..629a95075 100644 --- a/src/views/work/repairPoolManageLang.js +++ b/src/views/work/repairPoolManageLang.js @@ -40,6 +40,11 @@ export const messages = { repairContent: 'Repair Content', operationSuggestions: 'Operation Suggestions', endReason: 'End Reason', + paidService: 'Paid Service', + freeService: 'Free Service', + needMaterials: 'Need Materials', + noMaterialsNeeded: 'No Materials Needed', + timedTaskProcessing: 'Timed Task Processing' } }, zh: { @@ -83,6 +88,11 @@ export const messages = { repairContent: '报修内容', operationSuggestions: '说明', endReason: '结束原因', + paidService: '付费服务', + freeService: '免费服务', + needMaterials: '需要材料', + noMaterialsNeeded: '不需要材料', + timedTaskProcessing: '定时任务处理中' } } } \ No newline at end of file