From cc28e9fe912438d6bc92288971d6a0c43fe767ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Fri, 12 Dec 2025 15:17:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BD=9C=E4=B8=9A=E8=AE=A1=E5=88=92=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2,=E5=A5=97=E6=96=99=E5=9B=BE=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E4=B8=BA=E4=BD=99=E6=96=99=E6=97=B6=E9=BB=98=E8=AE=A4=E6=95=B4?= =?UTF-8?q?=E8=A1=8C=E5=8F=98=E7=BB=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/ydjhzxCX.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/jhzx/ydjhzxCX.vue b/src/views/jhzx/ydjhzxCX.vue index f20c211..249eb1d 100644 --- a/src/views/jhzx/ydjhzxCX.vue +++ b/src/views/jhzx/ydjhzxCX.vue @@ -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)',