|
@@ -582,16 +582,16 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
-<!-- <el-table-column prop="inventoryBoxNum" label="库存箱数">-->
|
|
|
-<!-- <template slot-scope="scope">-->
|
|
|
-<!-- {{ scope.row.inventoryBoxNum }}-->
|
|
|
-<!-- </template>-->
|
|
|
-<!-- </el-table-column>-->
|
|
|
-<!-- <el-table-column prop="inventoryWeight" label="库存重量/kg">-->
|
|
|
-<!-- <template slot-scope="scope">-->
|
|
|
-<!-- {{ scope.row.inventoryWeight }}-->
|
|
|
-<!-- </template>-->
|
|
|
-<!-- </el-table-column>-->
|
|
|
+ <el-table-column prop="inventoryBoxNum" label="库存箱数">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.inventoryBoxNum }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="inventoryWeight" label="库存重量/kg">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.inventoryWeight }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
|
|
|
<el-table-column prop="remark" label="备注">
|
|
|
<template slot-scope="scope">
|