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