fix : 国际化更改

This commit is contained in:
likexuan
2022-07-12 17:10:45 +08:00
parent 325e116535
commit 1e09d6e618
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<el-form-item
class="form-item--half-width"
v-if="showPanel.type !== fromRoute.project && showPanel.type !== fromRoute.asset && showPanel.type !== fromRoute.endpoint && showPanel.type !== fromRoute.model && from!=='chartTemp'"
:label="$t('dashboard.panel.title')"
:label="$t('overall.dashboard')"
prop="panelName"
>
<select-panel ref="selectPanel" :disabled="showPanel.type === 'dashboard'" :filter-panel="filterPanel" :chart-box="true" :panel-lock="true" :panelData="panelData" :placement="'bottom-start'" @selectPanel="selectPanel">