You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
<div class="box" id="detailsUser"> |
|
<div class="title"> |
|
<div class="titlecontent"> |
|
详情 |
|
</div> |
|
<i nz-icon nzType="close" nzTheme="outline" (click)="destroyModal()"></i> |
|
</div> |
|
|
|
<div class="content"> |
|
|
|
<p>账号: {{ data.userName}}</p> |
|
<div class="cutoffrule"></div> |
|
<p>姓名: {{ data.name}}</p> |
|
<div class="cutoffrule"></div> |
|
<p>所属机构: {{data.organizationName}}</p> |
|
<div class="cutoffrule"></div> |
|
<p>角色: <span style="margin-right: 8px;" *ngFor="let item of role1">{{item}}</span></p> |
|
<div class="cutoffrule"></div> |
|
<p>预警接收级别: <span style="margin-right: 8px;" *ngFor="let item of role2">{{item}}</span></p> |
|
<div class="cutoffrule"></div> |
|
<p>手机号: {{ data.phoneNumber}}</p> |
|
<div class="cutoffrule"></div> |
|
<p>审核状态: {{data.auditStatus | auditStatus}}</p> |
|
<div class="cutoffrule"></div> |
|
<p>审核说明: {{data.auditLog? data.auditLog.rejectReason : ''}}</p> |
|
</div> |
|
</div> |