seimin 1 年間 前
コミット
55386eccdd
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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",