|
@@ -115,6 +115,7 @@
|
|
|
<el-table-column property="inpatientNo" label="住院号" />
|
|
|
<el-table-column property="bedNo" label="床位号"/>
|
|
|
<el-table-column property="name" label="姓名"/>
|
|
|
+ <el-table-column property="groupFlag" label="组" width="55"/>
|
|
|
<el-table-column property="actOrderName" label="医嘱名称"/>
|
|
|
<el-table-column property="dose" label="剂量/领量"/>
|
|
|
<el-table-column property="supplyName" label="给药方式"/>
|
|
@@ -149,6 +150,7 @@
|
|
|
<th style="width: 10%;height: 27px">住院号</th>
|
|
|
<th >床位号</th>
|
|
|
<th >姓名</th>
|
|
|
+ <th >组</th>
|
|
|
<th >医嘱名称</th>
|
|
|
<th >剂量/领量</th>
|
|
|
<th >给药方式</th>
|
|
@@ -168,6 +170,7 @@
|
|
|
<td >{{item.inpatientNo}}</td>
|
|
|
<td >{{item.bedNo}}</td>
|
|
|
<td >{{item.name}}</td>
|
|
|
+ <td >{{item.groupFlag}}</td>
|
|
|
<td >{{item.actOrderName}}</td>
|
|
|
<td >{{item.dose}}</td>
|
|
|
<td >{{item.supplyName}}</td>
|