fix(view/stock) 表头锁定异常

入库记录表头锁定异常
This commit is contained in:
2026-02-12 11:34:44 +08:00

View File

@@ -45,7 +45,7 @@
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="inList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" height="1000px" :data="inList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="序号" align="center" prop="stockInCode" />
<el-table-column label="单据日期" align="center" prop="docDate" />