From 892d154b03f3a9525dc3d24990a60fc2d305159e Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Fri, 14 Aug 2026 16:09:11 +0800 Subject: [PATCH] fix --- .../Container/EnterpriseInfo/PersonnelInfo/List/index.js | 4 +++- .../QualificationReview/SiteReviewNotice/index.js | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js index e46f47d..510ca0a 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js @@ -323,6 +323,8 @@ function PersonnelInfoPage(props) { { title: "专业能力", dataIndex: "capabilityAssessment", + + ellipsis: true, render: renderCapabilityList, }, { @@ -1227,7 +1229,7 @@ function StaffFormModal({ watchedCapList?.[field.name]?.industryCode; const rowOptions = rowIndustryCode ? capOptionsCache[rowIndustryCode] || [] - : CAPABILITY_OPTIONS; + : []; return (