From b6c1005ef6b31743656a1fbc686473956713017d Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Sat, 8 Nov 2025 17:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96HiddenInfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/HiddenInfo/gwj/index.js | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/components/HiddenInfo/gwj/index.js b/components/HiddenInfo/gwj/index.js index 952b9cf..a4a34dc 100644 --- a/components/HiddenInfo/gwj/index.js +++ b/components/HiddenInfo/gwj/index.js @@ -1,5 +1,5 @@ import { request } from "@cqsjjb/jjb-common-lib/http"; -import { Button, Descriptions, Divider, Spin } from "antd"; +import {Button, Descriptions, Divider, Space, Spin} from "antd"; import dayjs from "dayjs"; import { useEffect, useState } from "react"; import { HIDDEN_SOURCE_ENUM, HIDDEN_STATE_ENUM } from "../../../enum/hidden/gwj"; @@ -202,7 +202,12 @@ function HiddenInfo(props) { children: ( getFileSuffix(item.disposalFile) === "pdf" ? - : + : ( + + {getFileName(item.disposalFile)} + + + ) ), }, ] @@ -255,7 +260,12 @@ function HiddenInfo(props) { children: ( getFileSuffix(item.disposalFile) === "pdf" ? - : + : ( + + {getFileName(item.disposalFile)} + + + ) ), }, { label: "是否更换整改负责人", children: item.rectifyUserCO && Object.keys(item.rectifyUserCO).length > 0 ? "是" : "否" },