Browse Source

修改姓名长度

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
ec7b3bd0fb
  1. 4
      src/views/system/user.vue

4
src/views/system/user.vue

@ -515,8 +515,8 @@ export default {
}, },
{ {
min: 2, min: 2,
max: 5, max: 12,
message: '姓名长度在2到5个字符', message: '姓名长度在2到12个字符',
}, },
], ],
}, },

Loading…
Cancel
Save