Commit b0142e08 authored by jiaorz's avatar jiaorz

132

parent c0244bcb
...@@ -911,7 +911,7 @@ ...@@ -911,7 +911,7 @@
min: 0, min: 0,
max: 200, max: 200,
message: '长度小于 200 个字符', message: '长度小于 200 个字符',
trigger: 'blur' trigger: 'blur',
} }
], ],
numberPlate: [ numberPlate: [
...@@ -919,7 +919,8 @@ ...@@ -919,7 +919,8 @@
min: 0, min: 0,
max: 20, max: 20,
message: '长度小于 20 个字符', message: '长度小于 20 个字符',
trigger: 'blur' trigger: 'blur',
required: true
} }
], ],
remark: [ remark: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment