This commit is contained in:
wangshiming
2022-04-09 17:21:05 +08:00
parent 18b7a30b17
commit 5fe34208af

View File

@ -99,7 +99,7 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
ui: { ui: {
} }
}, },
wayCode: { wayBillCode: {
type: 'string', type: 'string',
title: '运单号', title: '运单号',
ui: { ui: {
@ -213,13 +213,6 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
*/ */
initST() { initST() {
this.columns = [ this.columns = [
{
title: '运单号',
width: '180px',
fixed: 'left',
className: 'text-left',
index: 'wayCode'
},
{ {
title: '订单号', title: '订单号',
width: '180px', width: '180px',
@ -227,6 +220,13 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
className: 'text-left', className: 'text-left',
index: 'billCode' index: 'billCode'
}, },
{
title: '运单号',
width: '180px',
fixed: 'left',
className: 'text-left',
index: 'wayCode'
},
{ title: '服务类型', index: 'serviceTypeLabel', width: '220px', className: 'text-left',format: (item) => { { title: '服务类型', index: 'serviceTypeLabel', width: '220px', className: 'text-left',format: (item) => {
return item?.resourceTypeLabel + item?.serviceTypeLabel return item?.resourceTypeLabel + item?.serviceTypeLabel
} }, } },