fix:修改国际化panel为dashboard

This commit is contained in:
zyh
2023-03-17 12:46:56 +08:00
parent a5c8d3958a
commit e6270e066b
64 changed files with 368 additions and 368 deletions

View File

@@ -58,7 +58,7 @@
</template>
<template v-else-if="item.prop === 'priority'">
<div v-if="scope.row[item.prop] == 1">
{{ $t('dashboard.panel.chartForm.high') }}
{{ $t('dashboard.dashboard.chartForm.high') }}
</div>
<div v-else-if="scope.row[item.prop] == 2">
{{ $t('issue.middle') }}