同步现场代码

This commit is contained in:
GGJ
2024-06-06 10:13:01 +08:00
parent aaeb68074e
commit 32b9eab53a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<el-page-header :icon="ArrowLeft" @back="emit('back')"> <el-page-header :icon="ArrowLeft" @back="emit('back')">
<template #content> <template #content>
<span style="font-size: 16px">{{ dropList.lineName }}详情 </span> <span style="font-size: 16px">{{ dropList.lineName }}详情 </span>
<span style="font-weight: 500">最新时间</span> <span style="font-weight: 500">最新数据时间</span>
<span style="color: var(--color-primary-default)">{{ dropList.updateTime }}</span> <span style="color: var(--color-primary-default)">{{ dropList.updateTime }}</span>
</template> </template>
</el-page-header> </el-page-header>

View File

@@ -14,7 +14,7 @@
<div class="card"> <div class="card">
<span style="cursor: pointer" @click="GridDiagram(i)">{{ item.title }}</span> <span style="cursor: pointer" @click="GridDiagram(i)">{{ item.title }}</span>
<span <span
:style="`color: ${item.color[0]}; cursor:`" :style="`color: ${item.color[0]}; cursor:pointer`"
@click="LookMap(item.list[4].numOneList, item.list[4].numTwoList, 0)" @click="LookMap(item.list[4].numOneList, item.list[4].numTwoList, 0)"
> >
{{ item.list[4].numOne }} {{ item.list[4].numOne }}