fix: 设备树仅在非车站模式下显示收起和定位按钮

This commit is contained in:
yangsy
2025-12-18 14:30:49 +08:00
parent 3b13b93cec
commit 5b47734c3b

View File

@@ -467,8 +467,10 @@ async function scrollDeviceTreeToSelectedDevice() {
<NRadio value="10">在线</NRadio>
<NRadio value="20">离线</NRadio>
</NRadioGroup>
<NButton text size="tiny" type="info" @click="onFoldDeviceTree" style="margin-left: auto">收起</NButton>
<NButton text size="tiny" type="info" @click="onLocateDeviceTree">定位</NButton>
<template v-if="!station">
<NButton text size="tiny" type="info" @click="onFoldDeviceTree" style="margin-left: auto">收起</NButton>
<NButton text size="tiny" type="info" @click="onLocateDeviceTree">定位</NButton>
</template>
</NFlex>
</div>
<!-- 设备树 -->