- ซ่อนเอกสารเพิ่มเติมในส่วนของ

- ซ่อนปิด error ของ inbox และ noti
- fix bug บรรจุในส่วน filter
This commit is contained in:
Warunee Tamkoo 2023-08-16 22:08:59 +07:00
parent 8576c937df
commit f698d036ab
6 changed files with 19 additions and 15 deletions

View file

@ -150,7 +150,7 @@ const columns2 = ref<QTableProps["columns"]>([
align: "left",
label: "เลขประจำตัวประชาชน",
sortable: true,
field: "fullname",
field: "citizenId",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
@ -202,7 +202,7 @@ const fecthlistRecevice = async () => {
list.push({
personalId: e.id ?? "",
citizenId: e.citizenId ?? "-",
fullname: e.firstname + " " + e.lastname,
fullname: e.prefix+e.firstname + " " + e.lastname,
organizationName:
e.organizationName +
" " +