Explorar o código

账户名限制32个字符

zouzs hai 1 semana
pai
achega
9b7aacfab0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
     }
   },
   {