Browse Source

修改国家取值

xyy@163.com 1 month ago
parent
commit
46a3df18b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/composables/report/useBranchIncomeStatement.ts

+ 1 - 1
src/composables/report/useBranchIncomeStatement.ts

@@ -189,7 +189,7 @@ function useBranchIncomeStatementModel() {
             { field: 'trackingNumber', title: '跟踪号', minWidth: 170, headerClassName: 'orderInformation' },
             { field: 'receiveTime', title: '称重时间', minWidth: 150, headerClassName: 'orderInformation' },
             { field: 'productName', title: '渠道名称', minWidth: 110, headerClassName: 'orderInformation' },
-            { field: 'countryCode', title: '目的国家', minWidth: 100, headerClassName: 'orderInformation' },
+            { field: 'countryName', title: '目的国家', minWidth: 100, headerClassName: 'orderInformation' },
             { field: 'deliveryChannel', title: '派送渠道名称', minWidth: 120, headerClassName: 'orderInformation' },
             { field: 'customerName', title: '客户简称', minWidth: 120, headerClassName: 'orderInformation' },
             { field: 'orgName', title: '分公司名称', minWidth: 95, headerClassName: 'orderInformation' },