From dc9273132dc8e266f2d44c834b9c2733256afdfe Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 1 May 2024 22:16:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/frontend/index.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continew-admin-generator/src/main/resources/templates/frontend/index.ftl b/continew-admin-generator/src/main/resources/templates/frontend/index.ftl index f02bc4ed..e42fd3c7 100644 --- a/continew-admin-generator/src/main/resources/templates/frontend/index.ftl +++ b/continew-admin-generator/src/main/resources/templates/frontend/index.ftl @@ -28,7 +28,7 @@ 新增 - + @@ -74,7 +74,7 @@ const columns: TableInstanceColumns[] = [ <#if fieldConfigs??> <#list fieldConfigs as fieldConfig> <#if fieldConfig.showInList> - { title: '${fieldConfig.comment}', dataIndex: '${fieldConfig.fieldName}' }, + { title: '${fieldConfig.comment}', dataIndex: '${fieldConfig.fieldName}', slotName: ${fieldConfig.fieldName} },