[update] 修改bug79173

This commit is contained in:
lideqin
2023-12-08 16:04:39 +08:00
parent 300df591fc
commit 393e562723
@@ -25,7 +25,7 @@
</template>
<p class="search-content" @click="clickSearchContent(arrItem)">{{ arrItem.searchContent }}</p>
</a-tooltip>
<i class="iconfont icon-shanchu_" @click="handleDelete(arrItem.id)"></i>
<i v-has="'generalSearch:searchHistory:delete'" class="iconfont icon-shanchu_" @click="handleDelete(arrItem.id)"></i>
</div>
</template>
</a-checkbox-group>
@@ -38,7 +38,7 @@
</a-spin>
<template v-slot:footer>
<a-button type="primary" ghost @click="handleBatchDel">{{ $t('batchDelete') }}</a-button>
<a-button v-has="'generalSearch:searchHistory:batchDelete'" type="primary" ghost @click="handleBatchDel">{{ $t('batchDelete') }}</a-button>
<a-button @click="handleCancel">{{ $t('close') }}</a-button>
</template>
</j-modal>