Commit 1cb00740 authored by 张娇(东信)'s avatar 张娇(东信)

Merge remote-tracking branch 'origin/master'

parents 132d5ac3 e91181f2
......@@ -292,7 +292,9 @@
</timeLine> -->
<timeLine :date="dateFormat(v.activityTime)" v-for="(v, i) in itineraryData" :key="i">
<div class="t3">
<span class="t1">{{ EnumRouteType[v.routeType] || '' }}</span>
<span class="t1" style="font-weight: bold">
{{ EnumRouteType[v.routeType] || '' }}
</span>
<template v-if="v.routeType == 1">
<img
class="icon"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment