Blame view

src/views/resource/myItemOutAuditOrdersLang.js 855 Bytes
9c311762   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: {
      myItemOutAuditOrders: {
        title: 'Pending Orders',
        back: 'Back',
        refresh: 'Refresh',
        orderNo: 'Order No',
        orderType: 'Order Type',
        orderStatus: 'Order Status',
        applicant: 'Applicant',
        createTime: 'Create Time',
        operation: 'Operation',
        view: 'View',
        edit: 'Edit',
        itemDistribution: 'Item Distribution',
        audit: 'Audit'
      }
    },
    zh: {
      myItemOutAuditOrders: {
        title: '待办单',
        back: '返回',
        refresh: '刷新',
        orderNo: '订单号',
        orderType: '订单类型',
        orderStatus: '订单状态',
        applicant: '申请人',
        createTime: '创建时间',
        operation: '操作',
        view: '查看',
        edit: '修改',
        itemDistribution: '物品发放',
        audit: '审批'
      }
    }
  }