修复业务模块bug
This commit is contained in:
@@ -432,7 +432,7 @@ export const option = {
|
||||
{
|
||||
label: '运费',
|
||||
prop: 'freight',
|
||||
formatter: row => formatFreightTotal(row),
|
||||
formatter: row => formatFreight(row),
|
||||
minWidth: 120,
|
||||
addDisplay: false,
|
||||
editDisplay: false,
|
||||
|
||||
Reference in New Issue
Block a user