|
@@ -103,6 +103,11 @@
|
|
<p>货号:{{scope.row.productSn}}</p>
|
|
<p>货号:{{scope.row.productSn}}</p>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="库存" width="120" align="center">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{scope.row.stock}}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="标签" width="140" align="center">
|
|
<el-table-column label="标签" width="140" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<p>上架:
|
|
<p>上架:
|