|
|
|
@ -97,6 +97,7 @@
|
|
|
|
|
<th [width]="'13%'">所属机构</th> |
|
|
|
|
<th [width]="'10%'" *ngIf="level == 2">审核状态</th> |
|
|
|
|
<th [width]="'8%'">用户状态</th> |
|
|
|
|
<th [width]="'10%'">备注</th> |
|
|
|
|
<th [width]="'10%'">操作</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
@ -122,6 +123,9 @@
|
|
|
|
|
<span class="redColor">已停用</span> |
|
|
|
|
</ng-template> |
|
|
|
|
</td> |
|
|
|
|
<td> |
|
|
|
|
{{data.note}} |
|
|
|
|
</td> |
|
|
|
|
<td class="operation"> |
|
|
|
|
<i class="blueColor" nz-icon nzType="form" nzTheme="outline" (click)="editUser(data)" nz-tooltip |
|
|
|
|
nzTooltipTitle="编辑"></i> |
|
|
|
|