|
|
|
@ -8011,7 +8011,7 @@ const updataBase = (val: any) => { |
|
|
|
> |
|
|
|
<template #default="{ node, data }"> |
|
|
|
<span class="custom-tree-node"> |
|
|
|
<span>{{ node.label }}-->{{ node.id }}</span> |
|
|
|
<span>{{ node.label }}</span> |
|
|
|
<span style="float: right"> |
|
|
|
<a style="color: green" @click="append(data)"> 新增子节点 </a> |
|
|
|
<a style="margin-left: 8px" @click="changeLabel(node, data)">编辑节点名</a> |
|
|
|
|