Merge pull request #3273 from xinnan-tech/agent-delete-name-confirm

feat: 删除智能体前需要用户进行确认
This commit is contained in:
hrz
2026-07-10 10:39:47 +08:00
committed by GitHub
17 changed files with 598 additions and 36 deletions
@@ -96,7 +96,7 @@ export default {
},
methods: {
handleDelete() {
this.$emit('delete', this.device.agentId)
this.$emit('delete', this.device)
},
handleConfigure() {
this.$router.push({ path: '/role-config', query: { agentId: this.device.agentId } });
@@ -212,4 +212,4 @@ export default {
.device-item-tooltip[x-placement^="bottom"] .popper__arrow {
border-bottom-color: transparent !important;
}
</style>
</style>