Merge branch 'main' of http://118.182.97.76:3000/admin/zhyc-sheep-ui
fix(view/stock) 表头锁定异常 入库记录表头锁定异常
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
||||||
</el-row>
|
</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 type="selection" width="55" align="center" />
|
||||||
<el-table-column label="序号" align="center" prop="stockInCode" />
|
<el-table-column label="序号" align="center" prop="stockInCode" />
|
||||||
<el-table-column label="单据日期" align="center" prop="docDate" />
|
<el-table-column label="单据日期" align="center" prop="docDate" />
|
||||||
|
|||||||
Reference in New Issue
Block a user