diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js index a7c311f..b041531 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js @@ -212,6 +212,13 @@ function PersonnelInfoPage(props) { dataIndex: "certNames", ellipsis: true, render: (text) => text || "-", + }, + { + title: "能力", + width: 80, + dataIndex: "abilityNames", + ellipsis: true, + render: (text) => '暂无', }, { title: "操作", @@ -246,7 +253,7 @@ function PersonnelInfoPage(props) { goCertificate(record.id, record.userName); }} > - 证书 + 证书能力