|
@@ -139,7 +139,7 @@
|
|
|
/>
|
|
|
<el-table-column prop="good_name" label="商品名称" show-overflow-tooltip />
|
|
|
|
|
|
- <template v-if="Number(sitem.status) > 2">
|
|
|
+ <template v-if="Number(sitem.status) > 3">
|
|
|
<el-table-column prop="is_activity" label="是否使用活动价" width="110px">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{scope.row.is_activity === '1' ? '是' : '否'}}</span>
|