Browse Source

订单流水唯一Key更新为orderFlowId

tags/小炒逻辑变更前
yangwenhua 2 years ago
parent
commit
727cbfe84f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/order/order-flow-manage/index.jsx

+ 1
- 1
src/pages/order/order-flow-manage/index.jsx View File

@@ -232,7 +232,7 @@ const Manage = () => {
<ProTable <ProTable
headerTitle="订单流水" headerTitle="订单流水"
actionRef={actionRef} actionRef={actionRef}
rowKey="id"
rowKey="orderFlowId"
search={{ search={{
labelWidth: 120, labelWidth: 120,
}} }}


Loading…
Cancel
Save