Commit 1d313274 by weix

修改车型定义可输入字数至30

parent 54e8b935
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
], ],
definition: [ definition: [
{required: true, message: '请输入车型定义', trigger: 'blur'}, {required: true, message: '请输入车型定义', trigger: 'blur'},
{max: 10, message: '最多可输入十个字'} {max: 30, message: '最多可输入三十个字'}
], ],
}, },
title: "添加品牌车型", title: "添加品牌车型",
......
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