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 (