Commit 5a3df889 by ningjihai

height="300px"

parent 911f15f4
......@@ -62,7 +62,7 @@
</page-wrapper-search>
<div class="table-container">
<el-table v-loading="loading" :data="stocktakesList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" height="300px" :data="stocktakesList" @selection-change="handleSelectionChange">
<el-table-column label="计划日期" align="center" prop="plannedDates" width="180" />
<el-table-column label="物料" align="center" prop="materialId" fixed>
......
......@@ -71,7 +71,7 @@
<!-- 表格 -->
<div class="table-container">
<el-table :data="filteredItemsList"
<el-table height="300px" :data="filteredItemsList"
:row-class-name="setRowIndex"
@selection-change="handleSelectionChange"
border
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论