From 66fe0749db196f66021e09c6e6f83400f13f7412 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 十二月 2021 23:51:56 +0800 Subject: [PATCH] 2021-12-24 --- src/menu/components/share/actioncomponent/actionform/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index 69cb16f..03d5814 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -420,6 +420,8 @@ } else if (value === 'excelOut') { _fieldval.label = this.props.dict['model.form.excelOut'] _fieldval.class = 'dgreen' + _fieldval.control = '' + this.record.control = '' } if (appType !== 'mob' && _fieldval.Ot === 'notRequired') { -- Gitblit v1.8.0