style(图表): 修改获取图表数据异常的提示,不再显示异常信息

This commit is contained in:
jianneng-fit2cloud 2024-07-30 10:12:59 +08:00
parent 81c8d1fb41
commit d74ae89c8d

View File

@ -14,7 +14,6 @@ const props = defineProps({
<template>
<div class="canvas-content error-info">
<span>{{ props.errMsg }}</span>
<span>[{{ t('chart.chart_error_tips') }}]</span>
</div>
</template>