Files
one-pipe-system/openspec/changes/update-agent-fund-main-wallet-asset-link/tasks.md
sexygoat ad56b82944
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m11s
feat: 新增代理流水资产标识
2026-05-29 15:44:53 +08:00

778 B

1. Implementation

  • 1.1 Add optional asset_identifier to MainWalletTransactionItem.
  • 1.2 Add an "资产标识" column to the agent fund overview detail drawer's "预充值钱包流水" table.
  • 1.3 Render asset_identifier as a clickable link when present and - when absent.
  • 1.4 Navigate clicks to the asset information page using the clicked asset identifier as the search query.
  • 1.5 Ensure the click does not trigger unrelated row/table interactions.

2. Verification

  • 2.1 Verify the changed Vue file with lint or equivalent available project checks.
  • 2.2 Manually verify rows with asset_identifier display and navigate correctly.
  • 2.3 Manually verify rows without asset_identifier display - and are not clickable.