Commit b0142e08 authored by jiaorz's avatar jiaorz

132

parent c0244bcb
......@@ -911,7 +911,7 @@
min: 0,
max: 200,
message: '长度小于 200 个字符',
trigger: 'blur'
trigger: 'blur',
}
],
numberPlate: [
......@@ -919,7 +919,8 @@
min: 0,
max: 20,
message: '长度小于 20 个字符',
trigger: 'blur'
trigger: 'blur',
required: true
}
],
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