|
|
@ -4,7 +4,6 @@ |
|
|
<el-col :span="24" style="display:flex"> |
|
|
<el-col :span="24" style="display:flex"> |
|
|
|
|
|
|
|
|
<div style=" margin: auto; width: 300px;height: 50px;display:flex"> |
|
|
<div style=" margin: auto; width: 300px;height: 50px;display:flex"> |
|
|
<img src="src/assets/img/avatar.png" height="55"> |
|
|
|
|
|
<h2>赫艾内部MES沟通系统</h2> |
|
|
<h2>赫艾内部MES沟通系统</h2> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
@ -247,15 +246,15 @@ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
tableRowClassName({row, rowIndex}) { |
|
|
tableRowClassName({row, rowIndex}) { |
|
|
|
|
|
if (row.status == '未受理' && this.dayjs(this.dayjs()).diff( row.createdDate,'minutes')/60>=12) { |
|
|
|
|
|
return 'finish' |
|
|
|
|
|
} |
|
|
if (row.status == '未受理') { |
|
|
if (row.status == '未受理') { |
|
|
return 'not-processing' |
|
|
return 'not-processing' |
|
|
} |
|
|
} |
|
|
if (row.status == '已受理') { |
|
|
if (row.status == '已受理') { |
|
|
return 'processing' |
|
|
return 'processing' |
|
|
} |
|
|
} |
|
|
if (row.status == '已结束') { |
|
|
|
|
|
return 'finish' |
|
|
|
|
|
} |
|
|
|
|
|
// return '' |
|
|
// return '' |
|
|
}, |
|
|
}, |
|
|
// 鼠标进入 |
|
|
// 鼠标进入 |
|
|
@ -311,10 +310,10 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.mod-config .processing { |
|
|
.mod-config .processing { |
|
|
background-color: #ffffff; |
|
|
|
|
|
|
|
|
// background-color: #5f0e3f; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.mod-config .finish { |
|
|
.mod-config .finish { |
|
|
background-color: #1bb61b; |
|
|
|
|
|
|
|
|
background-color:orangered; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |