seimin il y a 1 an
Parent
commit
55386eccdd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",