แก้ข้อความลูกจ้างชั่วคราว

This commit is contained in:
Warunee Tamkoo 2025-05-01 12:19:19 +07:00
parent e279f2fbb0
commit f28d71e2d6

View file

@ -175,7 +175,7 @@ const columns = ref<QTableColumn[]>([
{
name: "positionEmployeePositionId",
align: "left",
label: "ตำแหน่งทางสายงาน",
label: "ตำแหน่ง",
sortable: true,
field: "positionEmployeePositionId",
headerStyle: "font-size: 14px",
@ -391,7 +391,7 @@ onMounted(() => {
</div>
<div class="row items-center">
<div class="col-12 col-sm-12 col-md-5 text-grey-6 text-weight-medium">
<div>ตำแหนทางสายงาน</div>
<div>ตำแหน</div>
</div>
<div class="col-12 col-sm-12 col-md-7">
{{ dataEmployee.positionEmployeePositionId ?? "-" }}
@ -503,8 +503,8 @@ onMounted(() => {
hide-bottom-space
v-model="formData.positionEmployeePositionId"
class="inputgreen"
label="ตำแหน่งทางสายงาน"
:rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่งทางสายงาน'}`]"
label="ตำแหน่ง"
:rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่ง'}`]"
/>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">