Blame view

src/views/oa/doHistoryComplaintsLang.js 955 Bytes
c104a84f   wuxw   工作办理 待办功能测试完成
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  export const messages = {
    en: {
      doHistoryComplaints: {
        title: 'Pending Complaint Orders',
        back: 'Back',
        refresh: 'Refresh',
        orderId: 'Order ID',
        complaintType: 'Complaint Type',
        house: 'House',
        complainer: 'Complainer',
        complaintPhone: 'Complaint Phone',
        complaintStatus: 'Complaint Status',
        createTime: 'Create Time',
        operation: 'Operation',
        detail: 'Detail',
        fetchError: 'Failed to fetch complaint data'
      }
    },
    zh: {
      doHistoryComplaints: {
        title: '待办投诉单',
        back: '返回',
        refresh: '刷新',
        orderId: '订单编号',
        complaintType: '投诉类型',
        house: '房屋',
        complainer: '投诉人',
        complaintPhone: '投诉电话',
        complaintStatus: '投诉状态',
        createTime: '创建时间',
        operation: '操作',
        detail: '详情',
        fetchError: '获取投诉数据失败'
      }
    }
  }