dev2 #1

Open
panjunjie wants to merge 174 commits from dev2 into main
Showing only changes of commit 51b1509aef - Show all commits

View File

@ -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: [
{