代码优化

This commit is contained in:
BianLzhaoMin 2024-09-10 15:12:28 +08:00
parent ab7a823b6f
commit ebceeaf823
1 changed files with 2 additions and 2 deletions

View File

@ -723,8 +723,8 @@ export default {
}, },
{ {
min: 2, min: 2,
max: 20, max: 50,
message: '设备名称长度必须介于 2 和 20 之间', message: '设备名称长度必须介于 2 和 50 之间',
trigger: 'blur', trigger: 'blur',
}, },
], ],