天河网站建设方案,三雷网站程序,wordpress数据库e r图,赌城网站怎么做可视化地呈现时间流信息。 由于 vue-cli-plugin-element 最后更新时间是 2019年1月#xff0c;而 element-ui 中 Timeline 时间线更新是在 3月份#xff0c;因此我们没有办法直接进行引用。因此#xff0c;我们直接通过手动导入的方式。 然后#xff0c;我们打开 element.j… 可视化地呈现时间流信息。 由于 vue-cli-plugin-element 最后更新时间是 2019年1月而 element-ui 中 Timeline 时间线更新是在 3月份因此我们没有办法直接进行引用。因此我们直接通过手动导入的方式。 然后我们打开 element.js进行导入
Js import Timeline from ./timeline/index
import TimelineItem from ./timeline-item/index同时我们也需要导入我们的 css 样式
Code style langless scoped
import ../../plugins/timeline/timeline.css;
import ../../plugins/timeline-item/timeline-item.css;
.el-cascader{width: 100%;
}
/styleJs !-- 展示物流进度的对话框 --el-dialog title物流进度 :visible.syncprogressVisible width45% closeaddressDialogClosedel-timelineel-timeline-itemv-for(activity, index) in progressInfo:keyindex:timestampactivity.time{{activity.context}}/el-timeline-item/el-timeline/el-dialog最终实现效果