月度计划查询修改

master
xiaoning 3 weeks ago
parent 2e365b85a2
commit fb25975ff7

@ -806,12 +806,13 @@ export default {
this.dataChange_mx(this.allList_mx) this.dataChange_mx(this.allList_mx)
}, },
dataChange(arr){ dataChange(arr){
this.list1=[] this.list1=[]
// //
if(this.wgqk=='0'){ this.list1=arr} if(this.wgqk=='0'){ this.list1=arr}
if(this.wgqk=='1'){ if(this.wgqk=='1'){
arr.forEach(item=>{ arr.forEach(item=>{
if (item.qgCount==item.slxhthCount){ if (item.qgCount==item.slxhthCount&&item.slxhthCount>0){
this.list1.push(item) this.list1.push(item)
} }
}) })
@ -889,7 +890,7 @@ export default {
}, },
// //
cellStyle({row, column}){ cellStyle({row, column}){
if (row.qgCount==row.slxhthCount) { if (row.qgCount==row.slxhthCount&&row.slxhthCount>0) {
return { return {
backgroundColor: 'rgba(165,255,40,0.71)', backgroundColor: 'rgba(165,255,40,0.71)',
cursor: 'pointer' cursor: 'pointer'

Loading…
Cancel
Save