Commit d02b15b0 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改orderId 改为 orderNo

parent a49715dd
......@@ -29,7 +29,7 @@ const PerformanceDetail: React.FC = () => {
title: intl.formatMessage({
id: 'salesPerformanceStatistics.salesOrder',
}),
dataIndex: 'orderId',
dataIndex: 'orderNo',
sorter: (a, b) => a.orderId - b.orderId,
align: 'center',
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment