แก้ชื่อฟิล ประเมินบุคคล/วินัย/การลา

This commit is contained in:
setthawutttty 2025-03-18 13:46:14 +07:00
parent 6da4d8efc8
commit acd9486a21
18 changed files with 24 additions and 24 deletions

View file

@ -89,7 +89,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "profileType",
align: "left",
label: "สถานภาพ",
label: "ประเภทตำแหน่ง",
sortable: false,
field: "profileType",
headerStyle: "font-size: 14px",

View file

@ -62,7 +62,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "profileType",
align: "left",
label: "สถานภาพ",
label: "ประเภทตำแหน่ง",
sortable: true,
field: "profileType",
headerStyle: "font-size: 14px",

View file

@ -66,7 +66,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "profileType",
align: "left",
label: "สถานภาพ",
label: "ประเภทตำแหน่ง",
sortable: true,
field: "profileType",
headerStyle: "font-size: 14px",
@ -272,7 +272,7 @@ onMounted(async () => {
:options="employeeClassOption"
option-value="id"
option-label="name"
label="สถานภาพ"
label="ประเภทตำแหน่ง"
style="min-width: 250px"
@update:model-value="getList"
/>

View file

@ -119,7 +119,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "profileType",
align: "left",
label: "สถานภาพ",
label: "ประเภทตำแหน่ง",
sortable: true,
field: "profileType",
headerStyle: "font-size: 14px",

View file

@ -77,7 +77,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "profileType",
align: "left",
label: "สถานภาพ",
label: "ประเภทตำแหน่ง",
sortable: true,
field: "profileType",
headerStyle: "font-size: 14px",