feat: 新增代理流水资产标识
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m11s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m11s
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
## 1. Implementation
|
||||
|
||||
- [x] 1.1 Add optional `asset_identifier` to `MainWalletTransactionItem`.
|
||||
- [x] 1.2 Add an "资产标识" column to the agent fund overview detail drawer's "预充值钱包流水" table.
|
||||
- [x] 1.3 Render `asset_identifier` as a clickable link when present and `-` when absent.
|
||||
- [x] 1.4 Navigate clicks to the asset information page using the clicked asset identifier as the search query.
|
||||
- [x] 1.5 Ensure the click does not trigger unrelated row/table interactions.
|
||||
|
||||
## 2. Verification
|
||||
|
||||
- [x] 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.
|
||||
Reference in New Issue
Block a user