fix:处理中英文完全一样的国际化为一个
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="mc" @click.self="clickOutside">
|
||||
<div class="right-box right-box-project-endpoint">
|
||||
<div class="right-box-title">{{ moduleName }} / {{$t('project.endpoint.endpoints')}}</div>
|
||||
<div class="right-box-title">{{ moduleName }} / {{$t('overall.endpoint')}}</div>
|
||||
<nz-data-list
|
||||
ref="dataList"
|
||||
:api="url"
|
||||
@@ -97,16 +97,16 @@ export default {
|
||||
show: true,
|
||||
width: 100
|
||||
}, {
|
||||
label: this.$t('project.endpoint.asset'),
|
||||
label: this.$t('guide.asset'),
|
||||
prop: 'asset',
|
||||
show: true,
|
||||
width: 150
|
||||
}, {
|
||||
label: this.$t('project.endpoint.port'),
|
||||
label: this.$t('asset.port'),
|
||||
prop: 'port',
|
||||
show: true
|
||||
}, {
|
||||
label: this.$t('alert.list.state'),
|
||||
label: this.$t('overall.state'),
|
||||
prop: 'state',
|
||||
width: 200,
|
||||
show: true
|
||||
|
||||
Reference in New Issue
Block a user