Files
bbq/src/app/shared/components/logistics-time-line/logistics-time-line.component.html
Taric Xin 76951f250c 票务
2021-12-06 17:49:20 +08:00

6 lines
552 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<nz-timeline [nzMode]="'left'">
<nz-timeline-item nzLabel="2021-10-15 16:30:30">快件已签收</nz-timeline-item>
<nz-timeline-item nzLabel="2015-09-01 09:12:11">正在派送中请您准备签收派件人吴彦祖联系电话13811223133</nz-timeline-item>
<nz-timeline-item nzLabel="2021-10-15 16:30:30">快件已到【深圳市龙岗区配送中心】扫描员是【张三】</nz-timeline-item>
<nz-timeline-item nzLabel="2015-09-01 09:12:11">【顺丰快递】的收件员已揽件</nz-timeline-item>
</nz-timeline>