fix:mioitem_check物料编号左固定
This commit is contained in:
parent
434cf4bfda
commit
18c1320a16
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue