- ปรับเมนู
- แก้ไข แต่งตั้ง/เลื่อนขั้นลูกจ้าง ใช้คำว่า "ปรับระดับชั้นงาน"
This commit is contained in:
parent
45a40aa30b
commit
3ae8590e9a
5 changed files with 20 additions and 20 deletions
|
|
@ -205,7 +205,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "organizationName",
|
||||
align: "left",
|
||||
label: "หน่วยงานที่รับการแต่งตั้ง",
|
||||
label: "หน่วยงานที่รับการปรับระดับชั้นงาน",
|
||||
sortable: true,
|
||||
field: "organizationName",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -476,7 +476,7 @@ const savePosition = async () => {
|
|||
</script>
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการแต่งตั้งลูกจ้างประจำ
|
||||
รายการปรับระดับชั้นงานลูกจ้าง
|
||||
</div>
|
||||
<q-card flat bordered class="col-12 q-mt-sm">
|
||||
<q-separator />
|
||||
|
|
@ -628,7 +628,7 @@ const savePosition = async () => {
|
|||
<q-btn
|
||||
v-if="
|
||||
props.row.status !== 'ส่งรายชื่อไปออกคำสั่ง' &&
|
||||
props.row.status !== 'ออกคำสั่งแล้ว'
|
||||
props.row.status !== 'ออกคำสั่งเสร็จแล้ว'
|
||||
"
|
||||
icon="mdi-dots-vertical"
|
||||
size="12px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue