解决冲突
This commit is contained in:
@ -522,11 +522,11 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
||||
title: '变更前',
|
||||
width: '100px',
|
||||
className: 'text-center',
|
||||
index: 'amountAfterChange',
|
||||
render: 'amountAfterChange'
|
||||
index: 'amountBeforeChange',
|
||||
render: 'amountBeforeChange'
|
||||
},
|
||||
{ title: '变更值', index: 'amountchangeValue', render: 'amountchangeValue', width: '120px', className: 'text-center' },
|
||||
{ title: '变更后', index: 'amountBeforeChange', render: 'amountBeforeChange', width: '120px', className: 'text-center' }
|
||||
{ title: '变更后', index: 'amountAfterChange', render: 'amountAfterChange', width: '120px', className: 'text-center' }
|
||||
];
|
||||
}
|
||||
// 获取城市列表
|
||||
|
||||
Reference in New Issue
Block a user