lilei 8 月之前
父節點
當前提交
517ff8e114
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/productManagement/productBrand/editModal.vue

+ 1 - 1
public/version.json

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

+ 1 - 1
src/views/productManagement/productBrand/editModal.vue

@@ -25,7 +25,7 @@
               :maxLength="20"
               v-model.trim="form.brandName"
               @change="filterEmpty"
-              placeholder="请输入产品品牌名称(最多20个字符)"
+              placeholder="请输入产品品牌名称(最多20个字符),名称不能含有”箭冠“、”冠牌“、”箭牌“字段!"
               allowClear />
           </a-form-model-item>
         </a-form-model>