Commit 125d728c by qinjianhui

fix: 问题修改

parent 9c005361
......@@ -459,17 +459,15 @@ export default {
onClick={() => this.addDialog(2, item)}
></i>
</span>
{this.is_tab === '1' && (
<span
class="icon-view icon-del-view"
title="删除"
>
<i
class="el-icon-delete-solid"
onClick={() => this.deleteSection(item)}
></i>
</span>
)}
<span
class="icon-view icon-del-view"
title="删除"
>
<i
class="el-icon-delete-solid"
onClick={() => this.deleteSection(item)}
></i>
</span>
</div>
),
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment