|
@@ -43,19 +43,19 @@
|
|
|
<a-checkbox-group v-model="form.showPrice" id="shelfSet-basicInfo-showPrice-checkbox">
|
|
|
<div style="display: flex;padding:10px 0;">
|
|
|
<div style="width: 80px;font-weight: bold;">货架产品:</div>
|
|
|
- <a-checkbox value="shelf_price_show">
|
|
|
+ <a-checkbox value="shelf_price_show" id="shelf_price_show">
|
|
|
车主价
|
|
|
</a-checkbox>
|
|
|
- <a-checkbox value="shelf_cost_show">
|
|
|
+ <a-checkbox value="shelf_cost_show" id="shelf_cost_show">
|
|
|
结算价
|
|
|
</a-checkbox>
|
|
|
</div>
|
|
|
<div style="display: flex;padding:10px 0;">
|
|
|
<div style="width: 80px;font-weight: bold;">非货架产品:</div>
|
|
|
- <a-checkbox value="non_shelf_price_show">
|
|
|
+ <a-checkbox value="non_shelf_price_show" id="non_shelf_price_show">
|
|
|
车主价
|
|
|
</a-checkbox>
|
|
|
- <a-checkbox value="non_shelf_cost_show">
|
|
|
+ <a-checkbox value="non_shelf_cost_show" id="non_shelf_cost_show">
|
|
|
结算价
|
|
|
</a-checkbox>
|
|
|
</div>
|