Blame view

src/views/report/reportCustomComponentFooterManageLang.js 506 Bytes
a42b3256   wuxw   HC小区管理系统前段vue版正在开发中
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: {
      reportCustomComponentFooterManage: {
        statistics: 'Statistics',
        id: 'ID',
        name: 'Name',
        queryMethod: 'Query Method',
        description: 'Description',
        fetchError: 'Failed to fetch footer list'
      }
    },
    zh: {
      reportCustomComponentFooterManage: {
        statistics: '统计',
        id: 'ID',
        name: '名称',
        queryMethod: '查询方式',
        description: '描述',
        fetchError: '获取页脚列表失败'
      }
    }
  }