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