1
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user