|
@@ -95,7 +95,7 @@
|
|
|
</el-row>
|
|
|
|
|
|
<el-row class="colorMark">
|
|
|
- <svg-icon icon-class="rectangleLightgreen" class="rectangleLightgreen" style="fill:#000000;"></svg-icon>MC情况:Done
|
|
|
+ <svg-icon icon-class="rectangleLightgreen" class="rectangleLightgreen" style="fill:#000000;"></svg-icon>MC情况:Finished
|
|
|
<!--<svg-icon icon-class="rectangleFlesh" class="rectangleFlesh"></svg-icon>{{ $t('7天内到期') }}-->
|
|
|
<!--<svg-icon icon-class="rectangleYellow" class="rectangleYellow"></svg-icon>{{ $t('7-14天内到期') }}-->
|
|
|
</el-row>
|
|
@@ -809,7 +809,7 @@ export default {
|
|
|
methods: {
|
|
|
// 单元格样式
|
|
|
tableCellStyle( {row, column, rowIndex, columnIndex} ) {
|
|
|
- if (row.mcDetail == 1) { // MC情况为Done的数据
|
|
|
+ if (row.mcDetail == 2) { // MC情况为Finished的数据
|
|
|
return "background-color: rgba(146, 208, 80, 1);";
|
|
|
}
|
|
|
},
|