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 ( { - + {/* @@ -350,7 +350,7 @@ const SiteReviewNotice = (props) => { - + @@ -397,7 +397,7 @@ const SiteReviewNotice = (props) => { - + @@ -409,7 +409,7 @@ const SiteReviewNotice = (props) => { extra="支持上传审查记录、审查意见或现场审查结果文件,限定pdf和图片,最多10个。" /> - +