This commit is contained in:
yanran200730
2022-01-18 18:08:07 +08:00
parent 6a53c29da5
commit 58b712cda4

View File

@@ -16,21 +16,6 @@
default-expand-all default-expand-all
highlight-current highlight-current
/> />
<footer>
<span
class="iconfont iconAdd"
title="添加二级网格"
@click="(isEdit = false), addTwoLevel()"
/>
<el-button
icon="iconfont iconEdit"
title="编辑二级网格"
type="text"
:disabled="info.girdLevel != '1'"
@click="(isEdit = true), toAdd()"
/>
<span class="iconfont iconDelete" @click="deleteTree(info.id)" />
</footer>
</ai-tree-menu> </ai-tree-menu>
</template> </template>
<template slot="content"> <template slot="content">