|
@@ -59,7 +59,7 @@
|
|
|
<div class="info-wrap mb-15px">
|
|
<div class="info-wrap mb-15px">
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8" :xs="24" class="header-item">长者姓名:{{ detailHeader.elderName || '-' }}</el-col>
|
|
<el-col :span="8" :xs="24" class="header-item">长者姓名:{{ detailHeader.elderName || '-' }}</el-col>
|
|
|
- <el-col :span="8" :xs="24" class="header-item">房间号:{{ detailHeader.roomName || '-' }}</el-col>
|
|
|
|
|
|
|
+ <!-- <el-col :span="8" :xs="24" class="header-item">房间号:{{ detailHeader.roomName || '-' }}</el-col> -->
|
|
|
<el-col :span="8" :xs="24" class="header-item">床位号:{{ detailHeader.bedName || '-' }}</el-col>
|
|
<el-col :span="8" :xs="24" class="header-item">床位号:{{ detailHeader.bedName || '-' }}</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
@@ -207,7 +207,7 @@ const message = useMessage()
|
|
|
|
|
|
|
|
const columns = reactive([
|
|
const columns = reactive([
|
|
|
{ label: '长者姓名', field: 'elderName' },
|
|
{ label: '长者姓名', field: 'elderName' },
|
|
|
- { label: '房间号', field: 'roomName' },
|
|
|
|
|
|
|
+ // { label: '房间号', field: 'roomName' },
|
|
|
{ label: '床位号', field: 'bedName' }
|
|
{ label: '床位号', field: 'bedName' }
|
|
|
])
|
|
])
|
|
|
|
|
|