fix same column for quick-search table with pbg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user