From cdebb79a03382f86797dab0164d3b152cf334034 Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Fri, 31 Jul 2026 17:15:16 +0800 Subject: [PATCH] feat --- .../Container/EnterpriseInfo/PersonnelInfo/List/index.js | 9 ++++++++- .../Container/Supervision/BasicInfo/OrgAccount/index.js | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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); }} > - 证书 + 证书能力