UPDATE: VERSION-20260315
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<!-- child名称 -->
|
<!-- child名称 -->
|
||||||
<div class="ks-scenario-node-name">
|
<div class="ks-scenario-node-name">
|
||||||
{{ item.description ?? item.name }}
|
{{ substring(item.description ?? item.name, 20) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 右侧出桩:只能作为连线源 -->
|
<!-- 右侧出桩:只能作为连线源 -->
|
||||||
|
|||||||
@@ -29,12 +29,12 @@
|
|||||||
</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" @click="()=> handleSelect(item)"><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"><DeleteOutlined /></span>-->
|
||||||
</a-popconfirm>
|
<!-- </a-popconfirm>-->
|
||||||
</a-flex>
|
</a-flex>
|
||||||
</a-flex>
|
</a-flex>
|
||||||
</a-list-item>
|
</a-list-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user