|
57 | 57 | > |
58 | 58 | <div class="card-never border-r-4"> |
59 | 59 | <h5 class="p-8-12"> |
60 | | - {{ $t('chat.executionDetails.paramInput') }} |
| 60 | + {{ $t('common.param.inputParam') }} |
61 | 61 | </h5> |
62 | 62 | <div class="p-8-12 border-t-dashed lighter"> |
63 | 63 | <div class="mb-8"> |
|
218 | 218 | <h5 class="p-8-12"> |
219 | 219 | {{ |
220 | 220 | item.type == WorkflowType.Application |
221 | | - ? $t('chat.executionDetails.paramOutput') |
| 221 | + ? $t('common.param.outputParam') |
222 | 222 | : $t('chat.executionDetails.answer') |
223 | 223 | }} |
224 | 224 | </h5> |
|
260 | 260 | <template v-if="item.type === WorkflowType.DocumentExtractNode"> |
261 | 261 | <div class="card-never border-r-4"> |
262 | 262 | <h5 class="p-8-12 flex align-center"> |
263 | | - <span class="mr-4">{{ |
264 | | - $t('chat.executionDetails.paramOutput') |
265 | | - }}</span> |
| 263 | + <span class="mr-4">{{ $t('chat.executionDetails.paramOutput') }}</span> |
266 | 264 |
|
267 | 265 | <el-tooltip |
268 | 266 | effect="dark" |
|
297 | 295 | <template v-if="item.type === WorkflowType.SpeechToTextNode"> |
298 | 296 | <div class="card-never border-r-4"> |
299 | 297 | <h5 class="p-8-12"> |
300 | | - {{ $t('chat.executionDetails.paramInput') }} |
| 298 | + {{ $t('common.param.inputParam') }} |
301 | 299 | </h5> |
302 | 300 | <div class="p-8-12 border-t-dashed lighter"> |
303 | 301 | <div class="mb-8"> |
|
322 | 320 | </div> |
323 | 321 | <div class="card-never border-r-4"> |
324 | 322 | <h5 class="p-8-12"> |
325 | | - {{ $t('chat.executionDetails.paramOutput') }} |
| 323 | + {{ $t('common.param.outputParam') }} |
326 | 324 | </h5> |
327 | 325 | <div class="p-8-12 border-t-dashed lighter"> |
328 | 326 | <el-card |
|
348 | 346 | <template v-if="item.type === WorkflowType.TextToSpeechNode"> |
349 | 347 | <div class="card-never border-r-4"> |
350 | 348 | <h5 class="p-8-12"> |
351 | | - {{ $t('chat.executionDetails.paramInput') }} |
| 349 | + {{ $t('common.param.inputParam') }} |
352 | 350 | </h5> |
353 | 351 | <div class="p-8-12 border-t-dashed lighter"> |
354 | 352 | <div class="p-8-12 border-t-dashed lighter"> |
|
368 | 366 | </div> |
369 | 367 | <div class="card-never border-r-4"> |
370 | 368 | <h5 class="p-8-12"> |
371 | | - {{ $t('chat.executionDetails.paramOutput') }} |
| 369 | + {{ $t('common.param.outputParam') }} |
372 | 370 | </h5> |
373 | 371 | <div class="p-8-12 border-t-dashed lighter"> |
374 | 372 | <p class="mb-8 color-secondary"> |
|
475 | 473 | <template v-if="item.type === WorkflowType.FormNode"> |
476 | 474 | <div class="card-never border-r-4"> |
477 | 475 | <h5 class="p-8-12"> |
478 | | - {{ $t('chat.executionDetails.paramOutput') |
| 476 | + {{ $t('common.param.outputParam') |
479 | 477 | }}<span style="color: #f54a45">{{ |
480 | | - item.is_submit |
481 | | - ? '' |
482 | | - : `(${$t('chat.executionDetails.noSubmit')})` |
| 478 | + item.is_submit ? '' : `(${$t('chat.executionDetails.noSubmit')})` |
483 | 479 | }}</span> |
484 | 480 | </h5> |
485 | 481 |
|
|
572 | 568 | <h5 class="p-8-12"> |
573 | 569 | {{ |
574 | 570 | item.type == WorkflowType.Application |
575 | | - ? $t('chat.executionDetails.paramOutput') |
| 571 | + ? $t('common.param.outputParam') |
576 | 572 | : $t('chat.executionDetails.answer') |
577 | 573 | }} |
578 | 574 | </h5> |
|
602 | 598 | <h5 class="p-8-12"> |
603 | 599 | {{ |
604 | 600 | item.type == WorkflowType.Application |
605 | | - ? $t('chat.executionDetails.paramOutput') |
| 601 | + ? $t('common.param.outputParam') |
606 | 602 | : $t('chat.executionDetails.answer') |
607 | 603 | }} |
608 | 604 | </h5> |
|
0 commit comments