forked from github/dataease
fix: 图表编辑异常
This commit is contained in:
parent
2f6e41a183
commit
e9581e0b68
@ -28,7 +28,10 @@
|
|||||||
{{ $t('chart.chart_error_tips') }}
|
{{ $t('chart.chart_error_tips') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="view.unReadyMsg" class="chart-error-class">
|
<div
|
||||||
|
v-if="view && view.unReadyMsg"
|
||||||
|
class="chart-error-class"
|
||||||
|
>
|
||||||
<div class="chart-error-message-class">
|
<div class="chart-error-message-class">
|
||||||
{{ view.unReadyMsg }},{{ $t('chart.chart_show_error') }}
|
{{ view.unReadyMsg }},{{ $t('chart.chart_show_error') }}
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user