From 1a11f7115e61c548f9ffc77d0a9e504307ca71b2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 24 八月 2021 18:37:20 +0800 Subject: [PATCH] 2021-08-24 --- src/tabviews/custom/components/card/cardcellList/index.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index 57921e0..5d1e62b 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -631,6 +631,7 @@ <Col key={card.uuid} className="mk-cell-btn" span={card.width}> <NormalButton BID={data.$$BID} + BData={data.$$BData || ''} btn={card} show={card.show} style={card.style} @@ -670,6 +671,7 @@ <Col key={card.uuid} className="mk-cell-btn" span={card.width}> <PopupButton BID={data.$$BID} + BData={data.$$BData || ''} btn={card} show={card.show} style={card.style} @@ -721,6 +723,7 @@ <Col key={card.uuid} className="mk-cell-btn" span={card.width}> <PrintButton BID={data.$$BID} + BData={data.$$BData || ''} btn={card} show={card.show} style={card.style} -- Gitblit v1.8.0