Browse Source

账户名限制32个字符

zouzs 1 tuần trước cách đây
mục cha
commit
9b7aacfab0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/ipAccount/index.vue

+ 2 - 1
src/views/ipAccount/index.vue

@@ -198,7 +198,8 @@ const columns: PlusColumn[] = [
     prop: "accNo",
     valueType: "input",
     fieldProps: {
-      disabled: computed(() => !state.isCreate)
+      disabled: computed(() => !state.isCreate),
+      maxlength: 32
     }
   },
   {