쪽지 검색 리스트 수정.
This commit is contained in:
parent
398fc77e19
commit
b3ab8fa9b2
|
@ -114,32 +114,13 @@
|
|||
</mat-radio-group>
|
||||
</form>
|
||||
</div>
|
||||
<div
|
||||
<div>
|
||||
<ucap-message-list-item
|
||||
*ngFor="let message of messageList"
|
||||
[message]="message"
|
||||
(click)="onClickDetail(message)"
|
||||
class="message-item"
|
||||
>
|
||||
<dl>
|
||||
<dt>
|
||||
<mat-icon
|
||||
*ngIf="!!message.resType && message.resType === ContentType.Image"
|
||||
>image</mat-icon
|
||||
>
|
||||
<mat-icon
|
||||
*ngIf="
|
||||
!!message.resType && message.resType === ContentType.AttachFile
|
||||
"
|
||||
>attach_file</mat-icon
|
||||
>
|
||||
<ul>
|
||||
<li>{{ message.userName }}</li>
|
||||
<li>{{ message.title }}</li>
|
||||
</ul>
|
||||
</dt>
|
||||
<dd>
|
||||
{{ message.regDate | dateToStringFormat: 'MM:DD' }}
|
||||
</dd>
|
||||
</dl>
|
||||
></ucap-message-list-item>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user