|
|
@ -1,9 +1,9 @@ |
|
|
|
<div class="orbox" id="orbox"> |
|
|
|
<div class="orbox" id="orbox"> |
|
|
|
<div class="topbox"> |
|
|
|
<div class="topbox"> |
|
|
|
<div class="lefttop"> |
|
|
|
<div class="lefttop"> |
|
|
|
<span>组织机构列表</span> |
|
|
|
<span>菜单列表</span> |
|
|
|
<span><img style="vertical-align: top;" src="../../../assets/images/icon/orgrey.png" alt=""> |
|
|
|
<span><img style="vertical-align: top;" src="../../../assets/images/icon/orgrey.png" alt=""> |
|
|
|
{{totalCount}}个单位</span> |
|
|
|
{{totalCount}}个</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="righttop"> |
|
|
|
<div class="righttop"> |
|
|
|
<!-- <form nz-form [formGroup]="validateForm" (ngSubmit)="submitForm()"> |
|
|
|
<!-- <form nz-form [formGroup]="validateForm" (ngSubmit)="submitForm()"> |
|
|
@ -16,15 +16,15 @@ |
|
|
|
<button style="display: none;" type="submit"></button> |
|
|
|
<button style="display: none;" type="submit"></button> |
|
|
|
</nz-form-item> |
|
|
|
</nz-form-item> |
|
|
|
</form> --> |
|
|
|
</form> --> |
|
|
|
<nz-input-group nzPrefixIcon="search"> |
|
|
|
<!-- <nz-input-group nzPrefixIcon="search"> |
|
|
|
<input type="text" nz-input placeholder="请输入单位" [(ngModel)]="searchValue" /> |
|
|
|
<input type="text" nz-input placeholder="请输入单位" [(ngModel)]="searchValue" /> |
|
|
|
</nz-input-group> |
|
|
|
</nz-input-group> --> |
|
|
|
<button nz-button nzType="primary" (click)="addOr()"><i nz-icon nzType="plus-circle" |
|
|
|
<button nz-button nzType="primary" (click)="addOr()"><i nz-icon nzType="plus-circle" |
|
|
|
nzTheme="outline"></i>新增</button> |
|
|
|
nzTheme="outline"></i>新增</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="treeTitle"> |
|
|
|
<div class="treeTitle"> |
|
|
|
<span>组织机构</span> |
|
|
|
<span>菜单名称</span> |
|
|
|
<span>操作</span> |
|
|
|
<span>操作</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<nz-tree [nzHideUnMatched]='true' [nzSearchValue]="searchValue" #nzTreeComponent [nzData]="nodes" |
|
|
|
<nz-tree [nzHideUnMatched]='true' [nzSearchValue]="searchValue" #nzTreeComponent [nzData]="nodes" |
|
|
|