@@ -29,12 +29,12 @@
@click="$emit('downloadExcel',cell)"
>下载</span
>
- <span
- v-if="($parent.sheetDetailInfo.Button && $parent.sheetDetailInfo.Button.DeleteButton && $parent.isSheetBtnShow('del'))"
+ <!-- <span
+ v-if=" $parent.isSheetBtnShow('del')"
class="deletesty"
@click="$emit('delSheetHandle',{cell, type:'del-list'})"
>删除</span
- >
+ > -->
</div>
</el-card>