Blame view

src/views/report/commonReportLang.js 432 Bytes
71def04c   wuxw   优化优惠
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  export const messages = {
    en: {
      commonReportTable: {
        queryConditions: 'Query Conditions',
        query: 'Query',
        reset: 'Reset',
        export: 'Export',
        print: 'Print',
        noData: 'No Data'
      }
    },
    zh: {
      commonReportTable: {
        queryConditions: '查询条件',
        query: '查询',
        reset: '重置',
        export: '导出',
        print: '打印',
        noData: '暂无数据'
      }
    }
  }