ปรับ ผู้ร้้องเรียน ปรับ dialog

This commit is contained in:
setthawutttty 2023-11-22 12:03:33 +07:00
parent e9529f11a7
commit f10b77a34b
7 changed files with 149 additions and 105 deletions

View file

@ -22,7 +22,7 @@ const personOj = reactive<ArrayPerson>({
name: "",
position: "",
positionLevel: "",
educationQualification: "",
salary: "",
organization: "",
});
const data = reactive<FormData>({
@ -68,7 +68,7 @@ const fetchData = async () => {
name: "นางศิรินภา คงน้อย",
position: "ธุรการ",
positionLevel: "ต้น",
educationQualification: "ปริญญาตรี",
salary: "10000",
organization: "สกจ.",
},
]