Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2026-07-10 15:06:24 +08:00
commit 975b7d39a7
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 {