更新商品列表
This commit is contained in:
parent
d7b40ebf3c
commit
51b1509aef
@ -223,6 +223,9 @@
|
|||||||
<span v-if="scope.row.product_state_id === 1000">
|
<span v-if="scope.row.product_state_id === 1000">
|
||||||
{{ __('违规禁售') }}
|
{{ __('违规禁售') }}
|
||||||
</span>
|
</span>
|
||||||
|
<span v-if="scope.row.product_state_id === 1003">
|
||||||
|
未分配商品
|
||||||
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@ -357,6 +360,10 @@
|
|||||||
value: 1000,
|
value: 1000,
|
||||||
label: this.__('违规禁售'),
|
label: this.__('违规禁售'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value:1003,
|
||||||
|
label:"未分配商品"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
stateSrc: [
|
stateSrc: [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user