แก้ข้อความลูกจ้างชั่วคราว
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",
|
||||
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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue