feat:log
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m41s

This commit is contained in:
sexygoat
2026-04-27 15:06:27 +08:00
parent 853c87b8a2
commit a055ff166a
7 changed files with 479 additions and 4 deletions

View File

@@ -82,6 +82,14 @@
@navigate-to-device="handleNavigateToDevice"
/>
</div>
<!-- 第五行操作审计日志 -->
<div class="row full-width">
<OperationLogsCard
:asset-identifier="cardInfo.identifier"
:asset-type="cardInfo.asset_type"
/>
</div>
</div>
</div>
@@ -162,6 +170,7 @@
import CurrentPackageCard from './components/CurrentPackageCard.vue'
import PackageListCard from './components/PackageListCard.vue'
import WalletTransactionCard from './components/WalletTransactionCard.vue'
import OperationLogsCard from './components/OperationLogsCard.vue'
// 引入对话框组件
import {