优化:订单列表发货链接列固定在最右侧,滚动时保持可见
This commit is contained in:
@@ -263,6 +263,7 @@ export function OrdersTab({
|
||||
title: '发货链接',
|
||||
key: 'delivery_link',
|
||||
width: 160,
|
||||
fixed: 'right',
|
||||
render: (_, record) => {
|
||||
// 非可发货状态不再展示链接作废等操作;已交付订单保留复制/打开,便于查看兑换结果。
|
||||
if (record.order_status === 'cancelled') {
|
||||
|
||||
Reference in New Issue
Block a user