Merge pull request #11854 from dataease/pr@dev-v2@refactor_export

refactor(仪表板、数据大屏): 导出明细文案修改
This commit is contained in:
王嘉豪 2024-08-29 16:45:27 +08:00 committed by GitHub
commit 80cd024c22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,7 +309,7 @@ const downloadViewImage = () => {
const downloadViewDetails = (downloadType = 'view') => {
const viewDataInfo = dvMainStore.getViewDataDetails(viewInfo.value.id)
if (!viewDataInfo) {
ElMessage.error('当前无数据,无法导出')
ElMessage.error('当前无字段,无法导出')
return
}
const chartExtRequest = dvMainStore.getLastViewRequestInfo(viewInfo.value.id)