无人机管理后台前端(已迁走)
张含笑
2025-08-14 84af39f08a8d3795b4051922fa65f4b5eb0a4926
feat:姓名长度限制
1 files modified
4 ■■■■ changed files
src/views/system/user.vue 4 ●●●● patch | view | raw | blame | history
src/views/system/user.vue
@@ -402,8 +402,8 @@
                  },
                  {
                    min: 2,
                    max: 10,
                    message: '姓名长度在2到5个字符',
                    max: 50,
                    message: '姓名长度在2到50个字符',
                  },
                ],
              },