Browse Source

menu seo

master
pengjun 2 years ago
parent
commit
40416c7707
  1. 2
      src/router/index.js
  2. 21
      src/views/Home.vue

2
src/router/index.js

@ -399,7 +399,7 @@ const routes = [{
},
{
path: "/doctorstaionworkload",
name: "登记员工作量",
name: "医生站工作量",
component: () =>
import ("../views/workload/doctorstaionworkload.vue"),
},

21
src/views/Home.vue

@ -409,27 +409,6 @@
</el-dropdown-menu>
</el-dropdown>
</div>
<!-- 工作量统计 -->
<!-- <div class="physicalexamination" style="margin-left: 15px">
<el-dropdown @command="handleCommand">
<span class="el-dropdown-link"> 工作量统计 </span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="registrar"
>登记员工作量</el-dropdown-item
>
<el-dropdown-item command="doctorstaionworkload"
>医生站工作量</el-dropdown-item
>
<el-dropdown-item command="directordoctor"
>总检工作量</el-dropdown-item
>
<el-dropdown-item command="deskwork"
>科室工作量</el-dropdown-item
>
</el-dropdown-menu>
</el-dropdown>
</div> -->
<!-- -->
<!-- 收费 -->
<div class="physicalexamination" style="margin-left: 15px">
<el-dropdown

Loading…
Cancel
Save