diff --git a/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.ts b/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.ts index 88a03a72..fbf1eba6 100644 --- a/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.ts +++ b/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.ts @@ -288,7 +288,7 @@ export class VoucherSummaryComponent implements OnInit { { title: '', index: 'key', type: 'checkbox', width: 60, className: 'text-center', fixed: 'left' }, { title: '汇总凭证号', index: 'vc2code', type: 'link', width: 140 }, { title: '帐套', index: 'vcltdcode', width: 120 }, - { title: '凭证时间', index: 'vctime', type: 'date', width: 150 }, + { title: '凭证时间', index: 'createTime', type: 'date', width: 150 }, { title: '统计区间', index: 'invdate',