Blame view

src/views/contract/contractDetailSubLang.js 929 Bytes
fc9bd1db   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: {
      contractDetailSub: {
        contractName: 'Contract Name',
        contractCode: 'Contract Code',
        parentContractCode: 'Parent Contract Code',
        contractType: 'Contract Type',
        operator: 'Operator',
        contractAmount: 'Contract Amount',
        contractPartyB: 'Contract Party B',
        validityPeriod: 'Validity Period',
        draftTime: 'Draft Time',
        status: 'Status',
        operation: 'Operation',
        view: 'View'
      }
    },
    zh: {
      contractDetailSub: {
        contractName: '合同名称',
        contractCode: '合同编号',
        parentContractCode: '父合同编号',
        contractType: '合同类型',
        operator: '经办人',
        contractAmount: '合同金额',
        contractPartyB: '合同乙方',
        validityPeriod: '有效期',
        draftTime: '起草时间',
        status: '状态',
        operation: '操作',
        view: '查看'
      }
    }
  }