refactor(order): 重构订单管理界面以优化显示和交互体验

- 调整订单详情抽屉宽度从65%到70%
- 移除订单详情中的顶部操作按钮区域
- 在订单详情中新增买家备注显示字段
- 将商品信息卡片从底部移至收货信息前
- 为表格组件添加缓存键以改善性能
- 合并订单状态标签显示包括支付、发货、开票和订单状态
- 优化表格列宽设置并调整操作列宽度
- 更新表格行双击事件以正确打开编辑窗口
- 注释掉商户管理界面中的组织部门字段显示
This commit is contained in:
2026-02-10 00:53:41 +08:00
parent d738784730
commit c7fe19f33c
3 changed files with 190 additions and 302 deletions

View File

@@ -232,12 +232,12 @@
align: 'center',
showSorterTooltip: false
},
{
title: '所属部门',
dataIndex: 'organizationName',
key: 'organizationName',
align: 'center'
},
// {
// title: '所属部门',
// dataIndex: 'organizationName',
// key: 'organizationName',
// align: 'center'
// },
{
title: '角色',
dataIndex: 'roles',