diff --git a/apps/aorta/src/modules/Dashboard/index.tsx b/apps/aorta/src/modules/Dashboard/index.tsx index b94585f..b78ab90 100644 --- a/apps/aorta/src/modules/Dashboard/index.tsx +++ b/apps/aorta/src/modules/Dashboard/index.tsx @@ -13,6 +13,12 @@ export const Dashboard = (props: DashboardProps) => { + ); }; diff --git a/apps/dmp/src/modules/Annotator/Archive/columns.tsx b/apps/dmp/src/modules/Annotator/Archive/columns.tsx index fed80f9..0f360f6 100644 --- a/apps/dmp/src/modules/Annotator/Archive/columns.tsx +++ b/apps/dmp/src/modules/Annotator/Archive/columns.tsx @@ -1,8 +1,7 @@ import { TableColumnsType } from "antd"; export const columns: TableColumnsType = [ - { title: "#", dataIndex: "id", key: "id" }, - { title: "病历号", dataIndex: "PatientID", key: "PatientID" }, + { title: "PatientID", dataIndex: "PatientID", key: "PatientID" }, { title: "创建时间", render: (_, record) => { diff --git a/apps/dmp/src/modules/Annotator/Archive/index.tsx b/apps/dmp/src/modules/Annotator/Archive/index.tsx index 262ce5e..9e182ad 100644 --- a/apps/dmp/src/modules/Annotator/Archive/index.tsx +++ b/apps/dmp/src/modules/Annotator/Archive/index.tsx @@ -2,7 +2,7 @@ import { useEffect, useState } from "react"; import { useDomain } from "@/hook/useDomain"; import { Button, Space, Table, Tooltip } from "antd"; import { columns } from "./columns"; -import { EyeOutlined, TagOutlined } from "@ant-design/icons"; +import { DesktopOutlined, TagOutlined } from "@ant-design/icons"; import { openOHIFViewer } from "@/modules/Admin/Dicom/Upload/util"; interface ArchiveListProps { @@ -41,17 +41,20 @@ export const ArchiveList = (props: ArchiveListProps) => { dataIndex: "operation", render: (_: any, record: any) => ( - - + +