From a77dc718f963e257958c84f2e4362a8b5df1970d Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Tue, 24 Feb 2026 11:30:02 +0800 Subject: [PATCH] fix --- .../Detail/detailRight/overallSetting/RepeatSetting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue b/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue index b7c6d5ab..d73cdec7 100644 --- a/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue +++ b/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue @@ -16,7 +16,7 @@ :max="1000" :step="1" is-input - :tipFormatter="(v) => `${scale.toFixed(0)}%`" + :tipFormatter="(v) => `${Number(scale)?.toFixed(0)}%`" :value="scale" @input="inputFillScale" />