change province name base on project province
This commit is contained in:
@@ -88,8 +88,8 @@ function DashboardPassengerOfficeComponent() {
|
||||
Cell: ({ renderedCellValue }) => <Typography variant="body2">{renderedCellValue}</Typography>,
|
||||
},
|
||||
{
|
||||
accessorFn: (row) => row.province_name,
|
||||
id: "province_name",
|
||||
accessorFn: (row) => row.project_province_name,
|
||||
id: "project_province_name",
|
||||
header: t("PassengerBoss.province_name"),
|
||||
enableColumnFilter: true,
|
||||
datatype: "text",
|
||||
@@ -98,8 +98,8 @@ function DashboardPassengerOfficeComponent() {
|
||||
Cell: ({ renderedCellValue }) => <Typography variant="body2">{renderedCellValue}</Typography>,
|
||||
},
|
||||
{
|
||||
accessorFn: (row) => row.city_name,
|
||||
id: "city_name",
|
||||
accessorFn: (row) => row.project_city_name,
|
||||
id: "project_city_name",
|
||||
header: t("PassengerBoss.city_name"),
|
||||
enableColumnFilter: true,
|
||||
datatype: "text",
|
||||
|
||||
Reference in New Issue
Block a user