Bläddra i källkod

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 år sedan
förälder
incheckning
9042ab353a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx

+ 1
- 1
src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx Visa fil

@@ -26,7 +26,7 @@ const GenFinancialStatusReport: React.FC<Props> = ({ projects, teamCombo, userSt

const searchCriteria: Criterion<SearchParamNames>[] = useMemo(
() => [
{ label: t("Team"), paramName: "code", type: "select", options: combo, needAll: !Boolean(userStaff.isTeamLead) },
{ label: t("Team"), paramName: "code", type: "select", options: combo, needAll: !Boolean(userStaff?.isTeamLead) },
// {
// label: "Status",
// label2: "Remained Date To",


Laddar…
Avbryt
Spara