Blame view

src/views/report/printCommonReportTableLang.js 418 Bytes
f804bf62   wuxw   报表功能测试完成
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  export const messages = {
    en: {
      printCommonReportTable: {
        print: 'Print',
        cancel: 'Cancel',
        componentName: 'Report Name',
        tableHeader: 'Table Header',
        footer: 'Footer Information'
      }
    },
    zh: {
      printCommonReportTable: {
        print: '打印',
        cancel: '取消',
        componentName: '报表名称',
        tableHeader: '表头',
        footer: '页脚信息'
      }
    }
  }