|
@@ -10,18 +10,46 @@
|
|
|
|
|
|
<div class="wthree shaIcon">
|
|
|
<div style="margin: 0 auto;">
|
|
|
- <div style="margin-top: 35px; margin-left: 36%;">
|
|
|
- <a href="doctorpolitical">医政风采</a>
|
|
|
- </div>
|
|
|
- <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
- <span style="font-size: 12px;">门诊质量管理</span>
|
|
|
- </div>
|
|
|
+ <div style="margin-top: 35px; margin-left: 36%;">
|
|
|
+ <a href="doctorpolitical">医政风采</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="concept" style="font-size: 12px;">概念与职责</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="ward" style="font-size: 12px;">病房质量管理</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="outpatientservice" style="font-size: 12px;">门诊质量管理</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="doctorskill" style="font-size: 12px;">医生技能管理</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="core" style="font-size: 12px;">核心制度</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="registered" style="font-size: 12px;">执业医生注册</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="farmers" style="font-size: 12px;">卫生支农</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="cases" style="font-size: 12px;">病例质量管理</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="education" style="font-size: 12px;">健康教育</a>
|
|
|
+ </div>
|
|
|
+ <div style="margin-top: 5px; margin-left: 36%;">
|
|
|
+ <a href="review" style="font-size: 12px;">评审</a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<img src="../../assets/image/sl.png" class="icon">
|
|
|
|
|
|
<div class="wseven shamatter">
|
|
|
<div class="shuIcon"></div>
|
|
|
+ <span class="biaoti">门诊质量管理</span>
|
|
|
<div class="hengIcon"></div>
|
|
|
<ul >
|
|
|
<li v-for="(item, index) in DataList" :key="id" @click="Jump(item.id)">
|
|
@@ -132,13 +160,15 @@ export default {
|
|
|
.outpatientserice .shaIcon {
|
|
|
position: relative;
|
|
|
border: 1px solid #cccccc;
|
|
|
- height: 120px;
|
|
|
+ height: 350px;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
-.outpatientserice .shaIcon span {
|
|
|
+.outpatientserice .shaIcon a {
|
|
|
+ color: #333333;
|
|
|
cursor:pointer;
|
|
|
}
|
|
|
.outpatientserice .shamatter {
|
|
|
+ position: relative;
|
|
|
border: 1px solid #cccccc;
|
|
|
margin-top: 20px;
|
|
|
}
|