From 182acc9ec2cdf86231148f9a614260f3aeab7a3f Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 15 Oct 2025 10:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=AD=97=E6=AE=B5=E6=BB=91?= =?UTF-8?q?=E5=9D=97=E6=8B=96=E5=8A=A8=E6=98=BE=E7=A4=BA=E5=88=86=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlPropertiNew.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 5015df2..cb50abd 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -4370,8 +4370,9 @@ const aiAgentList = ref([ const formatTooltip = (val: number) => { //console.log("zhidhfasidhais----->",val) - const result = ((val / 24) * 100).toFixed(2); - return `${result}%`; + /* const result = ((val / 24) * 100).toFixed(2); + return `${result}%`; */ + return val+"/24" }