diff --git a/src/assets/images/banner.png b/src/assets/images/banner.png index fb22ecd..971b4cd 100644 Binary files a/src/assets/images/banner.png and b/src/assets/images/banner.png differ diff --git a/src/assets/images/banner_222.png b/src/assets/images/banner_222.png new file mode 100644 index 0000000..fb22ecd Binary files /dev/null and b/src/assets/images/banner_222.png differ diff --git a/src/components/GaugeChart.vue b/src/components/GaugeChart.vue new file mode 100644 index 0000000..8a5a3ed --- /dev/null +++ b/src/components/GaugeChart.vue @@ -0,0 +1,255 @@ + + + + + {{ riskDescription }} + + + + + + + \ No newline at end of file diff --git a/src/layouts/HomeLayout.vue b/src/layouts/HomeLayout.vue index 2f2072c..4aac8bb 100644 --- a/src/layouts/HomeLayout.vue +++ b/src/layouts/HomeLayout.vue @@ -54,7 +54,7 @@ const route = useRoute(); const tabbar = ref('index'); const menu = reactive([ { title: '首页', icon: 'home-o', name: 'index' }, - // { title: '推广', icon: 'balance-o', name: 'agent' }, + { title: '推广', icon: 'balance-o', name: 'agent' }, { title: 'AI律师', icon: 'chat-o', name: 'ai' }, { title: '我的', icon: 'user-o', name: 'me' }, ]); diff --git a/src/ui/CBad.vue b/src/ui/CBad.vue index e00b3ed..152ec71 100644 --- a/src/ui/CBad.vue +++ b/src/ui/CBad.vue @@ -9,7 +9,6 @@ const props = defineProps({ required: true, }, }); - const chartInstance = ref(null); // ECharts 实例 const chartRef = ref(null); // 图表容器 DOM const riskLevel = ref(""); diff --git a/src/ui/CBankLoanApplication.vue b/src/ui/CBankLoanApplication.vue index c1556ee..f0a6143 100644 --- a/src/ui/CBankLoanApplication.vue +++ b/src/ui/CBankLoanApplication.vue @@ -10,7 +10,6 @@ const props = defineProps({ }, }); const { data } = props; - // 图表相关 const chartInstance = ref(null); // ECharts 实例 const chartRef = ref(null); // 图表容器 DOM diff --git a/src/ui/CLawsuitPP.vue b/src/ui/CLawsuitPP.vue new file mode 100644 index 0000000..411d784 --- /dev/null +++ b/src/ui/CLawsuitPP.vue @@ -0,0 +1,377 @@ + + + + + + + + + 涉诉案件数共 + {{ + totalCases + }}件 + + + + + + 无记录,或数据未被公开 + + + + + + 案号: + + {{ caseData.c_ah || "-" }} + + + + 案件类型: + + {{ caseData.n_ajlx || "-" }} + + + + 经办法院: + + {{ caseData.n_jbfy || "-" }} + + + + 立案日期: + + {{ caseData.d_larq || "-" }} + + + + 结案方式: + + {{ caseData.n_jafs || "-" }} + + + + 当事人信息: + + + {{ dsr.c_mc }} - + {{ + dsr.n_ssdw + }} + + + + + + {{ item.label }}: + {{ caseData[item.field] || '无' }} + + + + + + + + + + + diff --git a/src/ui/CRelatedEnterprises.vue b/src/ui/CRelatedEnterprises.vue index 1d61227..47ec411 100644 --- a/src/ui/CRelatedEnterprises.vue +++ b/src/ui/CRelatedEnterprises.vue @@ -13,7 +13,7 @@ const entCollapse = ref([]); - + 暂无关联企业信息 diff --git a/src/ui/CSpecialList.vue b/src/ui/CSpecialList.vue index 3f97730..4a086d6 100644 --- a/src/ui/CSpecialList.vue +++ b/src/ui/CSpecialList.vue @@ -1,14 +1,17 @@