|
@@ -169,7 +169,6 @@
|
|
<span>{{ parseTime(scope.row.nextWarnDate, '{y}-{m}-{d}') }}</span>
|
|
<span>{{ parseTime(scope.row.nextWarnDate, '{y}-{m}-{d}') }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column :label="$t('预警标识')" align="center" prop="warnFlag" width="100"></el-table-column>
|
|
|
|
<el-table-column :label="$t('定期检验报告编号')" align="center" prop="reportNo" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('定期检验报告编号')" align="center" prop="reportNo" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('年度检查日期')" align="center" prop="yearWarnDate" width="100">
|
|
<el-table-column :label="$t('年度检查日期')" align="center" prop="yearWarnDate" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -1026,14 +1025,14 @@
|
|
if (columnIndex == 7 && row.isRepeat == 1){
|
|
if (columnIndex == 7 && row.isRepeat == 1){
|
|
return "color:rgba(255, 26, 26, 0.98);"
|
|
return "color:rgba(255, 26, 26, 0.98);"
|
|
}
|
|
}
|
|
- if (columnIndex == 29 && row.warnFlag == 1){
|
|
|
|
- return "background-color:rgba(255, 255,153, 1);"
|
|
|
|
|
|
+ if (columnIndex == 28 && row.warnFlag == 1){
|
|
|
|
+ return "background-color:rgba(255, 255,153, 0.5);"
|
|
}
|
|
}
|
|
- if (columnIndex == 29 && row.warnFlag == 2){
|
|
|
|
- return "background-color:rgba(255, 180, 68, 1);"
|
|
|
|
|
|
+ if (columnIndex == 28 && row.warnFlag == 2){
|
|
|
|
+ return "background-color:rgba(255, 180, 68, 0.5);"
|
|
}
|
|
}
|
|
- if (columnIndex == 29 && row.warnFlag == 3){
|
|
|
|
- return "background-color:rgba(255, 68,68, 1);"
|
|
|
|
|
|
+ if (columnIndex == 28 && row.warnFlag == 3){
|
|
|
|
+ return "background-color:rgba(255, 68,68, 0.5);"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|