fengxiang
2018-04-16 780f76a3e8dd68abe6b007006f85a76991ea2c54
src/app/routes/systems/organization/organization-list/organization-list.component.html
@@ -58,6 +58,8 @@
                              <nz-popconfirm [nzTitle]="'确定要删除该'+grid.title+'吗?'" [nzOkText]="'Yes'" [nzCancelText]="'No'" (nzOnConfirm)="delete(row.id)" >
                                <a nz-popconfirm>删除</a>
                              </nz-popconfirm>
                            <span nz-table-divider></span>
                            <a [routerLink]="['/systems/registration']" (click)="registration(row)">注册码</a>
                     </td>
                </tr>
              </tbody>