Blame view

src/views/resource/allocationStorehouseAuditOrdersLang.js 841 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: {
      allocationStorehouseAuditOrders: {
        title: 'Pending Orders',
        back: 'Back',
        refresh: 'Refresh',
        scheduleNo: 'Schedule No',
        allocationCount: 'Allocation Count',
        applicant: 'Applicant',
        status: 'Status',
        time: 'Time',
        operation: 'Operation',
        view: 'View',
        edit: 'Edit',
        allocation: 'Allocation',
        approve: 'Approve'
      }
    },
    zh: {
      allocationStorehouseAuditOrders: {
        title: '待办单',
        back: '返回',
        refresh: '刷新',
        scheduleNo: '调度编号',
        allocationCount: '调拨数量',
        applicant: '申请人',
        status: '状态',
        time: '时间',
        operation: '操作',
        view: '查看',
        edit: '修改',
        allocation: '调拨',
        approve: '审批'
      }
    }
  }