diff --git a/src/modules/06_retirement/components/ListRetirement/TableList.vue b/src/modules/06_retirement/components/ListRetirement/TableList.vue index 22704c6c7..33ef58904 100644 --- a/src/modules/06_retirement/components/ListRetirement/TableList.vue +++ b/src/modules/06_retirement/components/ListRetirement/TableList.vue @@ -34,15 +34,15 @@ const columns = ref([ headerStyle: "font-size: 14px", style: "font-size: 14px", }, - /* { - name: "fixname", - align: "left", - label: "คำนำหน้านาม", - title: "คำนำหน้านาม", - field: "fixname", - headerStyle: "font-size: 14px", - style: "font-size: 14px", - }, */ + /* { + name: "fixname", + align: "left", + label: "คำนำหน้านาม", + title: "คำนำหน้านาม", + field: "fixname", + headerStyle: "font-size: 14px", + style: "font-size: 14px", + }, */ { name: "name", align: "left", @@ -253,8 +253,8 @@ const clickDelete = (prop: any) => { } else await fecthlist(retireld_params); }); }) - .onCancel(() => {}) - .onDismiss(() => {}); + .onCancel(() => { }) + .onDismiss(() => { }); }; // note const fetchReason = async (prop: string) => { @@ -269,6 +269,7 @@ const fetchReason = async (prop: string) => { messageError($q, e); }); }; + const saveNote = () => { $q.dialog({ title: "ยืนยันการบันทึกข้อมูลข้อมูล", @@ -297,8 +298,8 @@ const saveNote = () => { modalNote.value = false; }); }) - .onCancel(() => {}) - .onDismiss(() => {}); + .onCancel(() => { }) + .onDismiss(() => { }); }; const UpdateListId = (retireld: string, pId: string) => { @@ -361,26 +362,13 @@ const paginationLabel = (start: number, end: number, total: number) => { @@ -566,38 +502,19 @@ const paginationLabel = (start: number, end: number, total: number) => { - กรอกเหตุผล + กรอกเหตุผล - + - + - + @@ -623,13 +540,16 @@ const paginationLabel = (start: number, end: number, total: number) => { position: sticky; z-index: 1; } + .q-table thead tr:last-child th { top: 48px; } + .q-table thead tr:first-child th { top: 0; } } + .q-btn-dropdown__arrow { display: none; }