From cbab5afeab654435d2a98bd04516ee55b08d349c Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Sat, 30 Aug 2025 22:18:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E6=97=B6=E9=97=B4=E7=A9=BA?= =?UTF-8?q?=E5=80=BC=E4=BD=BF=E7=94=A8=E6=96=9C=E6=9D=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leopard-web/src/util/amis.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leopard-web/src/util/amis.tsx b/leopard-web/src/util/amis.tsx index 7a3cc7d..44e3b8d 100644 --- a/leopard-web/src/util/amis.tsx +++ b/leopard-web/src/util/amis.tsx @@ -250,7 +250,7 @@ export function filterableField(mapping: Array>, multiple = export function time(field: string) { return { type: 'tpl', - tpl: `\${IF(${field}, DATETOSTR(${field}, 'YYYY-MM-DD HH:mm:ss'), undefined)}`, + tpl: `\${IF(${field}, DATETOSTR(${field}, 'YYYY-MM-DD HH:mm:ss'), '/')}`, } }