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>,