Blame view

src/views/oa/newOaWorkflowDetailLang.js 3.06 KB
9d019fa6   wuxw   测试OA相关流程
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
  export const messages = {
    en: {
      newOaWorkflowDetail: {
        title: 'Work Order Details',
        back: 'Back',
        applicant: 'Applicant',
        applyTime: 'Application Time',
        status: 'Status',
        workflowProcess: 'Work Order Process',
        serialNumber: 'No.',
        department: 'Department',
        handler: 'Handler',
        timeConsuming: 'Time Consuming',
        comment: 'Comment',
        processed: 'Processed',
        processing: 'Processing',
        admin: 'Administrator',
        workflowHandle: 'Work Order Handling',
        action: 'Action',
        selectAction: 'Please select',
        handle: 'Handle',
        return: 'Return',
        returnToSubmitter: 'Return to Submitter',
        end: 'End',
        transfer: 'Transfer',
        workflowDescription: 'Work Order Description',
        descriptionRequired: 'Required, please fill in the work order description',
        nextHandler: 'Next Handler',
        selectNextHandler: 'Required, please select the next handler',
        select: 'Select',
        submit: 'Submit',
        flowChart: 'Flow Chart',
        illegalOperation: 'Illegal operation',
        selectStatus: 'Please select status',
        fillDescription: 'Please fill in the description',
        submitSuccess: 'Submitted successfully',
        unknown: 'Unknown',
        apply: 'Apply',
        pendingReview: 'Pending Review',
        returned: 'Returned',
        transferred: 'Transferred',
        completed: 'Completed'
      },
      selectStaff: {
        title: 'Select Staff',
        orgInfo: 'Organization Information',
        staffInfo: 'Staff Information',
        submitter: 'Submitter',
        customAssign: 'Dynamic Assignment'
      }
    },
    zh: {
      newOaWorkflowDetail: {
        title: '工单详情',
        back: '返回',
        applicant: '申请人',
        applyTime: '申请时间',
        status: '状态',
        workflowProcess: '工单流转',
        serialNumber: '序号',
        department: '部门',
        handler: '处理人',
        timeConsuming: '耗时',
        comment: '意见',
        processed: '处理完成',
        processing: '正在处理',
        admin: '管理员',
        workflowHandle: '工单办理',
        action: '动作',
        selectAction: '请选择',
        handle: '办理',
        return: '退回',
        returnToSubmitter: '退回至提交者',
        end: '结束',
        transfer: '转单',
        workflowDescription: '工单说明',
        descriptionRequired: '必填,请填写工单说明',
        nextHandler: '下一处理人',
        selectNextHandler: '必填,请选择下一处理人',
        select: '选择',
        submit: '提交',
        flowChart: '流程图',
        illegalOperation: '非法操作',
        selectStatus: '请选择状态',
        fillDescription: '请填写说明',
        submitSuccess: '提交成功',
        unknown: '未知',
        apply: '申请',
        pendingReview: '待审核',
        returned: '退回',
        transferred: '转单',
        completed: '办结'
      },
      selectStaff: {
        title: '选择员工',
        orgInfo: '组织信息',
        staffInfo: '员工信息',
        submitter: '提交者',
        customAssign: '动态指定'
      }
    }
  }