seimin 2 yıl önce
ebeveyn
işleme
b38e92bbd7

+ 1 - 1
assets/js/controllers/incident/incidentCtrl.js

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