diff --git a/src/modules/15_development/views/EmployeeHistory.vue b/src/modules/15_development/views/EmployeeHistory.vue index db63323c1..8a55aaaf4 100644 --- a/src/modules/15_development/views/EmployeeHistory.vue +++ b/src/modules/15_development/views/EmployeeHistory.vue @@ -150,9 +150,9 @@ function fetchListOrg() { }); } -/** download file +/** download file * @param type ประเภทของไฟล์ xlsx pdf -*/ + */ function onDownload(type: string) { showLoader(); http @@ -172,9 +172,9 @@ function onDownload(type: string) { }); } -/** edit page +/** edit page * @param id id ของ row -*/ + */ function onEdit(id: string) { store.statusEdit = true; router.push(`/development/employee-history/${id}`); @@ -242,64 +242,61 @@ onMounted(() => {
-
- - - - - -
+ + + + + -
- -
+