|
@@ -2,7 +2,7 @@
|
|
* @Author: code4eat awesomedema@gmail.com
|
|
* @Author: code4eat awesomedema@gmail.com
|
|
* @Date: 2022-12-14 14:14:32
|
|
* @Date: 2022-12-14 14:14:32
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
- * @LastEditTime: 2024-01-15 16:02:02
|
|
|
|
|
|
+ * @LastEditTime: 2024-07-19 16:03:13
|
|
* @FilePath: /BudgetManaSystem/.umirc.ts
|
|
* @FilePath: /BudgetManaSystem/.umirc.ts
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
*/
|
|
*/
|
|
@@ -43,7 +43,7 @@ export default defineConfig({
|
|
|
|
|
|
access: {},
|
|
access: {},
|
|
model: {},
|
|
model: {},
|
|
-
|
|
|
|
|
|
+ esbuildMinifyIIFE:true,
|
|
initialState: {},
|
|
initialState: {},
|
|
request: {},
|
|
request: {},
|
|
layout: {
|
|
layout: {
|
|
@@ -72,10 +72,15 @@ export default defineConfig({
|
|
path: '/',
|
|
path: '/',
|
|
redirect: '/home',
|
|
redirect: '/home',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/noAccess',
|
|
|
|
+ component: './noAccess',
|
|
|
|
+ },
|
|
{
|
|
{
|
|
name: '首页',
|
|
name: '首页',
|
|
path: '/home',
|
|
path: '/home',
|
|
component: './Home',
|
|
component: './Home',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
// name: '静态测试',
|
|
// name: '静态测试',
|
|
@@ -94,26 +99,31 @@ export default defineConfig({
|
|
name: '业务字典分类管理',
|
|
name: '业务字典分类管理',
|
|
path: '/setting/baseSetting/dicClassfication',
|
|
path: '/setting/baseSetting/dicClassfication',
|
|
component: './setting/baseSetting/dicClassfication',
|
|
component: './setting/baseSetting/dicClassfication',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '业务字典管理',
|
|
name: '业务字典管理',
|
|
path: '/setting/baseSetting/businessDicMana',
|
|
path: '/setting/baseSetting/businessDicMana',
|
|
component: './setting/baseSetting/businessDicMana',
|
|
component: './setting/baseSetting/businessDicMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '参数管理',
|
|
name: '参数管理',
|
|
path: '/setting/baseSetting/paramsMana',
|
|
path: '/setting/baseSetting/paramsMana',
|
|
component: './setting/baseSetting/paramsMana',
|
|
component: './setting/baseSetting/paramsMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '职类基础设定',
|
|
name: '职类基础设定',
|
|
path: '/setting/baseSetting/jobCateBaseSet',
|
|
path: '/setting/baseSetting/jobCateBaseSet',
|
|
component: './setting/baseSetting/jobCateBaseSet',
|
|
component: './setting/baseSetting/jobCateBaseSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '岗位等级系数设定',
|
|
name: '岗位等级系数设定',
|
|
path: '/setting/baseSetting/positionLevelRateSet',
|
|
path: '/setting/baseSetting/positionLevelRateSet',
|
|
component: './setting/baseSetting/positionLevelRateSet',
|
|
component: './setting/baseSetting/positionLevelRateSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -125,46 +135,66 @@ export default defineConfig({
|
|
name: '收费项目管理',
|
|
name: '收费项目管理',
|
|
path: '/setting/projectSetting/bilingProjectMana',
|
|
path: '/setting/projectSetting/bilingProjectMana',
|
|
component: './setting/projectSetting/bilingProjectMana',
|
|
component: './setting/projectSetting/bilingProjectMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '静态测试',
|
|
name: '静态测试',
|
|
path: '/setting/projectSetting/static/:pageCode',
|
|
path: '/setting/projectSetting/static/:pageCode',
|
|
component: './setting/projectSetting/bilingProjectMana',
|
|
component: './setting/projectSetting/bilingProjectMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '指标项目管理',
|
|
name: '指标项目管理',
|
|
path: '/setting/projectSetting/indicProjectMana',
|
|
path: '/setting/projectSetting/indicProjectMana',
|
|
component: './setting/projectSetting/indicProjectMana',
|
|
component: './setting/projectSetting/indicProjectMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '二次分配项目管理',
|
|
name: '二次分配项目管理',
|
|
path: '/setting/projectSetting/secondaryProjectDistribute',
|
|
path: '/setting/projectSetting/secondaryProjectDistribute',
|
|
component: './setting/projectSetting/secondaryProjectDistribute',
|
|
component: './setting/projectSetting/secondaryProjectDistribute',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '非考核项目管理',
|
|
name: '非考核项目管理',
|
|
path: '/setting/projectSetting/nonAssessmentProjectMana',
|
|
path: '/setting/projectSetting/nonAssessmentProjectMana',
|
|
component: './setting/projectSetting/nonAssessmentProjectMana',
|
|
component: './setting/projectSetting/nonAssessmentProjectMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '保留考核项目管理',
|
|
|
|
+ path: '/setting/projectSetting/retentionAssessmentProjectMana',
|
|
|
|
+ component: './setting/projectSetting/retentionAssessmentProjectMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
|
|
+ },{
|
|
|
|
+ name: '职类保留考核设定',
|
|
|
|
+ path: '/setting/projectSetting/jobCateRetenSet',
|
|
|
|
+ component: './setting/projectSetting/jobCateRetenSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '职类二次分配设定',
|
|
name: '职类二次分配设定',
|
|
path: '/setting/projectSetting/occupationsSecondaryDistriSet',
|
|
path: '/setting/projectSetting/occupationsSecondaryDistriSet',
|
|
component: './setting/projectSetting/occupationsSecondaryDistriSet',
|
|
component: './setting/projectSetting/occupationsSecondaryDistriSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '核算单元项目设定',
|
|
name: '核算单元项目设定',
|
|
path: '/setting/projectSetting/checkUnitProjectSet',
|
|
path: '/setting/projectSetting/checkUnitProjectSet',
|
|
component: './setting/projectSetting/checkUnitProjectSet',
|
|
component: './setting/projectSetting/checkUnitProjectSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '成本收入项目设定',
|
|
name: '成本收入项目设定',
|
|
path: '/setting/projectSetting/costIncomeProjectSet',
|
|
path: '/setting/projectSetting/costIncomeProjectSet',
|
|
component: './setting/projectSetting/costIncomeProjectSet',
|
|
component: './setting/projectSetting/costIncomeProjectSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '二次分配分组设定',
|
|
name: '二次分配分组设定',
|
|
path: '/setting/projectSetting/secondaryDistriGroupSet',
|
|
path: '/setting/projectSetting/secondaryDistriGroupSet',
|
|
component: './setting/projectSetting/secondaryDistriGroupSet',
|
|
component: './setting/projectSetting/secondaryDistriGroupSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -176,21 +206,25 @@ export default defineConfig({
|
|
name: '管理指标项目设定',
|
|
name: '管理指标项目设定',
|
|
path: '/setting/manaPerformanceSet/manaIndicItemSet',
|
|
path: '/setting/manaPerformanceSet/manaIndicItemSet',
|
|
component: './setting/manaPerformanceSet/manaIndicItemSet',
|
|
component: './setting/manaPerformanceSet/manaIndicItemSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '职类考核分级设定',
|
|
name: '职类考核分级设定',
|
|
path: '/setting/manaPerformanceSet/classAssessAndGradeSet',
|
|
path: '/setting/manaPerformanceSet/classAssessAndGradeSet',
|
|
component: './setting/manaPerformanceSet/classAssessAndGradeSet',
|
|
component: './setting/manaPerformanceSet/classAssessAndGradeSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '指标分组权重设定',
|
|
name: '指标分组权重设定',
|
|
path: '/setting/manaPerformanceSet/indicGroupWeightSet',
|
|
path: '/setting/manaPerformanceSet/indicGroupWeightSet',
|
|
component: './setting/manaPerformanceSet/indicGroupWeightSet',
|
|
component: './setting/manaPerformanceSet/indicGroupWeightSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '单元指标目标设定',
|
|
name: '单元指标目标设定',
|
|
path: '/setting/manaPerformanceSet/unitIndicTargetSet',
|
|
path: '/setting/manaPerformanceSet/unitIndicTargetSet',
|
|
component: './setting/manaPerformanceSet/unitIndicTargetSet',
|
|
component: './setting/manaPerformanceSet/unitIndicTargetSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -202,21 +236,25 @@ export default defineConfig({
|
|
name: '报表列管理',
|
|
name: '报表列管理',
|
|
path: '/setting/reportSet/reportListMana',
|
|
path: '/setting/reportSet/reportListMana',
|
|
component: './setting/reportSet/reportListMana',
|
|
component: './setting/reportSet/reportListMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '报表设置',
|
|
name: '报表设置',
|
|
path: '/setting/reportSet/reportSetting',
|
|
path: '/setting/reportSet/reportSetting',
|
|
component: './setting/reportSet/reportSetting',
|
|
component: './setting/reportSet/reportSetting',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '报表跳转管理',
|
|
name: '报表跳转管理',
|
|
path: '/setting/reportSet/reportNavSet',
|
|
path: '/setting/reportSet/reportNavSet',
|
|
component: './setting/reportSet/reportNavSet',
|
|
component: './setting/reportSet/reportNavSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '自定义SQL管理',
|
|
name: '自定义SQL管理',
|
|
path: '/setting/reportSet/diySqlMana',
|
|
path: '/setting/reportSet/diySqlMana',
|
|
component: './setting/reportSet/diySqlMana',
|
|
component: './setting/reportSet/diySqlMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -228,31 +266,37 @@ export default defineConfig({
|
|
name: '核算单元分类管理',
|
|
name: '核算单元分类管理',
|
|
path: '/setting/checkUnitSet/checkUnitClassMana',
|
|
path: '/setting/checkUnitSet/checkUnitClassMana',
|
|
component: './setting/checkUnitSet/checkUnitClassMana',
|
|
component: './setting/checkUnitSet/checkUnitClassMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '核算单元管理',
|
|
name: '核算单元管理',
|
|
path: '/setting/checkUnitSet/checkUnitMana',
|
|
path: '/setting/checkUnitSet/checkUnitMana',
|
|
component: './setting/checkUnitSet/checkUnitMana',
|
|
component: './setting/checkUnitSet/checkUnitMana',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '核算单元科室对照',
|
|
name: '核算单元科室对照',
|
|
path: '/setting/checkUnitSet/checkUnitDepMap',
|
|
path: '/setting/checkUnitSet/checkUnitDepMap',
|
|
component: './setting/checkUnitSet/checkUnitDepMap',
|
|
component: './setting/checkUnitSet/checkUnitDepMap',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '核算单元人员设定',
|
|
name: '核算单元人员设定',
|
|
path: '/setting/checkUnitSet/checkUnitEmpSet',
|
|
path: '/setting/checkUnitSet/checkUnitEmpSet',
|
|
component: './setting/checkUnitSet/checkUnitEmpSet',
|
|
component: './setting/checkUnitSet/checkUnitEmpSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '医疗组设定',
|
|
name: '医疗组设定',
|
|
path: '/setting/checkUnitSet/medicalGroupSet',
|
|
path: '/setting/checkUnitSet/medicalGroupSet',
|
|
component: './setting/checkUnitSet/medicalGroupSet',
|
|
component: './setting/checkUnitSet/medicalGroupSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '检视单元权限设定',
|
|
name: '检视单元权限设定',
|
|
path: '/setting/checkUnitSet/viewUnitPermSet',
|
|
path: '/setting/checkUnitSet/viewUnitPermSet',
|
|
component: './setting/checkUnitSet/viewUnitPermSet',
|
|
component: './setting/checkUnitSet/viewUnitPermSet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -266,32 +310,38 @@ export default defineConfig({
|
|
{
|
|
{
|
|
name: '月度结转',
|
|
name: '月度结转',
|
|
path: '/budgetMana/monthlySet',
|
|
path: '/budgetMana/monthlySet',
|
|
- component: './budgetMana/monthlySet'
|
|
|
|
|
|
+ component: './budgetMana/monthlySet',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '月度设置信息核对',
|
|
name: '月度设置信息核对',
|
|
path: '/budgetMana/monthlyInfoCheck',
|
|
path: '/budgetMana/monthlyInfoCheck',
|
|
- component: './budgetMana/monthlyInfoCheck'
|
|
|
|
|
|
+ component: './budgetMana/monthlyInfoCheck',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '月度绩效数据核对',
|
|
name: '月度绩效数据核对',
|
|
path: '/budgetMana/monthlyDataCheck',
|
|
path: '/budgetMana/monthlyDataCheck',
|
|
- component: './budgetMana/monthlyDataCheck'
|
|
|
|
|
|
+ component: './budgetMana/monthlyDataCheck',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '人事薪酬预算',
|
|
name: '人事薪酬预算',
|
|
path: '/budgetMana/personnelSalaryBudget',
|
|
path: '/budgetMana/personnelSalaryBudget',
|
|
- component: './budgetMana/personnelSalaryBudget'
|
|
|
|
|
|
+ component: './budgetMana/personnelSalaryBudget',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '一次分配',
|
|
name: '一次分配',
|
|
path: '/budgetMana/oneBatch',
|
|
path: '/budgetMana/oneBatch',
|
|
- component: './budgetMana/oneBatch'
|
|
|
|
|
|
+ component: './budgetMana/oneBatch',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '特殊数据导入',
|
|
name: '特殊数据导入',
|
|
path: '/budgetMana/specialDataImport',
|
|
path: '/budgetMana/specialDataImport',
|
|
- component: './budgetMana/specialDataImport'
|
|
|
|
|
|
+ component: './budgetMana/specialDataImport',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -302,6 +352,7 @@ export default defineConfig({
|
|
{
|
|
{
|
|
path: '/reportCheck/report/:reportCode',
|
|
path: '/reportCheck/report/:reportCode',
|
|
component: './reportCheck/report',
|
|
component: './reportCheck/report',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -313,26 +364,31 @@ export default defineConfig({
|
|
name: '人员信息核对',
|
|
name: '人员信息核对',
|
|
path: '/secondaryDistribute/employeeInfoCheck',
|
|
path: '/secondaryDistribute/employeeInfoCheck',
|
|
component: './secondaryDistribute/employeeInfoCheck',
|
|
component: './secondaryDistribute/employeeInfoCheck',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '非考核项目核定',
|
|
name: '非考核项目核定',
|
|
path: '/secondaryDistribute/nonCheckProjectApprove',
|
|
path: '/secondaryDistribute/nonCheckProjectApprove',
|
|
component: './secondaryDistribute/nonCheckProjectApprove',
|
|
component: './secondaryDistribute/nonCheckProjectApprove',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '单元考核项目评分',
|
|
name: '单元考核项目评分',
|
|
path: '/secondaryDistribute/unitCheckProjectScore',
|
|
path: '/secondaryDistribute/unitCheckProjectScore',
|
|
component: './secondaryDistribute/unitCheckProjectScore',
|
|
component: './secondaryDistribute/unitCheckProjectScore',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '二次分配计算',
|
|
name: '二次分配计算',
|
|
path: '/secondaryDistribute/secondaryDitriComputed',
|
|
path: '/secondaryDistribute/secondaryDitriComputed',
|
|
component: './secondaryDistribute/secondaryDitriComputed',
|
|
component: './secondaryDistribute/secondaryDitriComputed',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '二次分配审核',
|
|
name: '二次分配审核',
|
|
path: '/secondaryDistribute/secondaryDitriCheck',
|
|
path: '/secondaryDistribute/secondaryDitriCheck',
|
|
component: './secondaryDistribute/secondaryDitriComputed',
|
|
component: './secondaryDistribute/secondaryDitriComputed',
|
|
|
|
+ wrappers: ['@/authWrapper'],
|
|
},
|
|
},
|
|
|
|
|
|
]
|
|
]
|
|
@@ -344,6 +400,7 @@ export default defineConfig({
|
|
{
|
|
{
|
|
name: '国考指标',
|
|
name: '国考指标',
|
|
path: '/crosstabReport/nationalIndicator',
|
|
path: '/crosstabReport/nationalIndicator',
|
|
|
|
+ // wrappers: ['@/authWrapper'],
|
|
routes: [{}]
|
|
routes: [{}]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -353,21 +410,25 @@ export default defineConfig({
|
|
{
|
|
{
|
|
name: '大屏-全院分析',
|
|
name: '大屏-全院分析',
|
|
path: '/crosstabReport/businessAnalysis/hospitalAnalysis',
|
|
path: '/crosstabReport/businessAnalysis/hospitalAnalysis',
|
|
|
|
+ // wrappers: ['@/authWrapper'],
|
|
routes: [{}]
|
|
routes: [{}]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '大屏-住院分析',
|
|
name: '大屏-住院分析',
|
|
path: '/crosstabReport/businessAnalysis/inpAnalysis',
|
|
path: '/crosstabReport/businessAnalysis/inpAnalysis',
|
|
|
|
+ // wrappers: ['@/authWrapper'],
|
|
routes: [{}]
|
|
routes: [{}]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '大屏-门诊分析',
|
|
name: '大屏-门诊分析',
|
|
path: '/crosstabReport/businessAnalysis/opdAnalysis',
|
|
path: '/crosstabReport/businessAnalysis/opdAnalysis',
|
|
|
|
+ // wrappers: ['@/authWrapper'],
|
|
routes: [{}]
|
|
routes: [{}]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '收入分析',
|
|
name: '收入分析',
|
|
path: '/crosstabReport/businessAnalysis/incomeAnalysis',
|
|
path: '/crosstabReport/businessAnalysis/incomeAnalysis',
|
|
|
|
+ // wrappers: ['@/authWrapper'],
|
|
routes: [{}]
|
|
routes: [{}]
|
|
},
|
|
},
|
|
]
|
|
]
|
|
@@ -375,11 +436,13 @@ export default defineConfig({
|
|
{
|
|
{
|
|
name: '成本分析',
|
|
name: '成本分析',
|
|
path: '/crosstabReport/costAnalysis',
|
|
path: '/crosstabReport/costAnalysis',
|
|
|
|
+ // wrappers: ['@/authWrapper'],
|
|
routes: [{}]
|
|
routes: [{}]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '财务报表分析',
|
|
name: '财务报表分析',
|
|
path: '/crosstabReport/financialReportAnalysis',
|
|
path: '/crosstabReport/financialReportAnalysis',
|
|
|
|
+ // wrappers: ['@/authWrapper'],
|
|
routes: [{}]
|
|
routes: [{}]
|
|
},
|
|
},
|
|
]
|
|
]
|