feat:项目管理-审计内容9-优化表格生成功能
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// 人员编制管理表格列
|
||||
|
||||
export const personnelEstablishmentColumns = [
|
||||
{
|
||||
title: '序号',
|
||||
@@ -8,67 +8,32 @@ export const personnelEstablishmentColumns = [
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
title: '部门/单位',
|
||||
dataIndex: 'department',
|
||||
key: 'department',
|
||||
title: '审计内容',
|
||||
dataIndex: 'auditContent',
|
||||
key: 'auditContent',
|
||||
align: 'center',
|
||||
width: 150
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '编制人数',
|
||||
dataIndex: 'establishmentNum',
|
||||
key: 'establishmentNum',
|
||||
title: '审计目标',
|
||||
dataIndex: 'auditTarget',
|
||||
key: 'auditTarget',
|
||||
align: 'center',
|
||||
width: 100
|
||||
width: 250,
|
||||
},
|
||||
{
|
||||
title: '实有人数',
|
||||
dataIndex: 'actualNum',
|
||||
key: 'actualNum',
|
||||
title: '审计证据',
|
||||
dataIndex: 'auditEvidence',
|
||||
key: 'auditEvidence',
|
||||
align: 'center',
|
||||
width: 100
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: '借用人员数',
|
||||
dataIndex: 'borrowedNum',
|
||||
key: 'borrowedNum',
|
||||
title: '生成结果',
|
||||
dataIndex: 'generationResult',
|
||||
key: 'generationResult',
|
||||
align: 'center',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: '编外用工数',
|
||||
dataIndex: 'externalNum',
|
||||
key: 'externalNum',
|
||||
align: 'center',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: '人员经费预算(元)',
|
||||
dataIndex: 'personnelBudget',
|
||||
key: 'personnelBudget',
|
||||
align: 'center',
|
||||
width: 150
|
||||
},
|
||||
{
|
||||
title: '人员经费实际支出(元)',
|
||||
dataIndex: 'personnelActual',
|
||||
key: 'personnelActual',
|
||||
align: 'center',
|
||||
width: 150
|
||||
},
|
||||
{
|
||||
title: '超支/结余(元)',
|
||||
dataIndex: 'balance',
|
||||
key: 'balance',
|
||||
align: 'center',
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
dataIndex: 'remark',
|
||||
key: 'remark',
|
||||
align: 'center',
|
||||
width: 200
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: '工作底稿索引',
|
||||
@@ -76,7 +41,6 @@ export const personnelEstablishmentColumns = [
|
||||
key: 'workPaperIndex',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user