Commit 86565ca8 by Nakarin Luankla

UPDATTE การจัดการรายละเอียดงาน > ลักษณะงาน

parent 5405eac3
...@@ -88,8 +88,6 @@ ...@@ -88,8 +88,6 @@
<td class="flex justify-center"> <td class="flex justify-center">
<i class="ti ti-edit cursor-pointer i-gray fs-l px-1" (click)="modalStatus='edit';edit(item)" <i class="ti ti-edit cursor-pointer i-gray fs-l px-1" (click)="modalStatus='edit';edit(item)"
data-hs-overlay="#sub-job-competency-component-modal-edit"></i> data-hs-overlay="#sub-job-competency-component-modal-edit"></i>
<i class="ti ti-trash cursor-pointer i-gray fs-l px-1" (click)="modalStatus='delete';edit(item)"
data-hs-overlay="#company-registration-page-alert-modal"></i>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
...@@ -121,7 +121,7 @@ export class SubJobCompetencyComponent { ...@@ -121,7 +121,7 @@ export class SubJobCompetencyComponent {
downloadFile() { downloadFile() {
const fileName = 'IMPORT_MJOBCODEV2.xlsx' const fileName = 'IMPORT_MJOBCODE_COMPETENCY.xlsx'
this.fileService.downloadTemplate(fileName).subscribe({ this.fileService.downloadTemplate(fileName).subscribe({
next: response => { next: response => {
const url = window.URL.createObjectURL(response); const url = window.URL.createObjectURL(response);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment