bugfix: events i18n
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class="modal_title_text modal_title_text-header flex space-between">
|
||||
<div>{{ eventsDetail.title }}</div>
|
||||
<div class="detail-btn" v-if="eventsDetail.id === 3" @click="openDetail">
|
||||
View Details
|
||||
{{ $t("event.detail") }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal_title_text content" v-for="item in eventsDetail.textList">
|
||||
|
||||
@@ -1529,7 +1529,8 @@ export default {
|
||||
LiquefactionTool: '液化工具'
|
||||
},
|
||||
event: {
|
||||
back: '返回'
|
||||
back: '返回',
|
||||
detail:'查看详情'
|
||||
},
|
||||
admin: {
|
||||
allUser: '所有用户',
|
||||
|
||||
@@ -1586,7 +1586,8 @@ export default {
|
||||
LiquefactionTool: 'Liquefaction Tool'
|
||||
},
|
||||
event: {
|
||||
back: 'Back'
|
||||
back: 'Back',
|
||||
detail:'View Details'
|
||||
},
|
||||
admin: {
|
||||
allUser: 'All User',
|
||||
|
||||
Reference in New Issue
Block a user