From fdedcc4f793aafded70d32076a047a778f500070 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 16 Oct 2022 17:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B05.2.0=E7=94=9F=E6=88=90?= =?UTF-8?q?=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/modules/gen/crud/vueList.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/templates/modules/gen/crud/vueList.xml b/modules/core/src/main/resources/templates/modules/gen/crud/vueList.xml index fcef2b02..27bc5835 100644 --- a/modules/core/src/main/resources/templates/modules/gen/crud/vueList.xml +++ b/modules/core/src/main/resources/templates/modules/gen/crud/vueList.xml @@ -253,7 +253,7 @@ if(table.isTreeEntity){ dataIndex: '${c.attrName}', width: 230, align: 'left', - slots: { customRender: 'firstColumn' }, + slot: 'firstColumn', }, <% firstColumn = false; @@ -298,7 +298,7 @@ for(c in table.columnList){ dictType: '${c.optionMap['dictType']}', <% } %> <% if(firstColumn){ %> - slots: { customRender: 'firstColumn' }, + slot: 'firstColumn', <% } %> }, <%