Merge branch 'main' into web-vue-modify-device

This commit is contained in:
CGD
2025-04-15 08:31:28 +08:00
committed by GitHub
38 changed files with 344 additions and 258 deletions
@@ -88,6 +88,7 @@
<AddDeviceDialog :visible.sync="addDeviceDialogVisible" :agent-id="currentAgentId"
@refresh="fetchBindDevices(currentAgentId)" />
</div>
</template>
@@ -131,6 +132,7 @@ export default {
},
pageCount() {
return Math.ceil(this.filteredDeviceList.length / this.pageSize);
},
visiblePages() {
const pages = [];
@@ -523,4 +525,5 @@ export default {
color: #5a64b5;
}
</style>