26865
This commit is contained in:
15
packages/2.0.5/AppGridBlock/components/list.vue
vendored
15
packages/2.0.5/AppGridBlock/components/list.vue
vendored
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user