You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
636 B
20 lines
636 B
<!-- |
|
* @Descripttion: |
|
* @version: |
|
* @Author: sueRimn |
|
* @Date: 2021-03-17 09:20:34 |
|
* @LastEditors: sueRimn |
|
* @LastEditTime: 2021-03-17 11:04:31 |
|
--> |
|
<div class="remarkbox"> |
|
<div class="remarkhead"> |
|
<span>审批意见</span> |
|
</div> |
|
<div class="remarktext"> |
|
<textarea placeholder="请填写审批意见" [(ngModel)]="remark"></textarea> |
|
</div> |
|
<div class="remarkbottom"> |
|
<button mat-raised-button color="primary" style="margin-left: 100px;" (click)='define()'>确定</button> |
|
<button mat-raised-button style="margin-left: 20px;" (click)='close()'>取消</button> |
|
</div> |
|
</div> |