feat(encounter): provide cancel of encounter

This commit is contained in:
riefive
2025-11-11 15:00:09 +07:00
parent 0d97ba9d25
commit 4439a88b37
5 changed files with 189 additions and 6 deletions
+2
View File
@@ -76,6 +76,8 @@ export const ActionEvents = {
showEdit: 'showEdit',
showDetail: 'showDetail',
showProcess: 'showProcess',
showCancel: 'showCancel',
showPrint: 'showPrint',
}
export interface DataTableLoader {