778 B
778 B
1. Implementation
- 1.1 Add optional
asset_identifiertoMainWalletTransactionItem. - 1.2 Add an "资产标识" column to the agent fund overview detail drawer's "预充值钱包流水" table.
- 1.3 Render
asset_identifieras 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_identifierdisplay and navigate correctly. - 2.3 Manually verify rows without
asset_identifierdisplay-and are not clickable.