列表内高频操作直达-初稿(ID问题未解决)

This commit is contained in:
Cheng Zhou
2025-12-17 23:16:46 +08:00
parent ad4fa6ae7a
commit 7d2ae5658d
2840 changed files with 592 additions and 2020 deletions
+25
View File
@@ -67,4 +67,29 @@ export const auditDict: Record<
actionText: "导出了项目审计日志",
targetLabel: "审计日志",
},
TASK_COMPLETE: {
label: "任务完成",
actionText: "完成了任务",
targetLabel: "任务",
},
FINANCE_APPROVED: {
label: "费用审批",
actionText: "审批通过费用",
targetLabel: "费用",
},
FINANCE_REJECTED: {
label: "费用驳回",
actionText: "驳回了费用",
targetLabel: "费用",
},
IMP_CONFIRMED: {
label: "药品出入库确认",
actionText: "确认了药品出入库记录",
targetLabel: "药品交易",
},
QUERY_RESOLVED: {
label: "数据问题解决",
actionText: "标记数据问题已解决",
targetLabel: "数据问题",
},
};