This commit is contained in:
马巧 2025-08-11 14:54:04 +08:00
parent 1c91715d36
commit f4c09d52a1
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@
{
logger.Info($"抽屉取药发生错误,{e.Message}");
_message.Notify(
new NotificationMessage { Severity = NotificationSeverity.Error, Summary = "提示", Detail = $"发生错误,{e.Message}", Duration = 4000 }
new NotificationMessage { Severity = NotificationSeverity.Error, Summary = myText.Tips, Detail = $"发生错误,{e.Message}", Duration = 4000 }
);
if (setting.Value.single.Contains(this.drawerNo))
{