2/21 界面优化1.5

20240912_adapter
wangwei 4 months ago
parent c74dfb7c10
commit 30ceed9614

@ -103,6 +103,7 @@
:data="queueCodes"
:span-method="objectSpanMethod"
border
max-height="280px"
style="width: 100%; margin-top: 20px"
>
<el-table-column label="序号" width="80">
@ -180,7 +181,7 @@
<h2 style="font-weight: bold;">工位库存队列</h2>
<!--<el-divider></el-divider>-->
<!--<div style=" border-top: 1px solid #ccc;">-->
<el-table v-loading="loading" :data="splitCodes" style="width: 100%;margin-top: 20px" max-height="350"
<el-table v-loading="loading" :data="splitCodes" style="width: 100%;margin-top: 20px" max-height="280px"
ref="multipleTable"
>
<!-- <el-table-column-->

Loading…
Cancel
Save