|
@@ -512,6 +512,8 @@
|
|
|
<tr>
|
|
|
<td class="table-value table-label" colspan="1" ref="YLZZ" style="font-weight: bold">医疗组长:</td>
|
|
|
<td class="table-value" colspan="2">
|
|
|
+ <div v-if="!ifFile">{{ data.YLZZ }}</div>
|
|
|
+ <el-input v-else class="width100 tableReach" v-model="data.YLZZ" placeholder="请输入内容"></el-input>
|
|
|
<!-- <el-input :disabled="!ifFile" class="width100 tableReach" v-model="data.YLZZ" placeholder="请输入内容"></el-input> -->
|
|
|
</td>
|
|
|
<td class="table-value table-label" colspan="1" ref="AEE02" style="font-weight: bold">主任(副主任)医师:</td>
|
|
@@ -777,7 +779,7 @@
|
|
|
<td class="table-value" colspan="3" ref="WCQK" style="font-weight: bold">完成情况(1.完成 2.退出):</td>
|
|
|
<td class="table-value" colspan="2">
|
|
|
<div style="display: flex; align-items: center; justify-content: center">
|
|
|
- <div v-if="!ifFile">{{ data.LCLJ }}</div>
|
|
|
+ <div v-if="!ifFile">{{ data.WCQK }}</div>
|
|
|
<el-input v-else class="width100 tableReach" style="width: 150px" v-model="data.WCQK" placeholder="请输入内容"></el-input>
|
|
|
</div>
|
|
|
</td>
|