|
|
|
@ -87,6 +87,21 @@
|
|
|
|
|
<span class="details">{{item.notification.data.properties.ViolationName}}</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<ng-container |
|
|
|
|
*ngIf="item.notification.data.type == 'AX.SinochemServer.License.Notifications.LicenseNotificationData'; else elseTemplate"> |
|
|
|
|
<div class="btnbox"> |
|
|
|
|
<div class="look" (click)="updateState(item,1)"> |
|
|
|
|
处置 |
|
|
|
|
</div> |
|
|
|
|
<div class="look" (click)="updateState(item,2)"> |
|
|
|
|
申请延期 |
|
|
|
|
</div> |
|
|
|
|
<div class="lose" (click)="updateState(item,0)"> |
|
|
|
|
忽略 |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate> |
|
|
|
|
<div class="btnbox"> |
|
|
|
|
<div class="look" (click)="look(item)"> |
|
|
|
|
查看 |
|
|
|
@ -95,6 +110,9 @@
|
|
|
|
|
忽略 |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</ng-template> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ng-template> |
|
|
|
|
|
|
|
|
|
<!-- 修改密码 --> |
|
|
|
@ -109,8 +127,8 @@
|
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control nzErrorTip=""> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input name="oldpassword" type="password" nz-input formControlName="oldpassword" |
|
|
|
|
placeholder="请输入原密码" autocomplete="off" /> |
|
|
|
|
<input name="oldpassword" type="password" nz-input formControlName="oldpassword" placeholder="请输入原密码" |
|
|
|
|
autocomplete="off" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|