From 4a9a85155ab5df5e1f772781d96ed78ce928c435 Mon Sep 17 00:00:00 2001 From: zhenggm Date: Mon, 13 Jun 2022 20:51:41 +0800 Subject: [PATCH] =?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/static/template/incModel/inc_grid_opt.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_grid_opt.ftl b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_grid_opt.ftl index 1c96fa5..70220b4 100644 --- a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_grid_opt.ftl +++ b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_grid_opt.ftl @@ -29,7 +29,7 @@ "id": "id${newId()}", "type": "fx-table-column", "props": { - "field": "${col.field}", + "field": "${col.id}", "label": "${col.label}" } }<#if col_has_next>,