Browse Source

home

master
pengjun 2 years ago
parent
commit
71ededb4f4
  1. 15
      src/views/Home.vue

15
src/views/Home.vue

@ -16,7 +16,7 @@
</el-dropdown> </el-dropdown>
</div> </div>
<!-- 基础字典 --> <!-- 基础字典 -->
<div style="margin-left: 15px" class="basicdictionany">
<div style="margin-left: 10px" class="basicdictionany">
<el-dropdown @command="handleCommand"> <el-dropdown @command="handleCommand">
<span class="el-dropdown-link">基础字典</span> <span class="el-dropdown-link">基础字典</span>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
@ -45,7 +45,7 @@
</el-dropdown> </el-dropdown>
</div> </div>
<!-- 收费设置 --> <!-- 收费设置 -->
<div class="feesettings" style="margin-left: 20px">
<div class="feesettings" style="margin-left: 10px">
<el-dropdown @command="handleCommand"> <el-dropdown @command="handleCommand">
<span class="el-dropdown-link">收费设置</span> <span class="el-dropdown-link">收费设置</span>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
@ -58,7 +58,7 @@
</el-dropdown> </el-dropdown>
</div> </div>
<!--常用设置 --> <!--常用设置 -->
<div class="commonsettings" style="margin-left: 20px">
<div class="commonsettings" style="margin-left: 10px">
<el-dropdown @command="handleCommand"> <el-dropdown @command="handleCommand">
<span class="el-dropdown-link">常用设置</span> <span class="el-dropdown-link">常用设置</span>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
@ -87,7 +87,7 @@
</el-dropdown> </el-dropdown>
</div> </div>
<!-- 体检登记 --> <!-- 体检登记 -->
<div class="examinationregistration" style="margin-left: 15px">
<div class="examinationregistration" style="margin-left: 10px">
<el-dropdown @command="handleCommand"> <el-dropdown @command="handleCommand">
<span class="el-dropdown-link">体检登记</span> <span class="el-dropdown-link">体检登记</span>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
@ -103,21 +103,20 @@
</el-dropdown> </el-dropdown>
</div> </div>
<!-- 体检 --> <!-- 体检 -->
<div class="physicalexamination" style="margin-left: 15px">
<div class="physicalexamination" style="margin-left: 10px">
<el-dropdown @command="handleCommand"> <el-dropdown @command="handleCommand">
<span class="el-dropdown-link">体检</span> <span class="el-dropdown-link">体检</span>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="doctorCheck">体检医生诊台</el-dropdown-item> <el-dropdown-item command="doctorCheck">体检医生诊台</el-dropdown-item>
<el-dropdown-item command="sumDoctorCheck">总检医生诊台</el-dropdown-item> <el-dropdown-item command="sumDoctorCheck">总检医生诊台</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</div> </div>
<!-- 体检查询 --> <!-- 体检查询 -->
<div class="physicalexamination" style="margin-left: 15px">
<div style="margin-left: 10px">
<el-dropdown @command="handleCommand"> <el-dropdown @command="handleCommand">
<span class="el-dropdown-link">体检查询</span> <span class="el-dropdown-link">体检查询</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-menu slot="dropdown" style="width:170px;">
<el-dropdown-item command="report">体检报告</el-dropdown-item> <el-dropdown-item command="report">体检报告</el-dropdown-item>
<el-dropdown-item command="checkStatus">组合项目检查状态</el-dropdown-item> <el-dropdown-item command="checkStatus">组合项目检查状态</el-dropdown-item>
<el-dropdown-item command="chargeAsbitem">人员费用组合项目</el-dropdown-item> <el-dropdown-item command="chargeAsbitem">人员费用组合项目</el-dropdown-item>

Loading…
Cancel
Save