Browse Source

货架订单

lilei 2 years ago
parent
commit
dff972329c
2 changed files with 3 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 2 1
      src/views/common/shelfList.js

+ 1 - 1
public/version.json

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

+ 2 - 1
src/views/common/shelfList.js

@@ -3,7 +3,8 @@ const shelfSList = {
   template: `
   template: `
       <a-select
       <a-select
         placeholder="请选择货架"
         placeholder="请选择货架"
-        :maxTagCount="2"
+        :maxTagCount="3"
+        :maxTagTextLength="mode=='default'?20:8"
         :mode="mode"
         :mode="mode"
         :id="id"
         :id="id"
         allowClear
         allowClear