浏览代码

update dashboard

tags/Baseline_30082024_FRONTEND_UAT
MSI\User 1年前
父节点
当前提交
4e32b67dc1
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. +5
    -5
      src/components/ProgressByClientSearch/ProgressByClientSearch.tsx
  2. +1
    -1
      src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx

+ 5
- 5
src/components/ProgressByClientSearch/ProgressByClientSearch.tsx 查看文件

@@ -29,11 +29,11 @@ const ProgressByClientSearch: React.FC<Props> = ({ projects }) => {

const columns = useMemo<Column<ClientProjectResult>[]>(
() => [
{ name: "clientCode", label: t("Project Code") },
{ name: "clientName", label: t("Project Name") },
{ name: "SubsidiaryClientCode", label: t("Project Category") },
{ name: "SubsidiaryClientName", label: t("Team") },
{ name: "NoOfProjects", label: t("Client") },
{ name: "clientCode", label: t("Client Code") },
{ name: "clientName", label: t("Client Name") },
{ name: "SubsidiaryClientCode", label: t("Subsidiary Code") },
{ name: "SubsidiaryClientName", label: t("Subisdiary") },
{ name: "NoOfProjects", label: t("No. of Projects") },
],
[t],
);


+ 1
- 1
src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx 查看文件

@@ -446,7 +446,7 @@ const columns2 = [
</div>
</Card>
<Card className="mt-5">
<CardHeader className="text-slate-500" title="Selected Team's Project"/>
<CardHeader className="text-slate-500" title="Financial Status (by Client)"/>
<div style={{display:"inline-block",width:"99%",marginLeft:10}}>
{/* <CustomDatagrid rows={clientFinancialRows} columns={columns} columnWidth={200} dataGridHeight={300} checkboxSelection={true} onRowSelectionModelChange={handleSelectionChange} selectionModel={selectionModel}/> */}
<CustomDatagrid rows={clientFinancialRows} columns={columns} columnWidth={200} dataGridHeight={300}/>


正在加载...
取消
保存