Commit 6f0d0f5b94e18ec1914d4b98bcb94aa72075e80e
1 parent
e02068d9
v1.9 报修相关功能优化
Showing
1 changed file
with
10 additions
and
0 deletions
src/views/work/repairPoolManageLang.js
| ... | ... | @@ -40,6 +40,11 @@ export const messages = { |
| 40 | 40 | repairContent: 'Repair Content', |
| 41 | 41 | operationSuggestions: 'Operation Suggestions', |
| 42 | 42 | endReason: 'End Reason', |
| 43 | + paidService: 'Paid Service', | |
| 44 | + freeService: 'Free Service', | |
| 45 | + needMaterials: 'Need Materials', | |
| 46 | + noMaterialsNeeded: 'No Materials Needed', | |
| 47 | + timedTaskProcessing: 'Timed Task Processing' | |
| 43 | 48 | } |
| 44 | 49 | }, |
| 45 | 50 | zh: { |
| ... | ... | @@ -83,6 +88,11 @@ export const messages = { |
| 83 | 88 | repairContent: '报修内容', |
| 84 | 89 | operationSuggestions: '说明', |
| 85 | 90 | endReason: '结束原因', |
| 91 | + paidService: '付费服务', | |
| 92 | + freeService: '免费服务', | |
| 93 | + needMaterials: '需要材料', | |
| 94 | + noMaterialsNeeded: '不需要材料', | |
| 95 | + timedTaskProcessing: '定时任务处理中' | |
| 86 | 96 | } |
| 87 | 97 | } |
| 88 | 98 | } |
| 89 | 99 | \ No newline at end of file | ... | ... |