diff --git a/src/app/routes/financial-management/components/payable-order/payable-order.component.ts b/src/app/routes/financial-management/components/payable-order/payable-order.component.ts index 0992d1bc..6429f14f 100644 --- a/src/app/routes/financial-management/components/payable-order/payable-order.component.ts +++ b/src/app/routes/financial-management/components/payable-order/payable-order.component.ts @@ -251,7 +251,7 @@ export class PayableOrderComponent implements OnInit { { title: '结算客户', index: 'cno', width: 120 }, { title: '银行水单', index: 'bankreceipt', width: 120 }, { title: '创建时间', index: 'createTime', width: 160 }, - { title: '创建人', index: 'createUserId', width: 120 }, + { title: '创建人', index: 'createUserIdLabel', width: 120 }, { title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 }, { title: '核销备注', index: 'remarks', width: 120 }, {