fix same column for quick-search table with pbg

This commit is contained in:
arifal hidayat
2025-08-23 22:25:06 +07:00
parent 954b2d8716
commit 38493063c4
6 changed files with 39 additions and 15 deletions

View File

@@ -113,6 +113,7 @@ class PbgTasks {
{ name: "Alamat" },
"Status",
"Jenis Fungsi",
{ name: "Nama Bangunan" },
"Jenis Konsultasi",
{ name: "Tanggal Jatuh Tempo" },
{
@@ -221,6 +222,9 @@ class PbgTasks {
item.address,
item.status_name,
item.function_type,
item.pbg_task_detail
? item.pbg_task_detail.name_building
: "-",
item.consultation_type,
item.due_date,
item.pbg_task_retributions