diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts index 07d0c744..541d0dbe 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts @@ -285,12 +285,12 @@ export class CostManagementComponent implements OnInit { { title: '结算客户', render: 'artocode', width: 200, className: 'text-left' }, { title: '应收对象', index: 'artoname', width: 200, className: 'text-left' }, { title: '应付对象', index: 'hrtoname', width: 200, className: 'text-left' }, - { title: '应收金额', render: 'armoeny', width: 100, className: 'text-right' }, - { title: '应付金额', render: 'hrmoney', width: 100, className: 'text-right' }, - { title: '收/付款金额', render: 'hrpaymoney', width: 120, className: 'text-right' }, - { title: '开/收票金额', render: 'hrvatmoney', width: 120, className: 'text-right' }, + { title: '应收金额', render: 'armoeny', width: 150, className: 'text-right' }, + { title: '应付金额', render: 'hrmoney', width: 150, className: 'text-right' }, + { title: '收/付款金额', render: 'hrpaymoney', width: 150, className: 'text-right' }, + { title: '开/收票金额', render: 'hrvatmoney', width: 150, className: 'text-right' }, { title: '创建时间', index: 'createTime', type: 'date', width: 200, className: 'text-center' }, - { title: '状态', index: 'stsLabel', width: 90, className: 'text-center' }, + { title: '状态', index: 'stsLabel', width: 120, className: 'text-center' }, { title: '操作', fixed: 'right',