Commit d0e48124 authored by 周俊涛(东信)'s avatar 周俊涛(东信)

routetype加粗

parent d995e2ef
...@@ -292,7 +292,9 @@ ...@@ -292,7 +292,9 @@
</timeLine> --> </timeLine> -->
<timeLine :date="dateFormat(v.activityTime)" v-for="(v, i) in itineraryData" :key="i"> <timeLine :date="dateFormat(v.activityTime)" v-for="(v, i) in itineraryData" :key="i">
<div class="t3"> <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"> <template v-if="v.routeType == 1">
<img <img
class="icon" 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