|
@@ -1,8 +1,8 @@
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-07-22 15:04:09
|
|
|
- * @LastEditTime: 2021-09-01 15:10:17
|
|
|
- * @LastEditors: Please set LastEditors
|
|
|
+ * @LastEditTime: 2022-10-11 11:12:48
|
|
|
+ * @LastEditors: code4eat awesomedema@gmail.com
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /TracerMethodology_PC/config/routes.js
|
|
|
*/
|
|
@@ -142,6 +142,22 @@ export default [
|
|
|
name: '科室损益计算',
|
|
|
component: './costAccounting/departmentCostCalculate/index',
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/costAccounting/unitCostCalculate',
|
|
|
+ name: '单位成本计算',
|
|
|
+ component: './costAccounting/departmentCostCalculate/index',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/costAccounting/zhenciCostCalculate',
|
|
|
+ name: '诊次成本计算',
|
|
|
+ component: './costAccounting/departmentCostCalculate/index',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/costAccounting/chuangriCostCalculate',
|
|
|
+ name: '床日成本计算',
|
|
|
+ component: './costAccounting/departmentCostCalculate/index',
|
|
|
+ },
|
|
|
+
|
|
|
],
|
|
|
},
|
|
|
{
|
|
@@ -155,6 +171,24 @@ export default [
|
|
|
icon: 'tool',
|
|
|
component: './reportTableExport/departmentOperatingReport/index',
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/reportTableExport/unitCostReport',
|
|
|
+ name: '单位成本报表',
|
|
|
+ icon: 'tool',
|
|
|
+ component: './reportTableExport/departmentOperatingReport/index',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/reportTableExport/zhenciCostReport',
|
|
|
+ name: '诊次成本报表',
|
|
|
+ icon: 'tool',
|
|
|
+ component: './reportTableExport/departmentOperatingReport/index',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/reportTableExport/chuangriCostReport',
|
|
|
+ name: '床日成本报表',
|
|
|
+ icon: 'tool',
|
|
|
+ component: './reportTableExport/departmentOperatingReport/index',
|
|
|
+ },
|
|
|
{
|
|
|
path: '/reportTableExport/wholeHospOperatingReport',
|
|
|
name: '全院经营报表',
|