From 3fbe3acbd8149e80da14a85bb243e95f35ca8bc3 Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Thu, 9 Jul 2026 17:12:07 +0800 Subject: [PATCH] fix --- .../QualApplication/FiledManage/List/index.js | 2 +- .../FilingApplication/List/index.js | 2 +- .../QualApplication/FilingChange/List/index.js | 15 ++------------- .../Container/QualApplication/FilingListTable.jsx | 9 +++++---- 4 files changed, 9 insertions(+), 19 deletions(-) diff --git a/src/pages/Container/QualApplication/FiledManage/List/index.js b/src/pages/Container/QualApplication/FiledManage/List/index.js index a43ab3e..a8e26e5 100644 --- a/src/pages/Container/QualApplication/FiledManage/List/index.js +++ b/src/pages/Container/QualApplication/FiledManage/List/index.js @@ -90,7 +90,7 @@ function FiledManageListPage(props) { setHistoryRecord(record)} - extraActions={(record) => - [ 1,3].includes(record.filingStatusCode) ? ( - - ) : null - } + /> { - if (mode === FILING_FORM_MODE.FILED) { - return record.filingStatusCode === 1; + if (mode === FILING_FORM_MODE.CHANGE) { + + return [1,3,5].includes(record.filingStatusCode); } - return isQualFilingEditable(record.filingStatusCode); + return [3,5].includes(record.filingStatusCode); }; const columns = [ @@ -102,7 +103,7 @@ export default function FilingListTable({ 查看 {extraActions?.(record)} - {canEditRow(record) && mode !== FILING_FORM_MODE.CHANGE && ( + {canEditRow(record) && (