รายการปรับระดับชั้นงานลูกจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-13 15:53:31 +07:00
parent 68ee66aed9
commit 35cd296a9a
2 changed files with 11 additions and 5 deletions

View file

@ -113,7 +113,11 @@ const columns2 = ref<QTableProps["columns"]>([
headerStyle: "font-size: 14px",
style: "font-size: 14px",
format: (val: string) => {
return val === "SLIP" ? "เลื่อน" : val === "MOVE" ? "ย้าย" : "-";
return val === "SLIP"
? "ปรับระดับชั้นงาน"
: val === "MOVE"
? "ย้าย"
: "-";
},
},
{
@ -221,7 +225,7 @@ watch(
emit-value
map-options
use-input
style="width: 350px; max-width: auto"
style="width: 380px; max-width: auto"
@update:model-value="filterSelectOrder"
@filter="(inputValue:string,
doneFn:Function) => filterSelector(inputValue, doneFn
@ -267,7 +271,6 @@ watch(
map-options
:options="columns2"
option-value="name"
style="min-width: 140px"
/>
</div>

View file

@ -121,7 +121,11 @@ const columns = ref<QTableProps["columns"]>([
headerStyle: "font-size: 14px",
style: "font-size: 14px",
format: (val: string) => {
return val === "SLIP" ? "เลื่อน" : val === "MOVE" ? "ย้าย" : "-";
return val === "SLIP"
? "ปรับระดับชั้นงาน"
: val === "MOVE"
? "ย้าย"
: "-";
},
},
{
@ -342,7 +346,6 @@ onMounted(() => {
map-options
:options="columns"
option-value="name"
style="min-width: 140px"
class="col-xs-12 col-sm-3 col-md-2 q-ml-sm"
/>