forked from github/dataease
fix: 仪表板内/数据大屏内修改仪表板/数据大屏名称-提示内容错误
This commit is contained in:
parent
97a1ab1c4e
commit
288343cede
@ -66,7 +66,7 @@ const closeEditCanvasName = () => {
|
||||
return
|
||||
}
|
||||
if (inputName.value.trim().length > 64 || inputName.value.trim().length < 2) {
|
||||
ElMessage.warning('名称字段长度不能2-64个字符')
|
||||
ElMessage.warning('名称字段长度2-64个字符')
|
||||
editCanvasName()
|
||||
return
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ const closeEditCanvasName = () => {
|
||||
return
|
||||
}
|
||||
if (inputName.value.trim().length > 64 || inputName.value.trim().length < 2) {
|
||||
ElMessage.warning('名称字段长度不能2-64个字符')
|
||||
ElMessage.warning('名称字段长度2-64个字符')
|
||||
editCanvasName()
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user