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

This commit is contained in:
luo
2026-06-18 10:17:10 +08:00
parent 85d158dfec
commit 866a2587b3
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
<!-- 操作按钮组 -->
<div v-if="hasCardInfo" class="operation-button-group">
<ElButton @click="handleRefresh" type="primary" :icon="Refresh" :disabled="refreshDisabled">
<ElButton v-permission="'asset_info:sync'" @click="handleRefresh" type="primary" :icon="Refresh" :disabled="refreshDisabled">
同步
</ElButton>
</div>