From a57933b42c8bae012a53b3e8766151cf88251ea6 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 23 Mar 2022 15:52:29 +0800 Subject: [PATCH] fix bug --- .../components/abnormal-appear/abnormal-appear.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts b/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts index 21ef7ea9..425de6a2 100644 --- a/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts +++ b/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts @@ -57,7 +57,7 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit { { title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' }, { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' }, { title: '卸货地', index: 'unloadingAddressArr', width: '180px', className: 'text-left' }, - { title: '承运司机', index: 'driver', width: '90px', className: 'text-left' }, + { title: '承运司机', index: 'driver', width: '200px', className: 'text-left' }, { title: '异常信息', index: 'exceptionContent', width: '250px', className: 'text-left' }, { title: '异常图片', render: 'exceptionCertificateFirstFilePath', width: '220px', className: 'text-left' }, { title: '上报时间', index: 'createTime', width: '180px', className: 'text-left' },