แก้ path รายละเอียดขอลาออกและเพิ่มผลพิจารณากรณีขอมีการยกเลิกขอลาออก
This commit is contained in:
parent
119973255d
commit
4fe6e23de8
3 changed files with 298 additions and 133 deletions
|
|
@ -62,6 +62,8 @@ interface DataOptions {
|
|||
interface RowsType {
|
||||
commanders: SeqTypeRow[];
|
||||
approvers: SeqTypeRow[];
|
||||
cancelCommanders: SeqTypeRow[] | null;
|
||||
cancelApprovers: SeqTypeRow[] | null;
|
||||
}
|
||||
interface SeqTypeRow {
|
||||
seq: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue