Blame view

src/views/oa/workTaskDetailLang.js 2.46 KB
c8479d2e   wuxw   优化工作单pc 端办理bug
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
  export const messages = {
    en: {
      workTaskDetail: {
        title: 'Work Task Detail',
        workId: 'Work ID',
        workName: 'Work Name',
        typeName: 'Type Name',
        workCycle: 'Work Cycle',
        once: 'One-time',
        periodic: 'Periodic',
        startTime: 'Start Time',
        endTime: 'End Time',
        createUserName: 'Creator',
        curStaffName: 'Handler',
        curCopyName: 'CC',
        stateName: 'Status',
        createTime: 'Create Time',
        attachment: 'Attachment',
        select: 'Select',
        content: 'Content',
        status: 'Status',
        pending: 'Pending',
        processed: 'Processed',
        flow: 'Work Flow',
        preStaff: 'Previous Handler',
        staff: 'Handler',
        validTime: 'Valid Time',
        time: 'Time',
        type: 'Type',
        handler: 'Handler Process',
        copy: 'CC Process',
        process: 'Process',
        remark: 'Remark',
        attachmentList: 'Attachments',
        action: 'Action',
        pleaseSelect: 'Please Select',
  
        transfer: 'Transfer',
        nextHandler: 'Next Handler',
        selectNextHandler: 'Please select next handler',
        inputRemark: 'Please input remark',
        submitSuccess: 'Submit success',
        submitFailed: 'Submit failed'
      }
    },
    zh: {
      workTaskDetail: {
        title: '任务单详情',
        workId: '工单编号',
        workName: '工单名称',
        typeName: '类型名称',
        workCycle: '标识',
        once: '一次性工单',
        periodic: '周期性工单',
        startTime: '开始时间',
        endTime: '结束时间',
        createUserName: '发起人',
        curStaffName: '处理人',
        curCopyName: '抄送人',
        stateName: '状态',
        createTime: '创建时间',
        attachment: '附件',
        select: '选择',
        content: '工作单内容',
        status: '状态',
        pending: '待处理',
        processed: '已处理',
        flow: '工作单流转',
        preStaff: '前处理人',
        staff: '处理人',
        validTime: '任务有效期',
        time: '时间',
        type: '类型',
        handler: '处理人办理',
        copy: '抄送人办理',
        remark: '意见',
        attachmentList: '工作单附件',
        action: '动作',
        pleaseSelect: '请选择',
        process: '办理',
        transfer: '转单',
        nextHandler: '下一处理人',
        selectNextHandler: '必填,请选择下一处理人',
        inputRemark: '必填,请填写工单说明',
        submitSuccess: '办理成功',
        submitFailed: '办理失败'
      }
    }
  }