代码更新
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
style="width: 100%;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
<el-table-column prop="material_code" label="物料编码" min-width="100" show-overflow-tooltip fixed />
|
||||
<el-table-column prop="material_name" label="物料名称" min-width="100" show-overflow-tooltip fixed />
|
||||
|
||||
<template v-for="(col,index) in cols">
|
||||
<el-table-column v-if="col.isVisiable" :prop="col.prop" :label="col.label" width="130px" show-overflow-tooltip />
|
||||
</template>
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
<el-table-column prop="0" label="质检单号" min-width="100" show-overflow-tooltip fixed />
|
||||
<el-table-column prop="1" label="物料编码" min-width="100" show-overflow-tooltip fixed />
|
||||
<el-table-column prop="20" label="物料名称" min-width="100" show-overflow-tooltip fixed />
|
||||
<el-table-column prop="2" label="批号" min-width="100" show-overflow-tooltip fixed />
|
||||
<template v-for="(col,index) in cols">
|
||||
<el-table-column v-if="col" :prop="col.prop" :label="col.label" width="120px" show-overflow-tooltip />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user