|
|
|
@ -230,30 +230,12 @@
|
|
|
|
|
<mat-icon>help</mat-icon> |
|
|
|
|
</button> |
|
|
|
|
<mat-menu #appSetHelp="matMenu" yPosition="below" xPosition="after"> |
|
|
|
|
<button mat-menu-item (click)='lookUpdate()'> |
|
|
|
|
<mat-icon>update</mat-icon> |
|
|
|
|
<span>查看更新内容</span> |
|
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
<button mat-menu-item (click)="aFile('/assets/helpword/help.pdf','数字化预案编制管理平台手册.pdf')"> |
|
|
|
|
<mat-icon>save_alt</mat-icon> |
|
|
|
|
<span>下载帮助文档</span> |
|
|
|
|
</button> |
|
|
|
|
<button mat-menu-item (click)="aFile('/assets/helpword/plantemplate.zip','V级文本预案模板.zip')"> |
|
|
|
|
<mat-icon>save_alt</mat-icon> |
|
|
|
|
<span>V级文本预案模板</span> |
|
|
|
|
</button> |
|
|
|
|
<button mat-menu-item (click)="aFile('/assets/helpword/plancustom.zip','V级预案自定义.zip')"> |
|
|
|
|
<mat-icon>save_alt</mat-icon> |
|
|
|
|
<span>V级预案自定义</span> |
|
|
|
|
</button> |
|
|
|
|
<button mat-menu-item (click)="aFile('/assets/helpword/planonlineedit.zip','V级在线编制.zip')"> |
|
|
|
|
<mat-icon>save_alt</mat-icon> |
|
|
|
|
<span>V级在线编制</span> |
|
|
|
|
</button> |
|
|
|
|
<button mat-menu-item (click)="aFile('/assets/helpword/planonlineimport.zip','V级预案转在线导入.zip')"> |
|
|
|
|
<mat-icon>save_alt</mat-icon> |
|
|
|
|
<span>V级预案转在线导入</span> |
|
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
</mat-menu> |
|
|
|
|
<!-- 全屏 --> |
|
|
|
|
<button mat-button (click)="!isfullscreen?fullscreenToggle():closefullscreen()" class="fullscreen"> |
|
|
|
|