消息弹窗标题及按钮换成英文
This commit is contained in:
parent
bd809b8368
commit
4162dc0f87
|
@ -9,7 +9,7 @@ import xss from "xss"
|
|||
@cancel="handleCancel"
|
||||
>
|
||||
<template slot="footer">
|
||||
<a-button key="back" @click="handleCancel">关闭</a-button>
|
||||
<a-button key="back" @click="handleCancel">Cancel</a-button>
|
||||
<a-button v-if="record.openType === 'url'" type="primary" @click="toHandle">去处理</a-button>
|
||||
</template>
|
||||
<a-card class="daily-article" :loading="loading">
|
||||
|
@ -29,7 +29,7 @@ export default {
|
|||
components: {},
|
||||
data() {
|
||||
return {
|
||||
title: '通知消息',
|
||||
title: 'Notification Message',
|
||||
record: {},
|
||||
labelCol: {
|
||||
xs: { span: 24 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user