From 4a424436ea1110a8423b699ea7b67150bc699fda Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 29 二月 2024 18:08:25 +0800
Subject: [PATCH] 2024-02-29

---
 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 84fb9b8..c9c2579 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -297,7 +297,7 @@
         contents.push(
           <div className={'ant-col ant-col-' + card.width} key={card.uuid} style={_style_} span={card.width}>
             <div style={card.style}>
-              <div className={'ant-mk-text line1' + className} style={{height: card.innerHeight || 'auto'}}><span className="sequence-wrap" style={_style}>{data.$Index || ''}</span></div>
+              <div className={'ant-mk-text line1' + className} style={{height: card.innerHeight || 'auto'}}><span className="sequence-wrap" style={_style}>{card.prefix || ''}{data.$Index || ''}{card.postfix || ''}</span></div>
             </div>
           </div>
         )

--
Gitblit v1.8.0