From 53b9fb93d0376eb02bb996935f1720b4e95cd897 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 十月 2022 14:41:06 +0800 Subject: [PATCH] 2022-10-12 --- src/menu/components/carousel/data-card/options.jsx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/menu/components/carousel/data-card/options.jsx b/src/menu/components/carousel/data-card/options.jsx index 36441fe..37104ad 100644 --- a/src/menu/components/carousel/data-card/options.jsx +++ b/src/menu/components/carousel/data-card/options.jsx @@ -59,7 +59,10 @@ required: false, options: [ {value: 'false', label: '鍚�'}, - {value: 'true', label: '鏄�'}, + {value: 'true', label: '鏄�'} + ], + controlFields: [ + {field: 'speed', values: ['true']} ] }, { @@ -67,7 +70,7 @@ field: 'speed', label: '鏃堕棿闂撮殧', initval: wrap.speed || 3, - tooltip: '浣跨敤鑷姩鍒囨崲鏃舵湁鏁堬紝榛樿涓�3绉�', + tooltip: '榛樿涓�3绉�', min: 1, max: 100, precision: 0, -- Gitblit v1.8.0