|
@@ -127,13 +127,13 @@ app.controller('inspectPlanCtrl', ["$rootScope", "$scope", "$state", "$timeout",
|
127
|
127
|
// width: '109',
|
128
|
128
|
// enableFiltering: false
|
129
|
129
|
// },
|
130
|
|
- {
|
131
|
|
- name: 'executeUser.name',
|
132
|
|
- displayName: '执行人/组',
|
133
|
|
- width: '11%',
|
134
|
|
- enableFiltering: false,
|
135
|
|
- cellTemplate: '<div class="ui-grid-cell-contents"><span ng-if="row.entity.dictionary.value == 1&&row.entity.executeUser">{{row.entity.executeUser.name }}</span><span ng-if="row.entity.dictionary.value == 3&&row.entity.group">{{row.entity.group.groupName }}</span><span ng-if="row.entity.dictionary.value == 4">无</span></div>'
|
136
|
|
- },
|
|
130
|
+ // {
|
|
131
|
+ // name: 'executeUser.name',
|
|
132
|
+ // displayName: '执行人/组',
|
|
133
|
+ // width: '11%',
|
|
134
|
+ // enableFiltering: false,
|
|
135
|
+ // cellTemplate: '<div class="ui-grid-cell-contents"><span ng-if="row.entity.dictionary.value == 1&&row.entity.executeUser">{{row.entity.executeUser.name }}</span><span ng-if="row.entity.dictionary.value == 3&&row.entity.group">{{row.entity.group.groupName }}</span><span ng-if="row.entity.dictionary.value == 4">无</span></div>'
|
|
136
|
+ // },
|
137
|
137
|
{
|
138
|
138
|
name: 'status.name',
|
139
|
139
|
displayName: '状态',
|