瀏覽代碼

账户名限制32个字符

zouzs 1 周之前
父節點
當前提交
9b7aacfab0
共有 1 個文件被更改,包括 2 次插入1 次删除
  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
     }
   },
   {