@@ -263,7 +263,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
displayName: '校区区域地点',
width: '150',
enableFiltering: false,
- cellTemplate: '<div><div class="ui-grid-cell-contents">{{grid.appScope.areaplace(row.entity)}}</div></div>'
+ cellTemplate: '<div><div class="ui-grid-cell-contents" title="{{grid.appScope.areaplace(row.entity)}}">{{grid.appScope.areaplace(row.entity)}}</div></div>'
},
{
name: 'acceptUser.name',