修复业务模块bug

This commit is contained in:
2026-08-13 20:55:55 +08:00
parent b25b2fae20
commit 5c89140b21
5 changed files with 99 additions and 33 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ export const option = {
{
label: '运费',
prop: 'freight',
formatter: row => formatFreightTotal(row),
formatter: row => formatFreight(row),
minWidth: 120,
addDisplay: false,
editDisplay: false,