Commit 7c958968 authored by xulili's avatar xulili

修账号禁用审核改限定字数

parent 0429fe62
......@@ -44,7 +44,7 @@ export default {
rules: {
remarks: [
{ required: true, message: "请填写驳回原因", trigger: "change" },
{ min: 1, max: 20, message: "请输入1到100个字" },
{ min: 1, max: 100, message: "请输入1到100个字" },
],
},
};
......
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