fix : 国际化更改
This commit is contained in:
@@ -332,7 +332,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-label-box">
|
<div class="alert-label-box">
|
||||||
<div class="alert-label-title">Endpoint</div>
|
<div class="alert-label-title">{{$t('asset.endpoint')}}</div>
|
||||||
<div class="alert-label-value">
|
<div class="alert-label-value">
|
||||||
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
||||||
<span>{{
|
<span>{{
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-label-box">
|
<div class="alert-label-box">
|
||||||
<div class="alert-label-title">Endpoint</div>
|
<div class="alert-label-title">{{$t('asset.endpoint')}}</div>
|
||||||
<div class="alert-label-value">
|
<div class="alert-label-value">
|
||||||
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
||||||
<span>{{alertLabelData && alertLabelData.endpointNum ? alertLabelData.endpointNum : 0}}</span></div>
|
<span>{{alertLabelData && alertLabelData.endpointNum ? alertLabelData.endpointNum : 0}}</span></div>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<div class="alert-label-value">{{alertLabelData && alertLabelData.project && alertLabelData.project.name ?alertLabelData.project.name : '--'}}</div>
|
<div class="alert-label-value">{{alertLabelData && alertLabelData.project && alertLabelData.project.name ?alertLabelData.project.name : '--'}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-label-box">
|
<div class="alert-label-box">
|
||||||
<div class="alert-label-title">Endpoint</div>
|
<div class="alert-label-title">{{$t('asset.endpoint')}}</div>
|
||||||
<div class="alert-label-value">
|
<div class="alert-label-value">
|
||||||
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
||||||
<span>{{alertLabelData && alertLabelData.endpointNum ? alertLabelData.endpointNum : 0}}</span></div>
|
<span>{{alertLabelData && alertLabelData.endpointNum ? alertLabelData.endpointNum : 0}}</span></div>
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
<span>{{alertLabelData && alertLabelData.module && alertLabelData.module.name ? alertLabelData.module.name : '--'}}</span></div>
|
<span>{{alertLabelData && alertLabelData.module && alertLabelData.module.name ? alertLabelData.module.name : '--'}}</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-label-box">
|
<div class="alert-label-box">
|
||||||
<div class="alert-label-title">Endpoint</div>
|
<div class="alert-label-title">{{$t('asset.endpoint')}}</div>
|
||||||
<div class="alert-label-value">
|
<div class="alert-label-value">
|
||||||
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
||||||
<span>{{alertLabelData && alertLabelData.endpointNum ? alertLabelData.endpointNum : 0}}</span></div>
|
<span>{{alertLabelData && alertLabelData.endpointNum ? alertLabelData.endpointNum : 0}}</span></div>
|
||||||
|
|||||||
@@ -311,7 +311,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert-label-box">
|
<div class="alert-label-box">
|
||||||
<div class="alert-label-title">Endpoint</div>
|
<div class="alert-label-title">{{$t('asset.endpoint')}}</div>
|
||||||
<div class="alert-label-value">
|
<div class="alert-label-value">
|
||||||
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
<i class="nz-icon nz-icon-overview-endpoint monitorColor"></i>
|
||||||
<span>{{
|
<span>{{
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ export default {
|
|||||||
label: 'assetName',
|
label: 'assetName',
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
name: 'Endpoint',
|
name: this.$t('asset.endpoint'),
|
||||||
type: 'input',
|
type: 'input',
|
||||||
label: 'endpointName',
|
label: 'endpointName',
|
||||||
disabled: false
|
disabled: false
|
||||||
|
|||||||
@@ -309,7 +309,7 @@ export default {
|
|||||||
}, {
|
}, {
|
||||||
key: 'endpointNum',
|
key: 'endpointNum',
|
||||||
icon: 'nz-icon-overview-endpoint monitorColor',
|
icon: 'nz-icon-overview-endpoint monitorColor',
|
||||||
label: 'Endpoint'
|
label: this.$t('asset.endpoint')
|
||||||
}, {
|
}, {
|
||||||
key: 'assetNum',
|
key: 'assetNum',
|
||||||
icon: 'nz-icon-overview-project monitorColor color23BF9A',
|
icon: 'nz-icon-overview-project monitorColor color23BF9A',
|
||||||
@@ -336,7 +336,7 @@ export default {
|
|||||||
}, {
|
}, {
|
||||||
key: 'endpointNum',
|
key: 'endpointNum',
|
||||||
icon: 'nz-icon nz-icon-overview-endpoint monitorColor',
|
icon: 'nz-icon nz-icon-overview-endpoint monitorColor',
|
||||||
label: 'Endpoint'
|
label: this.$t('asset.endpoint')
|
||||||
}, {
|
}, {
|
||||||
key: 'assetNum',
|
key: 'assetNum',
|
||||||
icon: 'nz-icon nz-icon-overview-project monitorColor',
|
icon: 'nz-icon nz-icon-overview-project monitorColor',
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ export default {
|
|||||||
label: 'assetName',
|
label: 'assetName',
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
name: 'Endpoint',
|
name: this.$t('asset.endpoint'),
|
||||||
type: 'input',
|
type: 'input',
|
||||||
label: 'endpointName',
|
label: 'endpointName',
|
||||||
disabled: false
|
disabled: false
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ export default {
|
|||||||
label: 'assetName',
|
label: 'assetName',
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
name: 'Endpoint',
|
name: this.$t('asset.endpoint'),
|
||||||
type: 'input',
|
type: 'input',
|
||||||
label: 'endpointName',
|
label: 'endpointName',
|
||||||
disabled: false
|
disabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user