feat:单位信息-文档管理-优化目录新增、编辑、删除功能

This commit is contained in:
2025-11-04 14:42:47 +08:00
parent 78f32a1728
commit 642d10f916
2 changed files with 203 additions and 44 deletions

View File

@@ -1537,19 +1537,19 @@ const changeTable3 = (title) => {
align: 'center'
},
{
title: '公司制',
title: '公司制',
dataIndex: 'companyFormulation',
key: 'companyFormulation',
align: 'center'
},
{
title: '检查的证据及测试内容',
title: '公司执行情况',
dataIndex: 'checkEvidence',
key: 'checkEvidence',
align: 'center'
},
{
title: '测试结果',
title: '执行结果',
dataIndex: 'testResult',
key: 'testResult',
align: 'center',