35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
|
|
<view class="app_container">
|
||
|
|
<view class="item_container">
|
||
|
|
<view class="icon_synthesis" bindtap="toRevenuePage">
|
||
|
|
<view class="font_container">
|
||
|
|
<view class="font_title">全院综合统计</view>
|
||
|
|
<view class="font_detail">点击查看详情</view>
|
||
|
|
</view>
|
||
|
|
<view class="place_holder"></view>
|
||
|
|
</view>
|
||
|
|
<view class="icon_outpatient" bindtap="toOutpatientPage">
|
||
|
|
<view class="font_container">
|
||
|
|
<view class="font_title">门诊统计</view>
|
||
|
|
<view class="font_detail">点击查看详情</view>
|
||
|
|
</view>
|
||
|
|
<view class="place_holder"></view>
|
||
|
|
</view>
|
||
|
|
<view class="icon_hospitalization" bindtap="toHospitalizationPage">
|
||
|
|
<view class="font_container">
|
||
|
|
<view class="font_title">住院统计</view>
|
||
|
|
<view class="font_detail">点击查看详情</view>
|
||
|
|
</view>
|
||
|
|
<view class="place_holder"></view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<view class="icon_outpatient" bindtap="toDeptCountPage">
|
||
|
|
<view class="font_container">
|
||
|
|
<view class="font_title">科室统计(门诊)</view>
|
||
|
|
<view class="font_detail">点击查看详情</view>
|
||
|
|
</view>
|
||
|
|
<view class="place_holder"></view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
|
||
|
|
</view>
|
||
|
|
</view>
|