[update] 修改bug87394
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user