Blame view

src/views/aCommunity/aRoomDetailComplaintLang.js 751 Bytes
a2547628   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
  export const messages = {
    en: {
      aRoomDetailComplaint: {
        type: 'Type',
        room: 'Room',
        contact: 'Contact',
        phone: 'Phone',
        status: 'Status',
        handler: 'Handler',
        handlerPhone: 'Handler Phone',
        createTime: 'Create Time',
        actions: 'Actions',
        detail: 'Detail',
        flowChart: 'Flow Chart',
        none: 'None'
      }
    },
    zh: {
      aRoomDetailComplaint: {
        type: '类型',
        room: '房屋',
        contact: '联系人',
        phone: '联系电话',
        status: '状态',
        handler: '处理人',
        handlerPhone: '处理人电话',
        createTime: '创建时间',
        actions: '操作',
        detail: '详情',
        flowChart: '流程图',
        none: '无'
      }
    }
  }