From ebc701d2374ddef3fb985be85c49c5cdcd5425a7 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Mon, 23 Jun 2025 18:18:09 +0800 Subject: [PATCH] fix:修改详情中修改问题属地回显问题 --- src/views/disputeLedger/index.jsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/disputeLedger/index.jsx b/src/views/disputeLedger/index.jsx index 50e2e93..a6486d9 100644 --- a/src/views/disputeLedger/index.jsx +++ b/src/views/disputeLedger/index.jsx @@ -330,7 +330,7 @@ }, { icon: disputeLedger_10, - title: '12345', + title: '12345热线处置的矛盾', value: allData?.ottffNum || 0, backgroundColor: '#F9F0FF', borderColor: '#722ED1', @@ -339,7 +339,7 @@ }, { icon: disputeLedger_11, - title: '非警务纠纷', + title: '公安处置的非警务纠纷', value: allData?.tzfjwjfNum || 0, backgroundColor: 'rgba(182,221,241,0.24)', borderColor: '#1A6FB8', @@ -348,7 +348,7 @@ }, { icon: disputeLedger_12, - title: '人民调解', + title: '其他部门处置的调解案件', value: allData?.rmtjNum || 0, backgroundColor: 'rgba(253,205,197,0.24)', borderColor: '#F53F3F', @@ -357,7 +357,7 @@ }, { icon: disputeLedger_13, - title: '信访', + title: '信访部门处置的矛盾纠纷', value: allData?.xfNum || 0, backgroundColor: 'rgba(175,240,181,0.24)', borderColor: '#00B42A', @@ -366,7 +366,7 @@ }, { icon: disputeLedger_14, - title: '劳动争议', + title: '人社部门处置的劳动争议', value: allData?.ldzcNum || 0, backgroundColor: 'rgba(181,245,236,0.24)', borderColor: '#08979c', -- Gitblit v1.8.0