From 3f2ab2cc40f05eed0b673e33ce7d2b9a63b1babc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Thu, 5 Mar 2026 09:01:13 +0800
Subject: [PATCH] =?UTF-8?q?feat(credit):=20=E6=B7=BB=E5=8A=A0=E6=B6=89?=
=?UTF-8?q?=E6=A1=88=E9=87=91=E9=A2=9D=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 在信用判决债务人页面添加 involvedAmount 字段模板
- 当 involvedAmount 为空时回退到 amount 字段显示
- 注释掉开发环境中的 VITE_API_URL 配置项以避免冲突
---
.env.development | 2 +-
src/views/credit/creditJudgmentDebtor/index.vue | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.env.development b/.env.development
index ecb9bfb..213846b 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
VITE_APP_NAME=后台管理(开发环境)
-VITE_API_URL=http://127.0.0.1:9200/api
+#VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
diff --git a/src/views/credit/creditJudgmentDebtor/index.vue b/src/views/credit/creditJudgmentDebtor/index.vue
index 936ab0a..fd14940 100644
--- a/src/views/credit/creditJudgmentDebtor/index.vue
+++ b/src/views/credit/creditJudgmentDebtor/index.vue
@@ -35,6 +35,9 @@
{{ record.appellee || record.name }}
+
+ {{ record.involvedAmount || record.amount }}
+
{{