lilei 8 달 전
부모
커밋
94fdd89634
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/views/productManagement/productBrand/editModal.vue
  2. 2 2
      src/views/productManagement/productCategory/editModal.vue

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

@@ -22,10 +22,10 @@
           <a-form-model-item label="产品品牌名称" prop="brandName">
             <a-input
               id="productBrandEdit-brandName"
-              :maxLength="15"
+              :maxLength="20"
               v-model.trim="form.brandName"
               @change="filterEmpty"
-              placeholder="请输入产品品牌名称(最多15个字符)"
+              placeholder="请输入产品品牌名称(最多20个字符)"
               allowClear />
           </a-form-model-item>
         </a-form-model>

+ 2 - 2
src/views/productManagement/productCategory/editModal.vue

@@ -27,9 +27,9 @@
               v-model.trim="form.productTypeName"
               @change="filterEmpty"
               id="productCategoryEdit-name"
-              :maxLength="15"
+              :maxLength="20"
               allowClear
-              placeholder="请输入产品分类名称(最多15个字符)" />
+              placeholder="请输入产品分类名称(最多20个字符)" />
           </a-form-model-item>
         </a-form-model>
         <div class="btn-cont">