This commit is contained in:
van
2026-04-07 17:29:30 +08:00
parent a2263eeef9
commit 8addb6080c
9 changed files with 835 additions and 89 deletions

View File

@@ -139,7 +139,7 @@
</mobile-search-form>
<!-- 操作按钮区域移动端单独显示 -->
<div class="action-buttons-section mobile-only">
<div v-if="actionButtons.length" class="action-buttons-section mobile-only">
<mobile-button-group
:buttons="actionButtons"
:primary-count="2"
@@ -1190,11 +1190,9 @@ export default {
return has ? t : ''
},
actionButtons() {
// 移动端只保留推送监控按钮
// 移动端不展示顶部工具按钮(统一用底部导航与各页内操作)
if (this.isMobile) {
return [
{ key: 'monitor', label: '推送监控', type: 'success', icon: 'el-icon-monitor', handler: () => { this.showPushMonitor = true } }
]
return []
}
// 桌面端显示所有按钮
return [