fix:修改国际化panel为dashboard

This commit is contained in:
zyh
2023-03-17 12:55:51 +08:00
68 changed files with 409 additions and 406 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div v-clickoutside="{obj: editDashboard, func: esc}" class="right-box right-box-dashboard-temp">
<div class="right-box__header">
<div class="header__title">{{$t("dashboard.panel.createPanelTitle")}}</div>
<div class="header__title">{{$t("dashboard.dashboard.createPanelTitle")}}</div>
<div class="header__operation">
<span v-cancel="{obj: editDashboard, func: esc}"><i class="nz-icon nz-icon-close" :title="$t('overall.close')"></i></span>
</div>
@@ -105,7 +105,7 @@ export default {
}
},
{
title: this.$t('dashboard.panel.chartForm.varType'),
title: this.$t('dashboard.dashboard.chartForm.varType'),
data: function (row) {
let str
switch (row.varType) {