Sfoglia il codice sorgente

fix(bugs): 修改商品属性name长度

tangning 4 anni fa
parent
commit
3f36f05b16
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/product/addModal.vue

+ 3 - 0
src/views/product/addModal.vue

@@ -19,6 +19,9 @@
         span: 18,
       },
       required: true,
+      componentProps: {
+        maxLength: 25,
+      },
     },
     {
       field: 'sortOrder',