Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
975b7d39a7
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue