|
@@ -382,6 +382,7 @@
|
|
|
<el-table-column prop="gcs" label="GCS" width="40" />
|
|
|
<el-table-column prop="rass" label="RASS" width="35" />
|
|
|
<el-table-column prop="glu" label="血糖" width="40" />
|
|
|
+ <el-table-column prop="cpot" label="CPOT" width="35" />
|
|
|
<el-table-column prop="othJc" label="其他" width="40" />
|
|
|
</el-table-column>
|
|
|
<el-table-column label="病情观察、护理措施及效果" >
|
|
@@ -615,8 +616,8 @@
|
|
|
<th colspan="7">生命体征</th>
|
|
|
<th colspan="2">入量</th>
|
|
|
<th colspan="2">出量</th>
|
|
|
- <th colspan="7">监测项目</th>
|
|
|
- <th colspan="9">监测项目</th>
|
|
|
+ <th colspan="8">监测项目</th>
|
|
|
+ <th colspan="9">病情观察、护理措施及效果</th>
|
|
|
<th rowspan="3">护士签名</th>
|
|
|
</tr>
|
|
|
<tr v-if="queryParam.hldType=='6'">
|
|
@@ -637,15 +638,16 @@
|
|
|
<th rowspan="2" style="width: 25px">GCS</th>
|
|
|
<th rowspan="2" style="width: 25px">RASS</th>
|
|
|
<th rowspan="2" style="width: 25px">血糖</th>
|
|
|
+ <th rowspan="2" style="width: 25px">CPOT</th>
|
|
|
<th rowspan="2" style="width: 25px">其他</th>
|
|
|
<th rowspan="2" style="width: 25px">体位</th>
|
|
|
<th rowspan="2" style="width: 25px">吸痰</th>
|
|
|
<th rowspan="2" style="width: 25px">雾化</th>
|
|
|
<th rowspan="2" style="width: 25px">气道护理</th>
|
|
|
- <th rowspan="2">口腔护理</th>
|
|
|
- <th rowspan="2">会阴护理</th>
|
|
|
- <th rowspan="2">床上擦浴</th>
|
|
|
- <th rowspan="2">A-V护理</th>
|
|
|
+ <th rowspan="2" style="width: 25px">口腔护理</th>
|
|
|
+ <th rowspan="2" style="width: 25px">会阴护理</th>
|
|
|
+ <th rowspan="2" style="width: 25px">床上擦浴</th>
|
|
|
+ <th rowspan="2" style="width: 25px">A-V护理</th>
|
|
|
<th rowspan="2" style="width: 100px">其他</th>
|
|
|
</tr>
|
|
|
<tr v-if="queryParam.hldType=='6'">
|
|
@@ -794,9 +796,9 @@
|
|
|
{{item.pupilr}} {{item.pupil}} <br/> o{{item.pupilbj}}o <br/> {{item.rpupil}} {{item.lpupil}}
|
|
|
</span>
|
|
|
</td>
|
|
|
- <td style="width: 45px">{{item.col1Name}}</td>
|
|
|
+ <td style="width: 55px">{{item.col1Name}}</td>
|
|
|
<td style="width: 25px">{{item.col1Am}}</td>
|
|
|
- <td style="width: 45px">{{item.col2Name}}</td>
|
|
|
+ <td style="width: 55px">{{item.col2Name}}</td>
|
|
|
<td style="width: 25px">{{item.col2Am}}</td>
|
|
|
<td style="width: 25px">{{item.spo2}}</td>
|
|
|
<td style="width: 25px">{{item.cvp}}</td>
|
|
@@ -804,6 +806,7 @@
|
|
|
<td style="width: 20px">{{item.gcs}}</td>
|
|
|
<td style="width: 20px">{{item.rass}}</td>
|
|
|
<td style="width: 20px">{{item.glu}}</td>
|
|
|
+ <td style="width: 20px">{{item.cpot}}</td>
|
|
|
<td style="width: 25px">{{item.othJc}}</td>
|
|
|
<td style="width: 20px">{{item.position}}</td>
|
|
|
<td style="width: 20px"> {{isForXuanZhong(item.isSputum)}}</td>
|
|
@@ -813,7 +816,7 @@
|
|
|
<td style="width: 20px"> {{isForXuanZhong(item.isHuiyin)}}</td>
|
|
|
<td style="width: 20px"> {{isForXuanZhong(item.isBed)}}</td>
|
|
|
<td style="width: 20px"> {{isForXuanZhong(item.isAV)}}</td>
|
|
|
- <td style="width: 232px;text-align: left"> {{item.otherInfo}}</td>
|
|
|
+ <td style="width: 200px;text-align: left"> {{item.otherInfo}}</td>
|
|
|
<td > {{item.useridName}}</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
@@ -1005,7 +1008,7 @@ const closeHld =()=>{
|
|
|
hulidanDialogFlag.value = false
|
|
|
}
|
|
|
|
|
|
-const titleColspan =ref(36)
|
|
|
+const titleColspan =ref(37)
|
|
|
|
|
|
//选择护理类型改变列
|
|
|
const selectHlType = (val) =>{
|