瀏覽代碼

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


Loading…
取消
儲存