|
|
|
@ -893,6 +893,12 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//未完成数据颜色
|
|
|
|
//未完成数据颜色
|
|
|
|
cellStyle({row, column}){
|
|
|
|
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) {
|
|
|
|
if (row.qgCount==row.slxhthCount&&row.slxhthCount>0) {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
backgroundColor: 'rgba(165,255,40,0.71)',
|
|
|
|
backgroundColor: 'rgba(165,255,40,0.71)',
|
|
|
|
|