Blame view

src/i18n/reportI18n.js 234 Bytes
8db44267   wuxw   开始开发报表功能
1
2
3
4
5
6
7
8
9
  import { messages as reportProficientMessages } from '../views/report/reportProficientLang'
  export const messages ={
      en:{
          ...reportProficientMessages.en,
      },
      zh:{    
          ...reportProficientMessages.zh, 
      }
  }