趋势图提示红色改为蓝色

uat
wangxiaoshuang 2026-07-10 13:54:54 +08:00
parent 9026b1d7fd
commit f3c4bedbfd
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<el-table-column v-for="(item, index) in tableKey" :key="item.key" :prop="item.key" :label="item.title"> <el-table-column v-for="(item, index) in tableKey" :key="item.key" :prop="item.key" :label="item.title">
<template slot-scope="scope"> <template slot-scope="scope">
<span :class="{ IsHighlight: scope.row.IsHighlight.includes(item.key) }">{{ scope.row[item.key] <span :class="{ IsHighlight: scope.row.IsHighlight.includes(item.key) }">{{ scope.row[item.key]
}}</span> }}</span>
<el-button icon="el-icon-view" circle v-if="index > 0 && scope.row[item.key]" size="mini" <el-button icon="el-icon-view" circle v-if="index > 0 && scope.row[item.key]" size="mini"
style="margin-left: 5px;" :title="$t('common:button:view')" style="margin-left: 5px;" :title="$t('common:button:view')"
@click="lookReadingResults(scope.row.VisitTaskId[item.key])"></el-button> @click="lookReadingResults(scope.row.VisitTaskId[item.key])"></el-button>
@ -361,7 +361,7 @@ export default {
} }
.IsHighlight { .IsHighlight {
color: red; color: #00f;
} }
.chartBox { .chartBox {