Commit 85d31a80097a53ba7ab35b5c3199b062249bfbfd
1 parent
97935ee1
Update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/scheduleApp/module/core/schedulePlanManage/report/ext/list.html
| ... | ... | @@ -71,7 +71,7 @@ |
| 71 | 71 | <span ng-bind="$index + 1"></span> |
| 72 | 72 | </td> |
| 73 | 73 | <td> |
| 74 | - <a ui-sref="schedulePlanInfoExtFormManage_edit({xlId: info.xlId, xlName: info.xlName, sd: info.scheduleDate, lpId: info.lpId, lpName: info.lpName})" class="btn btn-info btn-sm" > 修改 </a> | |
| 74 | + <!--<a ui-sref="schedulePlanInfoExtFormManage_edit({xlId: info.xlId, xlName: info.xlName, sd: info.scheduleDate, lpId: info.lpId, lpName: info.lpName})" class="btn btn-info btn-sm" > 修改 </a>--> | |
| 75 | 75 | </td> |
| 76 | 76 | <td> |
| 77 | 77 | <span ng-bind="info.xlName"></span> | ... | ... |