แก้ไขการแสดงผลกรณีถึงแก่กรรม
This commit is contained in:
parent
5555706f20
commit
f9d8d9486e
5 changed files with 160 additions and 421 deletions
|
|
@ -1513,6 +1513,7 @@ const fetchData = async () => {
|
|||
salaryClass: e.salaryClass,
|
||||
salaryRef: e.salaryRef,
|
||||
refCommandNo: e.refCommandNo,
|
||||
salaryStatus: e.salaryStatus,
|
||||
// refCommandDate: new Date(e.refCommandDate),
|
||||
createdFullName: e.createdFullName,
|
||||
createdAt: new Date(e.createdAt),
|
||||
|
|
@ -1982,6 +1983,7 @@ const clickHistory = async (row: RequestItemsEmployee) => {
|
|||
salaryClass: e.salaryClass,
|
||||
salaryRef: e.salaryRef,
|
||||
refCommandNo: e.refCommandNo,
|
||||
salaryStatus: e.salaryStatus,
|
||||
createdFullName: e.createdFullName,
|
||||
createdAt: new Date(e.createdAt),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue