เลขที่ตำแหน่ง => ตำแหน่งเลขที่
This commit is contained in:
parent
599a9c2c75
commit
c1bb3651ab
47 changed files with 155 additions and 127 deletions
|
|
@ -70,11 +70,11 @@ const selected = ref<Position[]>([]);
|
|||
const isSit = ref<boolean>(false);
|
||||
|
||||
const formData = reactive<FormPositionFilter>({
|
||||
positionNo: "", //*เลขที่ตำแหน่ง
|
||||
positionType: "", //*เลขที่ตำแหน่ง
|
||||
positionLevel: "", //*เลขที่ตำแหน่ง
|
||||
personal: "", //*เลขที่ตำแหน่ง
|
||||
position: "", //*เลขที่ตำแหน่ง
|
||||
positionNo: "", //*ตำแหน่งเลขที่
|
||||
positionType: "", //*ตำแหน่งเลขที่
|
||||
positionLevel: "", //*ตำแหน่งเลขที่
|
||||
personal: "", //*ตำแหน่งเลขที่
|
||||
position: "", //*ตำแหน่งเลขที่
|
||||
status: "",
|
||||
});
|
||||
|
||||
|
|
@ -393,7 +393,7 @@ watch([() => page.value, () => pageSize.value], () => {
|
|||
<div class="q-px-md">
|
||||
<div class="row q-col-gutter-sm q-mb-xs">
|
||||
<div class="text-bold text-body1">
|
||||
<p>เลขที่ตำแหน่ง</p>
|
||||
<p>ตำแหน่งเลขที่</p>
|
||||
</div>
|
||||
<div class="text-grey-8 q-ml-sm text-body1">
|
||||
<p>{{ formData.positionNo }}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue