代码优化
This commit is contained in:
parent
ab7a823b6f
commit
ebceeaf823
|
|
@ -723,8 +723,8 @@ export default {
|
|||
},
|
||||
{
|
||||
min: 2,
|
||||
max: 20,
|
||||
message: '设备名称长度必须介于 2 和 20 之间',
|
||||
max: 50,
|
||||
message: '设备名称长度必须介于 2 和 50 之间',
|
||||
trigger: 'blur',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue