UPDATE: VERSION-20260331
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a-list :data-source="behaviorTrees || []" size="small" style="min-height: 25vh">
|
<a-list :data-source="behaviorTrees || []" size="small" style="min-height: 25vh">
|
||||||
<template #renderItem="{ item }">
|
<template #renderItem="{ item }">
|
||||||
<a-list-item>
|
<a-list-item @click="()=> handleSelect(item)">
|
||||||
<a-flex>
|
<a-flex>
|
||||||
<a-tooltip placement="bottom">
|
<a-tooltip placement="bottom">
|
||||||
<template #title>
|
<template #title>
|
||||||
@@ -28,12 +28,12 @@
|
|||||||
<span>{{ substring(item.name, 15) }}</span>
|
<span>{{ substring(item.name, 15) }}</span>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<a-flex class="ks-tree-actions">
|
<a-flex class="ks-tree-actions">
|
||||||
<span style="margin-right: 10px" @click="()=> handleSelect(item)"><EditFilled /></span>
|
<!-- <span style="margin-right: 10px"><EditFilled /></span>-->
|
||||||
<a-popconfirm
|
<a-popconfirm
|
||||||
title="确定删除?"
|
title="确定删除?"
|
||||||
@confirm="()=> handleDelete(item)"
|
@confirm="()=> handleDelete(item)"
|
||||||
>
|
>
|
||||||
<span class="ks-tree-action ks-tree-action-delete"><DeleteOutlined /></span>
|
<span class="ks-tree-action ks-tree-action-delete" @click.stop><DeleteOutlined /></span>
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
</a-flex>
|
</a-flex>
|
||||||
</a-flex>
|
</a-flex>
|
||||||
|
|||||||
Reference in New Issue
Block a user