Commit 125d728c by qinjianhui

fix: 问题修改

parent 9c005361
...@@ -459,7 +459,6 @@ export default { ...@@ -459,7 +459,6 @@ 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="删除"
...@@ -469,7 +468,6 @@ export default { ...@@ -469,7 +468,6 @@ export default {
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