fix : 修复分摊金额显示bug
This commit is contained in:
@@ -107,7 +107,7 @@ const tableConfig = reactive({
|
||||
label: '分摊金额',
|
||||
align: 'center',
|
||||
currentRender:({row})=>{
|
||||
return <span>{toThousands(row.specialFundAmount)}</span>
|
||||
return <span>{toThousands(row.afterTax)}</span>
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user