From 7d411895979f53d909b8b8026bf195518bfb606c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 09 一月 2023 14:40:18 +0800 Subject: [PATCH] 2023-01-09 --- src/menu/components/share/actioncomponent/actionform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index 56a2345..6641525 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -241,7 +241,7 @@ if (this.record.formType === 'switch') { shows.push('field', 'size', 'openVal', 'closeVal', 'openText', 'closeText') } else if (this.record.formType === 'radio') { - shows.push('field', 'openVal', 'closeVal') + shows.push('field', 'checkType', 'openVal', 'closeVal') } else { shows.push('field') } -- Gitblit v1.8.0