cyril.tsui 2 dni temu
rodzic
commit
a6741df1a5
2 zmienionych plików z 6 dodań i 6 usunięć
  1. +5
    -5
      src/app/api/escalation/index.ts
  2. +1
    -1
      src/components/DashboardPage/escalation/EscalationLogTable.tsx

+ 5
- 5
src/app/api/escalation/index.ts Wyświetl plik

@@ -7,14 +7,14 @@ import { cache } from "react";

export interface EscalationResult {
id: number;
personInCharge?: string;
personInChargeDepartment?: string;
personInChargeName?: string;
personInChargeTitle?: string;
handler?: string;
handlerDepartment?: string;
handlerName?: string;
handlerTitle?: string;
polId?: number;
poId?: number;
reason?: string;
personInChargeId?: number;
handlerId?: number;
itemName?: string;
demandQty?: number;
acceptedQty?: number;


+ 1
- 1
src/components/DashboardPage/escalation/EscalationLogTable.tsx Wyświetl plik

@@ -61,7 +61,7 @@ const EscalationLogTable: React.FC<Props> = ({
const columns = useMemo<Column<EscalationResult>[]>(
() => [
{
name: "personInCharge",
name: "handler",
label: t("Responsible for handling colleagues")
},
{


Ładowanie…
Anuluj
Zapisz