mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: i18n bug
This commit is contained in:
parent
a22c2e10b0
commit
d44bdd2dfd
|
|
@ -214,12 +214,9 @@
|
|||
{{ item.question || '-' }}
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="card-never border-r-4 mt-8"
|
||||
v-if="item.type == WorkflowType.AiChat"
|
||||
>
|
||||
<div class="card-never border-r-4 mt-8" v-if="item.type == WorkflowType.AiChat">
|
||||
<h5 class="p-8-12">
|
||||
{{ $t('views.applicationWorkflow.nodes.aiChatNode.think')}}
|
||||
{{ $t('views.applicationWorkflow.nodes.aiChatNode.think') }}
|
||||
</h5>
|
||||
<div class="p-8-12 border-t-dashed lighter pre-wrap">
|
||||
{{ item.reasoning_content || '-' }}
|
||||
|
|
@ -271,7 +268,7 @@
|
|||
<template v-if="item.type === WorkflowType.DocumentExtractNode">
|
||||
<div class="card-never border-r-4">
|
||||
<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
|
||||
effect="dark"
|
||||
|
|
|
|||
Loading…
Reference in New Issue