From a347a89ba6b48daeab69c98112096bf14f36ce6e Mon Sep 17 00:00:00 2001
From: luotaiqian <1147642922@qq.com>
Date: Thu, 9 Jul 2026 17:16:40 +0800
Subject: [PATCH] bug fix
---
.../Container/EnterpriseInfo/ResignationApply/index.js | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/pages/Container/EnterpriseInfo/ResignationApply/index.js b/src/pages/Container/EnterpriseInfo/ResignationApply/index.js
index 07eb9cf..d7be264 100644
--- a/src/pages/Container/EnterpriseInfo/ResignationApply/index.js
+++ b/src/pages/Container/EnterpriseInfo/ResignationApply/index.js
@@ -13,7 +13,6 @@ import {
} from "antd";
import TableAction from "@cqsjjb/jjb-react-admin-component/TableAction";
import AttachmentUpload from "~/components/AttachmentUpload";
-import PreviewUrlButton from "~/components/PreviewUrlButton";
import { useEffect, useState } from "react";
import PageLayout from "@cqsjjb/jjb-react-admin-component/PageLayout";
import SearchForm from "@cqsjjb/jjb-react-admin-component/SearchForm";
@@ -353,13 +352,10 @@ function ViewModal({ open, currentId, requestDetail, onCancel }) {
{info.remark}
-
- 查看
-
{info.reportFileUrl ? (
-
+
查看文件
-
+
) : (
"-"
)}