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] v1.9 报修相关功能优化 --- src/views/work/repairPoolManageLang.js | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) diff --git a/src/views/work/repairPoolManageLang.js b/src/views/work/repairPoolManageLang.js index eaf3891..629a950 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 -- libgit2 0.21.4