mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 04:54:58 +08:00
改logo图形
This commit is contained in:
parent
baf67fcef2
commit
5bdc7885b4
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.9 KiB |
|
@ -92,7 +92,7 @@
|
|||
<!-- table1 -->
|
||||
<div class="table-box">
|
||||
<el-table :data="varTableData" height="100%" style="width: 100%">
|
||||
<el-table-column type="index" label="序号" width="80" align="center"/>
|
||||
<el-table-column type="index" label="泵号" width="80" align="center"/>
|
||||
<el-table-column prop="name" label="药物名称" align="center"/>
|
||||
<el-table-column prop="speed" label="速度(ml/h)" width="120">
|
||||
<!-- <template #header>
|
||||
|
@ -139,7 +139,7 @@
|
|||
<!-- table2 -->
|
||||
<div class="table-box">
|
||||
<el-table :data="fixedTableData" height="100%" style="width: 100%">
|
||||
<el-table-column type="index" label="序号" width="80" align="center"/>
|
||||
<el-table-column type="index" label="泵号" width="80" align="center"/>
|
||||
<el-table-column prop="name" label="药物名称" align="center"/>
|
||||
<el-table-column prop="speed" label="速度(ml/h)" width="100"/>
|
||||
<el-table-column prop="total" label="累计药量(ml)" width="100"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user