|
|
|
@ -6,11 +6,19 @@ |
|
|
|
class="principalheader" |
|
|
|
> |
|
|
|
<div class="navs"> |
|
|
|
<img |
|
|
|
src="@/assets/logo.png" |
|
|
|
alt="" |
|
|
|
style="width: 24px; height: 24px" |
|
|
|
/> |
|
|
|
<div class="maintitle">神豚体检管理系统</div> |
|
|
|
<div style="margin-left: 5%"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link"> |
|
|
|
<span style="margin-top: 10px;color:#000"> |
|
|
|
<span style="margin-top: 10px"> |
|
|
|
<img |
|
|
|
class="iconimg" |
|
|
|
src="@/assets/images/usericon.png" |
|
|
|
@ -40,7 +48,10 @@ |
|
|
|
style="margin-left: 10px; padding: 0 5px" |
|
|
|
class="basicdictionany" |
|
|
|
> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link" style="margin-left: 10px"> |
|
|
|
<img |
|
|
|
src="@/assets/images/feesettings.png" |
|
|
|
@ -111,7 +122,10 @@ |
|
|
|
</div> |
|
|
|
<!-- 收费设置 --> |
|
|
|
<div class="feesettings" style="margin-left: 20px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link"> |
|
|
|
<img |
|
|
|
src="@/assets/images/chargeimg.png" |
|
|
|
@ -140,7 +154,10 @@ |
|
|
|
</div> |
|
|
|
<!--常用设置 --> |
|
|
|
<div class="commonsettings" style="margin-left: 20px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link"> |
|
|
|
<img |
|
|
|
src="@/assets/images/commonsetting.png" |
|
|
|
@ -192,7 +209,11 @@ |
|
|
|
</div> |
|
|
|
<!-- 体检登记 --> |
|
|
|
<div class="examinationregistration" style="margin-left: 20px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
class="dropdowncolor" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link"> |
|
|
|
<img |
|
|
|
src="@/assets/images/registrationimg.png" |
|
|
|
@ -229,7 +250,10 @@ |
|
|
|
</div> |
|
|
|
<!-- 体检 --> |
|
|
|
<div class="physicalexamination" style="margin-left: 10px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link">体检</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="doctorCheck" |
|
|
|
@ -243,7 +267,10 @@ |
|
|
|
</div> |
|
|
|
<!-- 体检查询 --> |
|
|
|
<div style="margin-left: 10px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link">体检查询</span> |
|
|
|
<el-dropdown-menu slot="dropdown" style="width: 170px"> |
|
|
|
<el-dropdown-item command="report">体检报告</el-dropdown-item> |
|
|
|
@ -264,7 +291,10 @@ |
|
|
|
</div> |
|
|
|
<!-- 客户报表 --> |
|
|
|
<div class="physicalexamination" style="margin-left: 15px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link"> 客户报表 </span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="diseaseStatistics" |
|
|
|
@ -302,7 +332,10 @@ |
|
|
|
<!-- --> |
|
|
|
<!-- 收费 --> |
|
|
|
<div class="physicalexamination" style="margin-left: 15px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link"> 工作量统计 </span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="registrar" |
|
|
|
@ -323,7 +356,10 @@ |
|
|
|
<!-- --> |
|
|
|
<!-- 收费 --> |
|
|
|
<div class="physicalexamination" style="margin-left: 15px"> |
|
|
|
<el-dropdown @command="handleCommand"> |
|
|
|
<el-dropdown |
|
|
|
@command="handleCommand" |
|
|
|
style="color: rgb(121, 114, 113); font-weight: 700" |
|
|
|
> |
|
|
|
<span class="el-dropdown-link"> 收费 </span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
<el-dropdown-item command="tollcollector" |
|
|
|
@ -344,11 +380,18 @@ |
|
|
|
src="@/assets/images/currentuser.png" |
|
|
|
alt="" |
|
|
|
class="currentuser" |
|
|
|
style="background-color:red;" |
|
|
|
/> |
|
|
|
当前用户:{{ user }} |
|
|
|
<!-- <i class="el-icon-arrow-down el-icon--right"></i> --> |
|
|
|
<el-dropdown> |
|
|
|
<span class="el-dropdown-link"> |
|
|
|
<img |
|
|
|
src="@/assets/images/operate.png" |
|
|
|
alt="" |
|
|
|
style="width: 20px; height: 20px" |
|
|
|
class="operateimg" |
|
|
|
/> |
|
|
|
操作 <i class="el-icon-arrow-down el-icon--right"></i> |
|
|
|
</span> |
|
|
|
<el-dropdown-menu slot="dropdown"> |
|
|
|
@ -709,18 +752,22 @@ export default { |
|
|
|
}; |
|
|
|
</script> |
|
|
|
<style scoped> |
|
|
|
.dropdowncolor { |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
.el-dropdown { |
|
|
|
color: rgb(140, 135, 134); |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
.currentuser { |
|
|
|
width: 30px; |
|
|
|
height: 30px; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
right: 11%; |
|
|
|
position: relative; |
|
|
|
right: 2%; |
|
|
|
top: 10px; |
|
|
|
color: #000; |
|
|
|
background-color: #2bca84; |
|
|
|
z-index: 99; |
|
|
|
} |
|
|
|
.registrationimgimges { |
|
|
|
width: 20px; |
|
|
|
@ -823,7 +870,11 @@ export default { |
|
|
|
.el-header { |
|
|
|
height: 70px; |
|
|
|
} |
|
|
|
|
|
|
|
.operateimg{ |
|
|
|
position: relative; |
|
|
|
left: 0; |
|
|
|
top: 5px; |
|
|
|
} |
|
|
|
.el-aside { |
|
|
|
/* height: calc(100vh, -70px); */ |
|
|
|
height: calc(100vh - 0px); |
|
|
|
|