|
@@ -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-07-17 15:38:48
|
|
|
|
|
|
+ * @LastEditTime: 2024-08-23 11:20:10
|
|
* @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
|
|
*/
|
|
*/
|
|
@@ -75,8 +75,9 @@ export default defineConfig({
|
|
routes: [
|
|
routes: [
|
|
{
|
|
{
|
|
path: '/',
|
|
path: '/',
|
|
- redirect: '/baseSetting/otherItemSet',
|
|
|
|
|
|
+ redirect: '/home',
|
|
},
|
|
},
|
|
|
|
+ { path: '*', component: '@/pages/404' },
|
|
{
|
|
{
|
|
path: '/noAccess',
|
|
path: '/noAccess',
|
|
component: './noAccess',
|
|
component: './noAccess',
|
|
@@ -97,13 +98,11 @@ export default defineConfig({
|
|
path: '/baseSetting/responsibilityCenterSet/responsibilityCenter',
|
|
path: '/baseSetting/responsibilityCenterSet/responsibilityCenter',
|
|
name: '责任中心管理',
|
|
name: '责任中心管理',
|
|
component: './baseSetting/responsibilityCenterSet/responsibilityCenter/index',
|
|
component: './baseSetting/responsibilityCenterSet/responsibilityCenter/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/responsibilityCenterSet/responsibilityCenterConnect',
|
|
path: '/baseSetting/responsibilityCenterSet/responsibilityCenterConnect',
|
|
name: '责任中心对应',
|
|
name: '责任中心对应',
|
|
component: './baseSetting/responsibilityCenterSet/responsibilityCenterConnect/index',
|
|
component: './baseSetting/responsibilityCenterSet/responsibilityCenterConnect/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -115,25 +114,21 @@ export default defineConfig({
|
|
path: '/baseSetting/accountingAccountSet/costIncomeProjectMana',
|
|
path: '/baseSetting/accountingAccountSet/costIncomeProjectMana',
|
|
name: '会计收入项目管理',
|
|
name: '会计收入项目管理',
|
|
component: './baseSetting/accountingAccountSet/costIncomeProjectMana/index',
|
|
component: './baseSetting/accountingAccountSet/costIncomeProjectMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/accountingAccountSet/accountingSubMana',
|
|
path: '/baseSetting/accountingAccountSet/accountingSubMana',
|
|
name: '会计科目管理',
|
|
name: '会计科目管理',
|
|
component: './baseSetting/accountingAccountSet/accountingSubMana/index',
|
|
component: './baseSetting/accountingAccountSet/accountingSubMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/accountingAccountSet/accountingSubMap',
|
|
path: '/baseSetting/accountingAccountSet/accountingSubMap',
|
|
name: '会计科目对应',
|
|
name: '会计科目对应',
|
|
component: './baseSetting/accountingAccountSet/accountingSubMap/index',
|
|
component: './baseSetting/accountingAccountSet/accountingSubMap/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/accountingAccountSet/chargeItemMap',
|
|
path: '/baseSetting/accountingAccountSet/chargeItemMap',
|
|
name: '收费项目对应',
|
|
name: '收费项目对应',
|
|
component: './baseSetting/accountingAccountSet/chargeItemMap/index',
|
|
component: './baseSetting/accountingAccountSet/chargeItemMap/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -146,37 +141,31 @@ export default defineConfig({
|
|
path: '/baseSetting/costAllocationSet/allocationLevelSet',
|
|
path: '/baseSetting/costAllocationSet/allocationLevelSet',
|
|
name: '分摊层级设置',
|
|
name: '分摊层级设置',
|
|
component: './baseSetting/costAllocationSet/allocationLevelSet/index',
|
|
component: './baseSetting/costAllocationSet/allocationLevelSet/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/costAllocationSet/idleCostSetting',
|
|
path: '/baseSetting/costAllocationSet/idleCostSetting',
|
|
name: '闲置成本设置',
|
|
name: '闲置成本设置',
|
|
component: './baseSetting/costAllocationSet/idleCostSetting/index',
|
|
component: './baseSetting/costAllocationSet/idleCostSetting/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/costAllocationSet/costAllocationParamsSet',
|
|
path: '/baseSetting/costAllocationSet/costAllocationParamsSet',
|
|
name: '成本分摊参数设置',
|
|
name: '成本分摊参数设置',
|
|
component: './baseSetting/costAllocationSet/costAllocationParamsSet/index',
|
|
component: './baseSetting/costAllocationSet/costAllocationParamsSet/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/costAllocationSet/costAllocationParamsDeal',
|
|
path: '/baseSetting/costAllocationSet/costAllocationParamsDeal',
|
|
name: '成本分摊参数处理',
|
|
name: '成本分摊参数处理',
|
|
component: './baseSetting/costAllocationSet/costAllocationParamsDeal/index',
|
|
component: './baseSetting/costAllocationSet/costAllocationParamsDeal/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/costAllocationSet/allocationParamsMap',
|
|
path: '/baseSetting/costAllocationSet/allocationParamsMap',
|
|
name: '分摊参数对应',
|
|
name: '分摊参数对应',
|
|
component: './baseSetting/costAllocationSet/allocationParamsMap/index',
|
|
component: './baseSetting/costAllocationSet/allocationParamsMap/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/costAllocationSet/revenueImputationSet',
|
|
path: '/baseSetting/costAllocationSet/revenueImputationSet',
|
|
name: '收入归集设置',
|
|
name: '收入归集设置',
|
|
component: './baseSetting/costAllocationSet/revenueImputationSet/index',
|
|
component: './baseSetting/costAllocationSet/revenueImputationSet/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -189,31 +178,26 @@ export default defineConfig({
|
|
path: '/baseSetting/otherItemSet/diySqlMana',
|
|
path: '/baseSetting/otherItemSet/diySqlMana',
|
|
name: '自定义SQl管理',
|
|
name: '自定义SQl管理',
|
|
component: './baseSetting/otherItemSet/diySqlMana/index',
|
|
component: './baseSetting/otherItemSet/diySqlMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/otherItemSet/reportItemSet',
|
|
path: '/baseSetting/otherItemSet/reportItemSet',
|
|
name: '报表项目设置',
|
|
name: '报表项目设置',
|
|
component: './baseSetting/otherItemSet/reportItemSet/index',
|
|
component: './baseSetting/otherItemSet/reportItemSet/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/otherItemSet/departmentCostCalc',
|
|
path: '/baseSetting/otherItemSet/departmentCostCalc',
|
|
name: '科室损益计算',
|
|
name: '科室损益计算',
|
|
component: './baseSetting/otherItemSet/departmentCostCalc/index',
|
|
component: './baseSetting/otherItemSet/departmentCostCalc/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/otherItemSet/visitsAndBedDayCostSetting',
|
|
path: '/baseSetting/otherItemSet/visitsAndBedDayCostSetting',
|
|
name: '诊次/床日成本设置',
|
|
name: '诊次/床日成本设置',
|
|
component: './baseSetting/otherItemSet/visitsAndBedDayCostSetting/index',
|
|
component: './baseSetting/otherItemSet/visitsAndBedDayCostSetting/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/baseSetting/otherItemSet/wholeHospCostAndIncomeSet',
|
|
path: '/baseSetting/otherItemSet/wholeHospCostAndIncomeSet',
|
|
name: '全院其他收支设置',
|
|
name: '全院其他收支设置',
|
|
component: './baseSetting/otherItemSet/wholeHospCostAndIncomeSet/index',
|
|
component: './baseSetting/otherItemSet/wholeHospCostAndIncomeSet/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -223,19 +207,16 @@ export default defineConfig({
|
|
path:'/monthlyInfoCollection',
|
|
path:'/monthlyInfoCollection',
|
|
name: '月度信息采集2',
|
|
name: '月度信息采集2',
|
|
component:'./monthlyInfoCollection/index',
|
|
component:'./monthlyInfoCollection/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:'/specialDataImport',
|
|
path:'/specialDataImport',
|
|
name: '填报数据导入',
|
|
name: '填报数据导入',
|
|
component:'./specialDataImport/index',
|
|
component:'./specialDataImport/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:'/incomeCollectionAction',
|
|
path:'/incomeCollectionAction',
|
|
name: '收入归集',
|
|
name: '收入归集',
|
|
component:'./incomeCollectionAction/index',
|
|
component:'./incomeCollectionAction/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/monthlyInfoSearch',
|
|
path: '/monthlyInfoSearch',
|
|
@@ -245,31 +226,26 @@ export default defineConfig({
|
|
path: '/monthlyInfoSearch/wholeHospIncomeAndCost',
|
|
path: '/monthlyInfoSearch/wholeHospIncomeAndCost',
|
|
name: '全院其他收支',
|
|
name: '全院其他收支',
|
|
component: './monthlyInfoSearch/wholeHospIncomeAndCost/index',
|
|
component: './monthlyInfoSearch/wholeHospIncomeAndCost/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/monthlyInfoSearch/empCostDataImport',
|
|
path: '/monthlyInfoSearch/empCostDataImport',
|
|
name: '人事成本数据导入',
|
|
name: '人事成本数据导入',
|
|
component: './monthlyInfoSearch/empCostDataImport/index',
|
|
component: './monthlyInfoSearch/empCostDataImport/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/monthlyInfoSearch/patientChargeItemsImport',
|
|
path: '/monthlyInfoSearch/patientChargeItemsImport',
|
|
name: '患者收费项目导入',
|
|
name: '患者收费项目导入',
|
|
component: './monthlyInfoSearch/patientChargeItemsImport/index',
|
|
component: './monthlyInfoSearch/patientChargeItemsImport/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/monthlyInfoSearch/patientInfoImport',
|
|
path: '/monthlyInfoSearch/patientInfoImport',
|
|
name: '患者信息导入',
|
|
name: '患者信息导入',
|
|
component: './monthlyInfoSearch/patientInfoImport/index',
|
|
component: './monthlyInfoSearch/patientInfoImport/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/monthlyInfoSearch/incomeCostDataImport',
|
|
path: '/monthlyInfoSearch/incomeCostDataImport',
|
|
name: '收入成本数据导入',
|
|
name: '收入成本数据导入',
|
|
component: './monthlyInfoSearch/incomeCostDataImport/index',
|
|
component: './monthlyInfoSearch/incomeCostDataImport/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -280,7 +256,6 @@ export default defineConfig({
|
|
{
|
|
{
|
|
path: '/costAccounting/:calcPageKey',
|
|
path: '/costAccounting/:calcPageKey',
|
|
component: './costAccounting/calcPageTemplate/index',
|
|
component: './costAccounting/calcPageTemplate/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
}
|
|
}
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -294,7 +269,6 @@ export default defineConfig({
|
|
{
|
|
{
|
|
path: '/reportExport/:reportType/:reportCode',
|
|
path: '/reportExport/:reportType/:reportCode',
|
|
component: './reportExport/report',
|
|
component: './reportExport/report',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
]
|
|
]
|
|
}
|
|
}
|
|
@@ -320,31 +294,26 @@ export default defineConfig({
|
|
path: '/costLibraryManagement/basicCostManagement/personnelClassificationMana',
|
|
path: '/costLibraryManagement/basicCostManagement/personnelClassificationMana',
|
|
name: '人事分类管理',
|
|
name: '人事分类管理',
|
|
component: './costLibraryManagement/basicCostManagement/personnelClassificationMana/index',
|
|
component: './costLibraryManagement/basicCostManagement/personnelClassificationMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/basicCostManagement/drugCostManagement',
|
|
path: '/costLibraryManagement/basicCostManagement/drugCostManagement',
|
|
name: '药品成本管理',
|
|
name: '药品成本管理',
|
|
component: './costLibraryManagement/basicCostManagement/drugCostManagement/index',
|
|
component: './costLibraryManagement/basicCostManagement/drugCostManagement/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/basicCostManagement/materialCostManagement',
|
|
path: '/costLibraryManagement/basicCostManagement/materialCostManagement',
|
|
name: '材料成本管理',
|
|
name: '材料成本管理',
|
|
component: './costLibraryManagement/basicCostManagement/materialCostManagement/index',
|
|
component: './costLibraryManagement/basicCostManagement/materialCostManagement/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/basicCostManagement/equipmentCostManagement',
|
|
path: '/costLibraryManagement/basicCostManagement/equipmentCostManagement',
|
|
name: '设备成本管理',
|
|
name: '设备成本管理',
|
|
component: './costLibraryManagement/basicCostManagement/equipmentCostManagement/index',
|
|
component: './costLibraryManagement/basicCostManagement/equipmentCostManagement/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/basicCostManagement/spaceCostManagement',
|
|
path: '/costLibraryManagement/basicCostManagement/spaceCostManagement',
|
|
name: '空间成本管理',
|
|
name: '空间成本管理',
|
|
component: './costLibraryManagement/basicCostManagement/spaceCostManagement/index',
|
|
component: './costLibraryManagement/basicCostManagement/spaceCostManagement/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -356,25 +325,21 @@ export default defineConfig({
|
|
path: '/costLibraryManagement/projectCostManagement/chargeItemsMana',
|
|
path: '/costLibraryManagement/projectCostManagement/chargeItemsMana',
|
|
name: '收费项目管理',
|
|
name: '收费项目管理',
|
|
component: './costLibraryManagement/projectCostManagement/chargeItemsMana/index',
|
|
component: './costLibraryManagement/projectCostManagement/chargeItemsMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/projectCostManagement/standardProjectMana',
|
|
path: '/costLibraryManagement/projectCostManagement/standardProjectMana',
|
|
name: '标准项目管理',
|
|
name: '标准项目管理',
|
|
component: './costLibraryManagement/projectCostManagement/standardProjectMana/index',
|
|
component: './costLibraryManagement/projectCostManagement/standardProjectMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/projectCostManagement/projectShareParamsSet',
|
|
path: '/costLibraryManagement/projectCostManagement/projectShareParamsSet',
|
|
name: '项目分摊参数设置',
|
|
name: '项目分摊参数设置',
|
|
component: './costLibraryManagement/projectCostManagement/projectShareParamsSet/index',
|
|
component: './costLibraryManagement/projectCostManagement/projectShareParamsSet/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/projectCostManagement/projectCostShareSet',
|
|
path: '/costLibraryManagement/projectCostManagement/projectCostShareSet',
|
|
name: '项目成本分摊设置',
|
|
name: '项目成本分摊设置',
|
|
component: './costLibraryManagement/projectCostManagement/projectCostShareSet/index',
|
|
component: './costLibraryManagement/projectCostManagement/projectCostShareSet/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -386,7 +351,6 @@ export default defineConfig({
|
|
path: '/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana',
|
|
path: '/costLibraryManagement/medicalOrderProject/medicalOrderProjectMana',
|
|
name: '收费项目管理',
|
|
name: '收费项目管理',
|
|
component: './costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/index',
|
|
component: './costLibraryManagement/medicalOrderProject/medicalOrderProjectMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -398,13 +362,11 @@ export default defineConfig({
|
|
path: '/costLibraryManagement/diseaseCostManagement/diseaseMana',
|
|
path: '/costLibraryManagement/diseaseCostManagement/diseaseMana',
|
|
name: '病种管理',
|
|
name: '病种管理',
|
|
component: './costLibraryManagement/diseaseCostManagement/diseaseMana/index',
|
|
component: './costLibraryManagement/diseaseCostManagement/diseaseMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison',
|
|
path: '/costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison',
|
|
name: '病种诊断对照',
|
|
name: '病种诊断对照',
|
|
component: './costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/index',
|
|
component: './costLibraryManagement/diseaseCostManagement/diseaseDiagnosisComparison/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
@@ -423,18 +385,15 @@ export default defineConfig({
|
|
path: '/costLibraryManagement/reportMana/reportColumnMana',
|
|
path: '/costLibraryManagement/reportMana/reportColumnMana',
|
|
name: '报表列管理',
|
|
name: '报表列管理',
|
|
component: './costLibraryManagement/reportMana/reportColumnMana/index',
|
|
component: './costLibraryManagement/reportMana/reportColumnMana/index',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/reportMana/reportListMana',
|
|
path: '/costLibraryManagement/reportMana/reportListMana',
|
|
name: '报表管理',
|
|
name: '报表管理',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
component: './costLibraryManagement/reportMana/reportListMana/index',
|
|
component: './costLibraryManagement/reportMana/reportListMana/index',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/costLibraryManagement/reportMana/reportNavSet',
|
|
path: '/costLibraryManagement/reportMana/reportNavSet',
|
|
name: '报表跳转',
|
|
name: '报表跳转',
|
|
- wrappers: ['@/authWrapper'],
|
|
|
|
component: './costLibraryManagement/reportMana/reportNavSet/index',
|
|
component: './costLibraryManagement/reportMana/reportNavSet/index',
|
|
},
|
|
},
|
|
],
|
|
],
|