105040 Update 更新提示内容指引

This commit is contained in:
lihanbo 2024-11-08 17:11:07 +08:00
parent 861253e891
commit 5afa7c0892
1 changed files with 2 additions and 3 deletions

View File

@ -205,7 +205,7 @@ public partial class MainWindow : Window
{
if (ViewModel.ExportData == null || ViewModel.ExportData.Count <= 0)
{
FlexMessageBox.Info($"无数据可导出");
FlexMessageBox.Info($"无数据可导出,请先点击上方生成导入模板数据");
}
else
{
@ -225,7 +225,6 @@ public partial class MainWindow : Window
FlexMessageBox.Info($"导出完成!");
}
}
}
catch (System.Exception ex)
{