From 74b1c26cd983f686df074bb5df57921bfec57aa3 Mon Sep 17 00:00:00 2001 From: wsm <2746563060@qq.com> Date: Tue, 4 Aug 2026 14:42:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(fixcontact):=20=E6=9C=AA=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=20bpm=5Fstatus=20=E4=B8=BA=E7=A9=BA=E6=97=B6?= =?UTF-8?q?=E6=8C=89=E6=9C=AA=E5=BC=80=E5=A7=8B=E7=8A=B6=E6=80=81=E8=A1=8C?= =?UTF-8?q?=E7=9D=80=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- src/views/bg/fixcontact/FixedContact20260730List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/bg/fixcontact/FixedContact20260730List.vue b/src/views/bg/fixcontact/FixedContact20260730List.vue index b68d851..9a23a21 100644 --- a/src/views/bg/fixcontact/FixedContact20260730List.vue +++ b/src/views/bg/fixcontact/FixedContact20260730List.vue @@ -94,7 +94,7 @@ :expandedRowKeys="expandedRowKeys" @expand="handleExpand" :expandIcon="expandIcon" - :rowClassName="(r) => (r.bpmStatus ? 'status-row-' + r.bpmStatus : '')" + :rowClassName="(r) => 'status-row-' + (r.bpmStatus || '1')" >