|
@@ -31,7 +31,7 @@
|
|
|
</template>
|
|
|
<custList ref="custList" :dealerFlag="0" :isEnabled="true" @change="custChange"></custList>
|
|
|
</a-form-model-item>
|
|
|
- <!-- <a-form-model-item prop="showPrice">
|
|
|
+ <a-form-model-item prop="showPrice">
|
|
|
<template slot="label">
|
|
|
<a-tooltip placement="top">
|
|
|
<template slot="title">
|
|
@@ -50,7 +50,7 @@
|
|
|
非铺货产品——不显示价格
|
|
|
</a-select-option>
|
|
|
</a-select>
|
|
|
- </a-form-model-item> -->
|
|
|
+ </a-form-model-item>
|
|
|
</a-form-model>
|
|
|
<div class="btn-cont">
|
|
|
<a-button type="primary" id="shelfSet-basicInfo-modal-save" @click="handleSave">保存</a-button>
|