|
@@ -64,6 +64,13 @@
|
|
|
{{ scope.row.clientShow ? '是' : '否' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column align='center' label="是否库存预警">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="!scope.row.complementGoodsIdList">
|
|
|
+ {{ scope.row.stockWarning ? '是' : '否' }}
|
|
|
+ </span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align='center' label="商品类型">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.type | shopType }}
|