lilei 8 months ago
parent
commit
517ff8e114
2 changed files with 2 additions and 2 deletions
  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": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1728895035513
+  "version": 1728895634404
 }
 }

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

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