fix: i18n bug

This commit is contained in:
wangdan-fit2cloud 2025-02-12 16:35:47 +08:00
parent a22c2e10b0
commit d44bdd2dfd

View File

@ -214,12 +214,9 @@
{{ item.question || '-' }} {{ item.question || '-' }}
</div> </div>
</div> </div>
<div <div class="card-never border-r-4 mt-8" v-if="item.type == WorkflowType.AiChat">
class="card-never border-r-4 mt-8"
v-if="item.type == WorkflowType.AiChat"
>
<h5 class="p-8-12"> <h5 class="p-8-12">
{{ $t('views.applicationWorkflow.nodes.aiChatNode.think')}} {{ $t('views.applicationWorkflow.nodes.aiChatNode.think') }}
</h5> </h5>
<div class="p-8-12 border-t-dashed lighter pre-wrap"> <div class="p-8-12 border-t-dashed lighter pre-wrap">
{{ item.reasoning_content || '-' }} {{ item.reasoning_content || '-' }}
@ -271,7 +268,7 @@
<template v-if="item.type === WorkflowType.DocumentExtractNode"> <template v-if="item.type === WorkflowType.DocumentExtractNode">
<div class="card-never border-r-4"> <div class="card-never border-r-4">
<h5 class="p-8-12 flex align-center"> <h5 class="p-8-12 flex align-center">
<span class="mr-4">{{ $t('chat.executionDetails.paramOutput') }}</span> <span class="mr-4"> {{ $t('common.param.outputParam') }}</span>
<el-tooltip <el-tooltip
effect="dark" effect="dark"