From 6056d942e153c24431f4d965d5913c28caf4cfd1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 一月 2025 10:48:50 +0800 Subject: [PATCH] Merge branch 'positec' into bms --- src/tabviews/custom/components/card/cardcellList/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index 471c1e1..9ebf5c9 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -110,7 +110,7 @@ } if (card.field) { - __param.$searchkey = card.field.toLowerCase() + __param.$searchkey = card.field __param.$searchval = data[card.field] || '' } @@ -735,6 +735,7 @@ } } else { url = data[card.field] || '' + url = url.replace(/@mywebsite@\//ig, window.GLOB.baseurl) } if (url === '' && card.noValue === 'hide') { // 绌哄�奸殣钘� -- Gitblit v1.8.0