feat: enhance TicketDetailDialog with status change confirmation and dropdown menu for status selection

This commit is contained in:
mlogclub
2026-05-30 13:50:55 +08:00
parent 3078488018
commit 6305994394
4 changed files with 82 additions and 16 deletions
+4
View File
@@ -1416,6 +1416,7 @@
"loadingRows": "正在加载工单...",
"emptyRows": "暂无工单",
"detail": "详情",
"currentStatus": "当前状态",
"statusPending": "待处理",
"statusInProgress": "处理中",
"statusDone": "已处理",
@@ -1446,6 +1447,9 @@
"loadDetailFailed": "加载工单详情失败",
"statusUpdated": "工单状态已更新",
"statusUpdateFailed": "更新工单状态失败",
"statusChangeConfirmTitle": "确认修改工单状态",
"statusChangeConfirmDescription": "确定要将工单状态从「{from}」修改为「{to}」吗?",
"statusChangeConfirm": "确认修改",
"updating": "更新中...",
"progressRequired": "请填写处理进展",
"progressRecorded": "处理进展已记录",