1.作业计划查询,套料图全部为余料时默认整行变绿

master
董哲奇 1 week ago
parent a65f1bfc1f
commit cc28e9fe91

@ -893,6 +893,12 @@ export default {
},
//
cellStyle({row, column}){
if(row.bs+''===row.ylbs){
return {
backgroundColor: 'rgba(165,255,40,0.71)',
cursor: 'pointer'
}
}
if (row.qgCount==row.slxhthCount&&row.slxhthCount>0) {
return {
backgroundColor: 'rgba(165,255,40,0.71)',

Loading…
Cancel
Save