未验证 提交 e58d89fe 编写于 作者: 查尔斯-BUG万象集's avatar 查尔斯-BUG万象集 提交者: GitHub

Merge pull request #22 from Bull-BCLS/dev

fix: 修复字典名称表单校验
......@@ -274,7 +274,7 @@
name: [
{ required: true, message: '请输入字典名称' },
{
match: /^[\\u4e00-\\u9fa5a-zA-Z0-9_-]{2,30}$/,
match: /^[\u4e00-\u9fa5a-zA-Z0-9_-]{2,30}$/,
message:
'长度为 2 到 30 位,可以包含中文、字母、数字、下划线,短横线',
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册