แก้คำ รายการเลื่อนเงินเดือนข้าราชการฯ

This commit is contained in:
setthawutttty 2025-01-21 14:49:06 +07:00
parent 2c7d5769f4
commit 0f5bded737
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ const baseColumns = ref<QTableProps["columns"]>([
}, },
{ {
name: "remark", name: "remark",
align: "center", align: "left",
label: "หมายเหตุ", label: "หมายเหตุ",
sortable: false, sortable: false,
field: "remark", field: "remark",

View file

@ -397,7 +397,7 @@ onMounted(async () => {
<template> <template>
<div class="row items-center"> <div class="row items-center">
<div class="toptitle text-dark row items-center q-py-xs"> <div class="toptitle text-dark row items-center q-py-xs">
รายการเลอนเงนเดอนขาราชการ รายการเลอนเงนเดอนขาราชการ
</div> </div>
</div> </div>