ソースを参照

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1年前
コミット
9042ab353a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx

+ 1
- 1
src/components/Report/FinancialStatusReportGen/FinancialStatusReportGen.tsx ファイルの表示

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


読み込み中…
キャンセル
保存