From a6b8918569eaae5cafa89b7db61b2ab8e406590e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 22 一月 2022 14:29:07 +0800 Subject: [PATCH] 2022-01-22 --- src/tabviews/custom/components/card/table-card/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/table-card/index.jsx b/src/tabviews/custom/components/card/table-card/index.jsx index 998bb1b..13a46b9 100644 --- a/src/tabviews/custom/components/card/table-card/index.jsx +++ b/src/tabviews/custom/components/card/table-card/index.jsx @@ -60,6 +60,7 @@ item.key = index item.$$uuid = item[_config.setting.primaryKey] || '' item.$$BID = BID || '' + item.$$BData = BData || '' item.$Index = index + 1 + '' return item }) -- Gitblit v1.8.0