diff --git a/healthlink-his-ui/src/views/reportmanage/DashboardData.vue b/healthlink-his-ui/src/views/reportmanage/DashboardData.vue new file mode 100644 index 000000000..d79e94abf --- /dev/null +++ b/healthlink-his-ui/src/views/reportmanage/DashboardData.vue @@ -0,0 +1,184 @@ + + + + + + 可视化仪表盘 + + + + + + + 刷新 + + + + + + + + + {{ formatMoney(dashData.totalRevenue) }} + 总收入(万) + + + + + + + {{ formatMoney(dashData.totalProfit) }} + 总利润(万) + + + + + + + {{ dashData.totalPatients || 0 }} + 总患者数 + + + + + + + {{ dashData.totalDrgCases || 0 }} + DRG病例数 + + + + + + + + + + {{ formatMoney(dashData.totalCost) }} + 总成本(万) + + + + + + + {{ dashData.latestCmiValue || '-' }} + 最新CMI值 + + + + + + + {{ dashData.latestCostControlRate || '-' }}% + 成本控制率 + + + + + + + {{ dashData.totalRecords || 0 }} + 数据记录数 + + + + + + + + + 图表数据 + + + + + + 月度收支趋势 + + + + {{ formatMoney(row.revenue) }} + + + {{ formatMoney(row.cost) }} + + + + + + + 科室收入分布 + + + + {{ formatMoney(row.revenue) }} + + + + + + + + + + DRG绩效趋势 + + + + + + + + + + + + + + + +