feat: 完善支付订单功能,新增订单数据结构和详情展示,更新相关表单和表格配置

This commit is contained in:
痴货
2025-05-05 17:57:08 +08:00
parent d0870beb40
commit 3be7961de5
7 changed files with 383 additions and 24 deletions

View File

@@ -71,7 +71,7 @@ const gridOptions: VxeGridProps = {
keyField: 'id',
},
// 表格全局唯一表示 保存列配置需要用到
id: 'system-notifyMessage-index',
id: 'pay-app-index',
};
const [BasicTable, tableApi] = useVbenVxeGrid({