@@ -203,7 +203,7 @@ app.controller("summaryCtrl", [
displayName: "耗材名称",
width: "20%",
enableFiltering: false,
- cellTemplate: '<div class="ui-grid-cell-contents">{{grid.appScope.transferConsumableList(row.entity.consumableList)}}</div>'
+ cellTemplate: '<div class="ui-grid-cell-contents" title="{{grid.appScope.transferConsumableList(row.entity.consumableList)}}">{{grid.appScope.transferConsumableList(row.entity.consumableList)}}</div>'
},
{
name: "totalMaintenancePrice",