趋势图提示红色改为蓝色
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<el-table-column v-for="(item, index) in tableKey" :key="item.key" :prop="item.key" :label="item.title">
|
||||
<template slot-scope="scope">
|
||||
<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"
|
||||
style="margin-left: 5px;" :title="$t('common:button:view')"
|
||||
@click="lookReadingResults(scope.row.VisitTaskId[item.key])"></el-button>
|
||||
@@ -361,7 +361,7 @@ export default {
|
||||
}
|
||||
|
||||
.IsHighlight {
|
||||
color: red;
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
.chartBox {
|
||||
|
||||
Reference in New Issue
Block a user