From 325aa13d3b61d1c066f8fcab107003ef36713df3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 一月 2025 10:20:09 +0800 Subject: [PATCH] 2025-01-16 --- 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