浏览代码

货架订单

lilei 2 年之前
父节点
当前提交
dff972329c
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      public/version.json
  2. 2 1
      src/views/common/shelfList.js

+ 1 - 1
public/version.json

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

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

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