From f8656f77843bf3ce2f9cf3b585210e645ff902d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Tue, 20 May 2025 09:59:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=9C=E4=B8=9A=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=9F=A5=E8=AF=A2=20=E5=A2=9E=E5=8A=A0=E5=B7=A5?= =?UTF-8?q?=E5=BA=8F=E5=AE=8C=E6=88=90=E5=8F=98=E7=BB=BF,=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E5=85=A8=E9=83=A8=E5=AE=8C=E6=88=90=E5=90=8E=E6=95=B4?= =?UTF-8?q?=E8=A1=8C=E5=8F=98=E7=BB=BF=20=E5=8F=96=E6=B6=88=E7=BA=A2?= =?UTF-8?q?=E8=89=B2=E6=98=BE=E7=A4=BA,=E6=A0=B9=E6=8D=AE=E5=90=8E?= =?UTF-8?q?=E7=BB=AD=E5=8A=9F=E8=83=BD=E5=86=8D=E8=BF=9B=E8=A1=8C=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/ydjhzxCX.vue | 48 +++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/src/views/jhzx/ydjhzxCX.vue b/src/views/jhzx/ydjhzxCX.vue index d41f8a8..7b42482 100644 --- a/src/views/jhzx/ydjhzxCX.vue +++ b/src/views/jhzx/ydjhzxCX.vue @@ -898,22 +898,34 @@ export default { } }else { if (column.field === 'slCount') { - if (row.slCount > '0' && row.slCount '0' && row.slCount===row.slxhthCount) { return { - backgroundColor: '#FF0000FF', - color: '#fff', + backgroundColor: 'rgba(165,255,40,0.71)', cursor: 'pointer' } } + // if (row.slCount > '0' && row.slCount '0' && row.pwCountrow.pwjhrq) { + if (row.pwCount > '0' && row.pwCount===row.slxhthCount) { return { - backgroundColor: '#FF0000FF', - color: '#fff', + backgroundColor: 'rgba(165,255,40,0.71)', cursor: 'pointer' } } + // if (row.pwCount > '0' && row.pwCountrow.pwjhrq) { + // return { + // backgroundColor: '#FF0000FF', + // color: '#fff', + // cursor: 'pointer' + // } + // } } // if (column.field === 'llCount') { // if (row.llCount > '0' && row.llCountrow.hxjhrq) { @@ -925,22 +937,34 @@ export default { // } // } if (column.field === 'hxCount') { - if (row.hxCount > '0' && row.hxCountrow.hxjhrq) { + if (row.hxCount > '0' && row.hxCount===row.slxhthCount) { return { - backgroundColor: '#FF0000FF', - color: '#fff', + backgroundColor: 'rgba(165,255,40,0.71)', cursor: 'pointer' } } + // if (row.hxCount > '0' && row.hxCountrow.hxjhrq) { + // return { + // backgroundColor: '#FF0000FF', + // color: '#fff', + // cursor: 'pointer' + // } + // } } if (column.field === 'qgCount') { - if (row.qgCount > '0' && row.qgCountrow.qgjhrq) { + if (row.qgCount > '0' && row.qgCount===row.slxhthCount) { return { - backgroundColor: '#FF0000FF', - color: '#fff', + backgroundColor: 'rgba(165,255,40,0.71)', cursor: 'pointer' } } + // if (row.qgCount > '0' && row.qgCountrow.qgjhrq) { + // return { + // backgroundColor: '#FF0000FF', + // color: '#fff', + // cursor: 'pointer' + // } + // } } return null }