king
2021-08-24 1a11f7115e61c548f9ffc77d0a9e504307ca71b2
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}