แก้ชื่อฟิล ประเมินบุคคล/วินัย/การลา
This commit is contained in:
parent
6da4d8efc8
commit
acd9486a21
18 changed files with 24 additions and 24 deletions
|
|
@ -57,7 +57,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "profileType",
|
||||
align: "left",
|
||||
label: "สถานภาพ",
|
||||
label: "ประเภทตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "profileType",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "profileType",
|
||||
align: "left",
|
||||
label: "สถานภาพ",
|
||||
label: "ประเภทตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "profileType",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ function calculateMaxDate() {
|
|||
dense
|
||||
option-value="id"
|
||||
option-label="name"
|
||||
label="สถานภาพ"
|
||||
label="ประเภทตำแหน่ง"
|
||||
use-input
|
||||
v-model="roleStatus"
|
||||
hide-selected
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ function filterOptionFn(val: string, update: Function) {
|
|||
dense
|
||||
option-value="id"
|
||||
option-label="name"
|
||||
label="สถานภาพ"
|
||||
label="ประเภทตำแหน่ง"
|
||||
use-input
|
||||
v-model="roleStatus"
|
||||
hide-selected
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ const columnsLeave = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "profileType",
|
||||
align: "left",
|
||||
label: "สถานภาพ",
|
||||
label: "ประเภทตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "profileType",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -160,7 +160,7 @@ const columnsReject = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "profileType",
|
||||
align: "left",
|
||||
label: "สถานภาพ",
|
||||
label: "ประเภทตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "profileType",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ watch(
|
|||
dense
|
||||
option-value="id"
|
||||
option-label="name"
|
||||
label="สถานภาพ"
|
||||
label="ประเภทตำแหน่ง"
|
||||
use-input
|
||||
:model-value="
|
||||
querySting.profileType == 'ALL' ? 'ทั้งหมด' : querySting.profileType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue