From 5d1e5dc9b248f91b33105dc838200af07947cdb2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 一月 2022 18:07:40 +0800 Subject: [PATCH] 2022-01-04 --- src/tabviews/custom/components/card/cardcellList/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index 3798bd6..e3da235 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -665,7 +665,7 @@ _data = this.props.syncData } - if (['exec', 'prompt', 'pop'].includes(card.OpenType)) { + if (['exec', 'prompt', 'pop', 'form'].includes(card.OpenType)) { return ( <Col key={card.uuid} className="mk-cell-btn" span={card.width}> <NormalButton -- Gitblit v1.8.0