no message
This commit is contained in:
parent
30b420ae6c
commit
5acca0efa6
6 changed files with 90 additions and 43 deletions
|
|
@ -21,6 +21,7 @@ const id = ref<string>(route.params.id as string);
|
|||
const personOj = reactive<ArrayPerson>({
|
||||
idcard: "",
|
||||
name: "",
|
||||
positionNo: "",
|
||||
position: "",
|
||||
positionLevel: "",
|
||||
salary: "",
|
||||
|
|
@ -76,6 +77,7 @@ const fetchData = async () => {
|
|||
{
|
||||
idcard: "1529900022223",
|
||||
name: "นางศิรินภา คงน้อย",
|
||||
positionNo: "สกก.1",
|
||||
position: "ธุรการ",
|
||||
positionLevel: "ต้น",
|
||||
salary: "10000",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue