Blame view

src/views/contract/printContractLang.js 482 Bytes
bc37d685   wuxw   开发完成合同功能
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  export const messages = {
    en: {
      printContract: {
        title: 'Contract Print',
        print: 'Print',
        close: 'Close',
        noTemplate: 'This contract does not have a template set, please set it in the contract template under the contract type'
      }
    },
    zh: {
      printContract: {
        title: '合同打印',
        print: '打印',
        close: '关闭',
        noTemplate: '此合同未设置合同模板,请到合同类型下的合同模板中设置'
      }
    }
  }