|
|
|
@ -90,8 +90,8 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="addbtn"> |
|
|
|
|
<button type="button" mat-raised-button>编辑</button> |
|
|
|
|
<button type="submit" mat-button mat-raised-button>保存</button> |
|
|
|
|
<!-- <button type="button" mat-raised-button>编辑</button> --> |
|
|
|
|
<button type="submit" class="submit1" mat-button mat-raised-button>保存</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="mainright" (click)="closeorganizationbox()"> |
|
|
|
@ -469,7 +469,7 @@
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="infobtnbox"> |
|
|
|
|
<button type="button" color="primary" mat-raised-button>编辑</button> |
|
|
|
|
<!-- <button type="button" color="primary" mat-raised-button>编辑</button> --> |
|
|
|
|
<button type="submit()" mat-button mat-raised-button color="primary" [disabled]='form.invalid'>保存</button> |
|
|
|
|
<button type="button" mat-raised-button (click)="deletedbuilding(item)" color="warn">删除</button> |
|
|
|
|
</div> |
|
|
|
|