列表内高频操作直达-初稿(ID问题未解决)
This commit is contained in:
@@ -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: "数据问题",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user