Files
Vue_dbui/vue-ydui/example/routers/timeline.vue
2024-09-27 00:57:27 +08:00

31 lines
1.5 KiB
Vue
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.

<template>
<yd-layout title="TimeLine">
<yd-timeline class="demo-small-pitch">
<yd-timeline-item>
<p>南宁市您的订单正在配送途中请您准备签收感谢您的耐心等待京东扫码付单单享立减</p>
<p style="margin-top: 10px;">2017-08-18 08:24:18</p>
</yd-timeline-item>
<yd-timeline-item>
<p>南宁市您的订单已到达南宁安吉站</p>
<p style="margin-top: 10px;">2017-08-18 07:25:08</p>
</yd-timeline-item>
<yd-timeline-item>
<p>南宁市您的订单在京东南宁分拨中心发货完成准备送往京东南宁安吉站</p>
<p style="margin-top: 10px;">2017-08-17 21:44:08</p>
</yd-timeline-item>
<yd-timeline-item>
<p>南宁市您的订单在京东南宁分拨中心分拣完成</p>
<p style="margin-top: 10px;">2017-08-17 21:43:38</p>
</yd-timeline-item>
<yd-timeline-item>
<p>您的订单已经进入京东2号库准备出库</p>
<p style="margin-top: 10px;">2017-08-17 19:40:42</p>
</yd-timeline-item>
<yd-timeline-item>
<p>您提交了订单请等待系统确认</p>
<p style="margin-top: 10px;">2017-08-17 19:40:07</p>
</yd-timeline-item>
</yd-timeline>
</yd-layout>
</template>