Commit 2a5c5ee4 by qinjianhui

fix: 规范素材查询条件修改

parent e3979dae
......@@ -35,7 +35,7 @@ export interface SearchForm {
logisticsCompanyCode?: string
interceptStatus?: boolean
shopNumber?: string
standardDesignImage?: number
newStandard?: number
productMarkList?: string[]
/** list_page:POD 商品单面/多面,与 productMarkList 中 pod 联动 */
podCustomizedQuantity?: string
......
......@@ -314,7 +314,7 @@
</ElFormItem>
<ElFormItem label="规范素材">
<ElSelect
v-model="searchForm.standardDesignImage"
v-model="searchForm.newStandard"
placeholder="请选择"
clearable
filterable
......@@ -323,7 +323,7 @@
<ElOption
v-for="(_, index) in ['否', '是']"
:key="index"
:value="!!index"
:value="index"
:label="index === 0 ? '否' : '是'"
></ElOption>
</ElSelect>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment