fix: Quick question in the opening statement, English word breaks.(#3158)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2025-07-21 16:44:13 +08:00
parent 8d3b3f8121
commit 02d6239a71
5 changed files with 13 additions and 8 deletions

View File

@ -163,13 +163,13 @@ const initialApiFormData = ref({})
const isUserInput = computed(
() =>
props.applicationDetails.work_flow?.nodes?.filter((v: any) => v.id === 'base-node')[0]
.properties.user_input_field_list.length > 0
?.properties.user_input_field_list.length > 0
)
const isAPIInput = computed(
() =>
props.type === 'debug-ai-chat' &&
props.applicationDetails.work_flow?.nodes?.filter((v: any) => v.id === 'base-node')[0]
.properties.api_input_field_list.length > 0
?.properties.api_input_field_list.length > 0
)
const showUserInputContent = computed(() => {
return (

View File

@ -3,7 +3,7 @@
<div class="header border-b flex-between p-12-24">
<div class="flex align-center">
<back-button @click="back"></back-button>
<h4>{{ detail?.name }}</h4>
<h4 class="ellipsis-1" style="width: 50%" :title="detail?.name">{{ detail?.name }}</h4>
<div v-if="showHistory && disablePublic">
<el-text type="info" class="ml-16 color-secondary"
>{{ $t('views.applicationWorkflow.info.previewVersion') }}
@ -101,7 +101,7 @@
/>
</div>
<h4>
<h4 class="ellipsis" style="max-width: 270px" :title="detail?.name">
{{ detail?.name || $t('views.application.applicationForm.form.appName.label') }}
</h4>
</div>
@ -279,7 +279,6 @@ async function publicHandle() {
return
}
applicationApi.putPublishApplication(id as String, obj, loading).then(() => {
application.asyncGetApplicationDetail(id, loading).then((res: any) => {
detail.value.name = res.data.name
MsgSuccess(t('views.applicationWorkflow.tip.publicSuccess'))

View File

@ -28,7 +28,9 @@
/>
</div>
<h4>{{ applicationDetail?.name }}</h4>
<h4 class="ellipsis-1" style="width: 50%" :title="applicationDetail?.name">
{{ applicationDetail?.name }}
</h4>
</div>
</div>
<div>

View File

@ -27,7 +27,9 @@
/>
</div>
<h4>{{ applicationDetail?.name }}</h4>
<h4 class="ellipsis-1" style="width: 66%" :title="applicationDetail?.name">
{{ applicationDetail?.name }}
</h4>
</div>
</div>
<div>

View File

@ -27,7 +27,9 @@
:size="32"
/>
</div>
<h4>{{ applicationDetail?.name }}</h4>
<h4 class="ellipsis-1" style="width: 66%" :title="applicationDetail?.name">
{{ applicationDetail?.name }}
</h4>
</div>
</div>
<div>