Explorar el Código

事件列表增加学工号

seimin hace 3 años
padre
commit
a50a2f8e9d
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      assets/js/controllers/incident/incidentCtrl.js

+ 10 - 0
assets/js/controllers/incident/incidentCtrl.js

@@ -225,6 +225,16 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
225 225
                     '</div>'
226 226
             },
227 227
             {
228
+                name: 'requester.account',
229
+                displayName: '学工号',
230
+                width: '6%',
231
+                minWidth: '90',
232
+                enableSorting: false,
233
+                cellTemplate: '<div>' +
234
+                    '<div class="ui-grid-cell-contents" >{{row.entity.requester.account}}</div>' +
235
+                    '</div>'
236
+            },
237
+            {
228 238
                 name: 'contactsInformation',
229 239
                 displayName: '联系电话',
230 240
                 width: '105',