Commit aa8f3ce6e3610b5bde8541ae378a8526d6f87db8

Authored by 莫红玲
1 parent 6ef33061

优惠券记录rowKey

src/pages/coupon/CouponOperation/components/CouponLog.tsx
@@ -109,7 +109,7 @@ function CouponLog({ couponLog, setCouponLog, onChange }: Props) { @@ -109,7 +109,7 @@ function CouponLog({ couponLog, setCouponLog, onChange }: Props) {
109 <Table 109 <Table
110 dataSource={data} 110 dataSource={data}
111 loading={loading} 111 loading={loading}
112 - rowKey={(record) => `id${record.type}`} 112 + rowKey="id"
113 > 113 >
114 <Column 114 <Column
115 title="日志类型" 115 title="日志类型"