Commit 125d728c by qinjianhui

fix: 问题修改

parent 9c005361
...@@ -459,17 +459,15 @@ export default { ...@@ -459,17 +459,15 @@ export default {
onClick={() => this.addDialog(2, item)} onClick={() => this.addDialog(2, item)}
></i> ></i>
</span> </span>
{this.is_tab === '1' && ( <span
<span class="icon-view icon-del-view"
class="icon-view icon-del-view" title="删除"
title="删除" >
> <i
<i class="el-icon-delete-solid"
class="el-icon-delete-solid" onClick={() => this.deleteSection(item)}
onClick={() => this.deleteSection(item)} ></i>
></i> </span>
</span>
)}
</div> </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