From ce6251207093501661add0b00b56c4e4909e494e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 17 十一月 2024 00:39:34 +0800 Subject: [PATCH] 2024-11-17 --- 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 a9d4429..8350b78 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -251,7 +251,7 @@ if (openType === 'pop') { shows.push('extBtn') if (this.record.extBtn === 'true') { - shows.push('extLabel', 'extValue') + shows.push('extLabel', 'extStyle', 'confLabel', 'confStyle', 'extValue') } } } else if (openType === 'form') { -- Gitblit v1.8.0