seimin 1 year ago
parent
commit
55386eccdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/controllers/inspect/summaryCtrl.js

+ 1 - 1
assets/js/controllers/inspect/summaryCtrl.js

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