lilei 1 gadu atpakaļ
vecāks
revīzija
9fdfc47e42

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1693383865079
+  "version": 1696917991700
 }

+ 2 - 2
src/views/numsGoodsShelves/shelfSet/basicInfoModal.vue

@@ -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>