[update] 修改bug87394

This commit is contained in:
lideqin
2024-07-26 15:35:45 +08:00
parent 8798451d6b
commit 8dbd874f0c
5 changed files with 29 additions and 19 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
@cancel="handleCancel"
>
<template slot="footer">
<a-button key="back" @click="handleCancel">关闭</a-button>
<a-button key="back" @click="handleCancel">{{ $t('close') }}</a-button>
<!-- url是当前页跳转page新标签页跳转 -->
<a-button v-if="['url', 'page'].indexOf(record.openType) !== -1" type="primary" @click="toHandle">去处理</a-button>
<a-button v-if="['url', 'page'].indexOf(record.openType) !== -1" type="primary" @click="toHandle">{{ $t('goHandle') }}</a-button>
</template>
<a-card class="daily-article" :loading="loading">
<a-card-meta