From 2f8556d0741d07761c34d05d728e8d807260779b Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Mon, 23 Jun 2025 16:45:36 +0800 Subject: [PATCH] Merge branch 'feature/gzdyh_city_bugfix' of http://120.79.193.119:9090/r/gzdyh/front into feature/gzdyh_city_bugfix --- 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