From 7c5f8d56fc0037f2aa1e931bbe7fdaf7f5cf22c6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 27 八月 2023 18:41:37 +0800 Subject: [PATCH] 2023-08-27 --- src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx b/src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx index 5856250..9089580 100644 --- a/src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx @@ -78,11 +78,11 @@ type: 'radio', key: 'cacheLocal', label: '鏈湴缂撳瓨', - initval: card.cacheLocal || 'true', + initVal: card.cacheLocal || 'true', required: false, options: [ - {value: 'true', label: '缁ф壙鑿滃崟'}, - {value: 'false', label: '绂佺敤'}, + {value: 'true', text: '缁ф壙鑿滃崟'}, + {value: 'false', text: '绂佺敤'}, ], forbid: sessionStorage.getItem('editMenuType') === 'popview' }, -- Gitblit v1.8.0