|
@ -70,14 +70,14 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="neironglef">
|
|
|
<button @click="newRecover()">新康复安排</button>
|
|
|
<button @click="newRecover()">新建计划</button>
|
|
|
<button @click="modelControl()">模版管理</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="neirong2">
|
|
|
<ul class="c-blocks-3 ul">
|
|
|
<li>患者信息</li>
|
|
|
<li>医生及计划信息</li>
|
|
|
<li>计划信息</li>
|
|
|
<li>操作</li>
|
|
|
</ul>
|
|
|
<!-- table -->
|
|
@ -87,10 +87,10 @@
|
|
|
<div class="all flex-box">
|
|
|
<div class="dataa flex-box">
|
|
|
<div :class="{ quote: isActive}"></div>
|
|
|
<img :src="setImgSrc(data.photo)" width="40" height="40" class="c-images-cycle" />
|
|
|
<img :src="setImgSrc(data.photo)" @click="checkPatient(data)" width="40" height="40" class="c-images-cycle" />
|
|
|
<p class="xinxi">
|
|
|
<span>{{data.patientName}}
|
|
|
</span> ( {{data.sex}} {{data.age}}岁 )
|
|
|
</span> ( {{data.sex}} {{data.age}}岁 ) <button class="recoveryPlan" @click="recoveryPlan(data)">康复管理</button>
|
|
|
<br><span :id="'hospitalName_'+data.id" style="font-size: 14px;color: #999999;">{{data.hospitalName}}</span></p>
|
|
|
<p class="biaoqian" :id="'quote_'+data.id">
|
|
|
<span class="span"></span> <span>{{data.healthyCondition}}</span>
|
|
@ -115,13 +115,14 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="datad flex-box">
|
|
|
<button @click="morePlan(data)">
|
|
|
<a href="javascript: void(0)">更多计划</a>
|
|
|
</button>
|
|
|
|
|
|
<button>
|
|
|
<a href="javascript: void(0)" @click="checkPlan(data)">查看计划</a>
|
|
|
</button>
|
|
|
<button class="stopBtn" @click="stop(data)" :data-id="data.id" :id="'stopBtn_'+data.id">中止计划</button>
|
|
|
<button @click="morePlan(data)">
|
|
|
<a href="javascript: void(0)">更多计划</a>
|
|
|
</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|