lilei 2 달 전
부모
커밋
4fa3b84324
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 2 2
      src/views/salesManagement/salesQueryNew/chooseProductModal.vue

+ 1 - 1
public/version.json

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

+ 2 - 2
src/views/salesManagement/salesQueryNew/chooseProductModal.vue

@@ -116,9 +116,9 @@
                     @change="vinChangeProductType"
                     mode="multiple"
                     style="min-width:300px"
-                    maxTagCount="1"
+                    maxTagCount="5"
                     placeholder="请选择产品分类筛选">
-                    <a-select-option v-for="item in vinInfoData.productTypeList" :key="item.id" :value="item.productTypeSn">{{ item.namePaths.replace(',','>') }}</a-select-option>
+                    <a-select-option v-for="item in vinInfoData.productTypeList" :key="item.id" :value="item.productTypeSn">{{ item.productTypeName }}</a-select-option>
                   </a-select>
                 </div>
               </div>