Sfoglia il codice sorgente

抵扣产品新增已选多少项

chenrui 3 mesi fa
parent
commit
219617a2d3

+ 1 - 1
public/version.json

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

+ 1 - 0
src/views/promotionManagement/subsidizedProducts/list.vue

@@ -44,6 +44,7 @@
       <a-button id="subsidizedProducts-edit" type="primary" class="button-info" @click="handleEdit()">批量编辑</a-button>
       <a-button id="subsidizedProducts-del" type="primary" class="button-error" ghost @click="handleDel()">批量删除</a-button>
       <a-button id="subsidizedProducts-import" style="margin-left:5px;" @click="openGuideModal=true">导入</a-button>
+      <span style="margin-left: 10px;" v-if="selectTotal">已选{{ selectTotal }}项</span>
     </div>
     <a-spin :spinning="spinning" tip="Loading...">
       <!-- 列表 -->