在SAP UI5应用程序中将模型绑定到sap.ui.core

请在下面需要前缀propertyBinding的地方尝试使用模型名称-

var oItemTemplate = new sap.m.ActionListItem({
   title : "{checks>title}",
   ...
});