|
@@ -129,6 +129,7 @@
|
|
|
>
|
|
>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column label="批次号" prop="batchNo"> </el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="名称" prop="name" show-overflow-tooltip>
|
|
<el-table-column label="名称" prop="name" show-overflow-tooltip>
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
@@ -155,7 +156,6 @@
|
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
>
|
|
>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column label="批次号" prop="batchNo"> </el-table-column> -->
|
|
|
|
|
|
|
|
|
|
<el-table-column label="数量" prop="demandQuantity" width="140">
|
|
<el-table-column label="数量" prop="demandQuantity" width="140">
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|