Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui hace 1 año
padre
commit
9042ab353a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx

+ 1
- 1
src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar