แก้ข้อความลูกจ้างชั่วคราว
This commit is contained in:
parent
e279f2fbb0
commit
f28d71e2d6
1 changed files with 4 additions and 4 deletions
|
|
@ -175,7 +175,7 @@ const columns = ref<QTableColumn[]>([
|
||||||
{
|
{
|
||||||
name: "positionEmployeePositionId",
|
name: "positionEmployeePositionId",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ตำแหน่งทางสายงาน",
|
label: "ตำแหน่ง",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "positionEmployeePositionId",
|
field: "positionEmployeePositionId",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -391,7 +391,7 @@ onMounted(() => {
|
||||||
</div>
|
</div>
|
||||||
<div class="row items-center">
|
<div class="row items-center">
|
||||||
<div class="col-12 col-sm-12 col-md-5 text-grey-6 text-weight-medium">
|
<div class="col-12 col-sm-12 col-md-5 text-grey-6 text-weight-medium">
|
||||||
<div>ตำแหน่งทางสายงาน</div>
|
<div>ตำแหน่ง</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-sm-12 col-md-7">
|
<div class="col-12 col-sm-12 col-md-7">
|
||||||
{{ dataEmployee.positionEmployeePositionId ?? "-" }}
|
{{ dataEmployee.positionEmployeePositionId ?? "-" }}
|
||||||
|
|
@ -503,8 +503,8 @@ onMounted(() => {
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
v-model="formData.positionEmployeePositionId"
|
v-model="formData.positionEmployeePositionId"
|
||||||
class="inputgreen"
|
class="inputgreen"
|
||||||
label="ตำแหน่งทางสายงาน"
|
label="ตำแหน่ง"
|
||||||
:rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่งทางสายงาน'}`]"
|
:rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่ง'}`]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-sm-6 col-md-6">
|
<div class="col-xs-12 col-sm-6 col-md-6">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue