|
@@ -626,7 +626,7 @@
|
|
|
<td class="table-labelon" ref="OPE_LEVEL" style="font-weight: bold">手术级别</td>
|
|
|
<td class="table-labelon" ref="ICD9_NAME" style="font-weight: bold">手术及操作名称</td>
|
|
|
<td class="table-labelon" ref="SSLX" style="font-weight: bold">手术类型</td>
|
|
|
- <td class="table-labelon" ref="SSPB" style="font-weight: bold">手术判别</td>
|
|
|
+ <!-- <td class="table-labelon" ref="SSPB" style="font-weight: bold">手术判别</td> -->
|
|
|
<td class="table-labelon" style="padding: 0px; border: 0">
|
|
|
<tr>
|
|
|
<td class="table-labelon" colspan="3" style="border-left: 0; font-weight: bold; border-right: 0">手术及操作人员</td>
|
|
@@ -682,14 +682,14 @@
|
|
|
{{ item.SSLX }}
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class="table-value">
|
|
|
+ <!-- <td class="table-value">
|
|
|
<div v-if="ifFile">
|
|
|
<el-input class="width100 tableReach" v-model="item.SSPB" placeholder="请输入内容"></el-input>
|
|
|
</div>
|
|
|
<div v-else>
|
|
|
{{ item.SSPB }}
|
|
|
</div>
|
|
|
- </td>
|
|
|
+ </td> -->
|
|
|
<td class="table-value">
|
|
|
<tr>
|
|
|
<td class="table-value width100" style="border-bottom: 0; border-top: 0">
|