Commit 3d632329 by naan1993

对菜单序号的填写添加限制

parent e5507c9d
...@@ -32,6 +32,13 @@ var MenuInfoDlg = { ...@@ -32,6 +32,13 @@ var MenuInfoDlg = {
message: '请求地址不能为空' message: '请求地址不能为空'
} }
} }
},
num: {
validators: {
notEmpty: {
message: '序号不能为空'
}
}
} }
} }
}; };
......
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