|
|
@@ -95,13 +95,15 @@
|
|
|
</svg>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template v-if="item.tool !== 76">
|
|
|
+ <template v-if="item.tool !== 74 && item.tool !== 75 && item.tool !== 76">
|
|
|
<div class="action-btn" @click.stop="editContent(item)" title="编辑">
|
|
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
|
<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"/>
|
|
|
<path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"/>
|
|
|
</svg>
|
|
|
</div>
|
|
|
+ </template>
|
|
|
+ <template v-if="item.tool !== 76">
|
|
|
<div class="action-btn" @click.stop="copyContent(item)" title="复制">
|
|
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
|
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"/>
|