แก้ path รายละเอียดขอลาออกและเพิ่มผลพิจารณากรณีขอมีการยกเลิกขอลาออก

This commit is contained in:
Warunee Tamkoo 2025-06-11 14:33:21 +07:00
parent 119973255d
commit 4fe6e23de8
3 changed files with 298 additions and 133 deletions

View file

@ -62,6 +62,8 @@ interface DataOptions {
interface RowsType {
commanders: SeqTypeRow[];
approvers: SeqTypeRow[];
cancelCommanders: SeqTypeRow[] | null;
cancelApprovers: SeqTypeRow[] | null;
}
interface SeqTypeRow {
seq: number;