From 7c12163966f5963da52b6a998a2c9d103c00f05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 25 Aug 2026 16:33:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(vehicle):=20=E4=BF=AE=E5=A4=8D=E4=BF=A1?= =?UTF-8?q?=E7=94=A8=E8=AF=84=E5=88=86=E9=A1=B5=E9=9D=A2=E5=8F=AA=E8=AF=BB?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E6=93=8D=E4=BD=9C=E5=88=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为操作列添加readonly判断,控制编辑按钮显示 - 在评分项目数表格中隐藏只读模式下的操作列 - 在信用等级表格中隐藏只读模式下的操作列 - 确保仅在非只读模式下允许编辑和删除操作 --- src/views/vehicle/credit-score-quantification.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/vehicle/credit-score-quantification.vue b/src/views/vehicle/credit-score-quantification.vue index dee1899..cbf0124 100644 --- a/src/views/vehicle/credit-score-quantification.vue +++ b/src/views/vehicle/credit-score-quantification.vue @@ -120,7 +120,7 @@ - + @@ -144,7 +144,7 @@ - +