From 33ed8aa4aeab060e8f6cc160fc79d9a94dab1507 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 27 Nov 2024 11:29:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E8=AE=B0=E5=BD=95=E5=AD=97=E6=AE=B5=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflow/nodes/image-understand/index.vue | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/ui/src/workflow/nodes/image-understand/index.vue b/ui/src/workflow/nodes/image-understand/index.vue index c3f1184ad..ecde49434 100644 --- a/ui/src/workflow/nodes/image-understand/index.vue +++ b/ui/src/workflow/nodes/image-understand/index.vue @@ -56,7 +56,7 @@ > {{ item.name }} 公用 + >公用 @@ -113,7 +113,7 @@ @@ -131,9 +131,9 @@ @@ -143,9 +143,13 @@ :value-on-clear="0" controls-position="right" class="w-full" + :step="1" + :step-strictly="true" /> - { @@ -268,9 +271,7 @@ function getProvider() { }) } -const model_change = (model_id?: string) => { - -} +const model_change = (model_id?: string) => {} function submitSystemDialog(val: string) { set(props.nodeModel.properties.node_data, 'system', val) @@ -286,10 +287,6 @@ onMounted(() => { set(props.nodeModel, 'validate', validate) }) - - - \ No newline at end of file +