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