fix:mioitem_check物料编号左固定

This commit is contained in:
shijing 2025-12-19 08:40:34 +08:00
parent 434cf4bfda
commit 18c1320a16
1 changed files with 2 additions and 2 deletions

View File

@ -816,8 +816,8 @@
</el-form>
</el-header>
<el-main style="padding: 0 20px 20px 20px" id="mioitemwMain">
<scTable :tableHeight="tableHeight" :data="mioitemwList" border hideDo hidePagination>
<el-table-column label="物料编号" prop="number">
<scTable :tableHeight="tableHeight" :data="mioitemwList" row-key="id" border hideDo hidePagination>
<el-table-column label="物料编号" prop="number" min-width="170px" fixed="left">
</el-table-column>
<el-table-column prop="note" :label="item.testitem_name" v-for="item in qct_testitems" :key="item.id" width="150px">
<template #default="scope">