This commit is contained in:
xuyucheng 2022-02-09 11:13:42 +08:00
parent 3acc5ff6d2
commit 051e0f71c8
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ export default {
cellChange(scope, item) {
if (["指标数值", "水平情况"].includes(item.label)) {
if (scope.row[item.prop]) {
return parseInt(scope.row[item.prop]) > 0
return parseInt(scope.row[item.prop]) > 0
? `<span style="color:#409EFF;font-family:'SR'">${
scope.row[item.prop]
}</span><i style="color:#409EFF" class="el-icon-top"></i>`

View File

@ -54,7 +54,7 @@
:columns="sideRiskColumn"
class="top"
:shortWidth="[0, 1]"
:height="'1200px'"
:height="'1300px'"
></fecr-table>
</el-card>
</el-col>