Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -19,7 +19,8 @@
|
||||
更新时间: {{ tabItem.modifyTime }}
|
||||
<a style="margin-left: 8px" target="_blank" [queryParams]="{ type: tabItem.type }"
|
||||
[routerLink]="['/passport/agreement']">预览</a>
|
||||
<button nz-button nzType="link" (click)="update()">修改</button>
|
||||
<button nz-button nzType="link" (click)="update()" acl
|
||||
[acl-ability]="['SYSTEM-AGREEMENT-CONFIG-save']">修改</button>
|
||||
</div>
|
||||
<div [innerHTML]="tabItem.agreementContent | safehtml"></div>
|
||||
</nz-card>
|
||||
|
||||
Reference in New Issue
Block a user