|
|
|
@ -12,9 +12,9 @@
|
|
|
|
|
</div> |
|
|
|
|
<div class="btnbox"> |
|
|
|
|
<button mat-stroked-button *ngIf="zaixianDr" (click)='upload()'> |
|
|
|
|
<mat-icon>play_for_work</mat-icon> 导入 |
|
|
|
|
<mat-icon>cloud_upload</mat-icon> 导入 |
|
|
|
|
</button> |
|
|
|
|
<input type="file" style="display: none;" id="up" accept=".doc,.docx"> |
|
|
|
|
<input type="file" style="display: none;" id="up" accept=".docx"> |
|
|
|
|
<button mat-stroked-button (click)="preview()"> |
|
|
|
|
<mat-icon>visibility</mat-icon> 预览 |
|
|
|
|
</button> |
|
|
|
|