Browse Source

2023-4-14

cmy 2 years ago
parent
commit
a4b12713c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/product/productAdd/index.vue

+ 2 - 1
src/pages/product/productAdd/index.vue

@@ -841,7 +841,8 @@
 						</div>
 					</FormItem>
 					</Col>
-					<Col span="24" v-if="merchantType===0">
+					<!-- <Col span="24" v-if="merchantType===0"> -->
+					<Col span="24">
 					<FormItem label="商品推荐:">
 						<CheckboxGroup v-model="formValidate.recommend" class="checkAlls">
 							<Checkbox label="is_hot">热卖单品</Checkbox>