mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 仪表板内/数据大屏内修改仪表板/数据大屏名称-提示内容错误
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user