NEZ-2802 fix:国际化补充
This commit is contained in:
@@ -118,11 +118,11 @@ export default {
|
||||
}
|
||||
})
|
||||
// && n.alertRule.dashboardId
|
||||
if (n.alertRule) {
|
||||
n.alertRule.dashboardId = 1487
|
||||
if (n.alertRule && n.alertRule.dashboardId) {
|
||||
// n.alertRule.dashboardId = 1487
|
||||
this.cardNames.push({
|
||||
key: 'dashboard',
|
||||
label: this.$t('dashboard')
|
||||
label: this.$t('overall.dashboard')
|
||||
})
|
||||
}
|
||||
if (n.alertRule && n.alertRule.trbShot && n.alertRule.trbShot != '<div class="editor-core ql-container ql-snow"><div class="ql-editor"><p><br></p></div></div>') {
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
<!--panel-->
|
||||
<el-form-item
|
||||
class="form-item--half-width"
|
||||
:label="$t('overall.dashboard')"
|
||||
:label="$t('overall.associateDashboard')"
|
||||
prop="dashboard"
|
||||
>
|
||||
<select-panel @setPanelName="setPanelName" ref="selectPanel" :disabled="false" :filter-panel="filterPanel" :chart-box="true" :panel-lock="true" :show-panel="showPanel" :panelData="panelData" :placement="'bottom-start'" @selectPanel="selectPanel">
|
||||
|
||||
Reference in New Issue
Block a user