indexEn.js 190 B

12345678
  1. import { GlStatisticTableEn } from "./GlStatisticTable";
  2. export default {
  3. // 数据报表管理----模块
  4. DataReportManage: {
  5. GlStatisticTable:GlStatisticTableEn
  6. },
  7. };