fix เลขที่ตำแหน่ง
This commit is contained in:
parent
1a109fd5e3
commit
d438c1accc
15 changed files with 31 additions and 31 deletions
|
|
@ -80,7 +80,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "positionNumberOld",
|
||||
align: "left",
|
||||
label: "ตำแหน่งเลขที่เดิม",
|
||||
label: "เลขที่ตำแหน่งเดิม",
|
||||
sortable: true,
|
||||
field: "positionNumberOld",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -232,7 +232,7 @@ const modalSelectOrg = ref<boolean>(false);
|
|||
const type = ref<string | null>(null);
|
||||
const personalId = ref<string>("");
|
||||
|
||||
const posType = ref<string>(""); //ประเภทตำแหน่ง
|
||||
const posType = ref<string>(""); //ตำแหน่งประเภท
|
||||
const posLevel = ref<string>(""); //ระดับตำแหน่ง
|
||||
const position = ref<string>(""); //ตำแหน่ง
|
||||
const dataRows = ref<any>(); //ข้อมูลที่ต้องการเลือกหน่วยงานที่รับโอน
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue