From ea7455e0929cdbef59352e685947de1515190eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E7=9C=8B=E8=B0=81=E4=B8=8D=E5=8D=B7?= <39643887+lmb1113@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:30:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=97=A0=E6=B3=95=E6=B7=BB=E5=8A=A0=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#2047)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/view/systemTools/autoCode/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/view/systemTools/autoCode/index.vue b/web/src/view/systemTools/autoCode/index.vue index 45b6d46c..e946cbf2 100644 --- a/web/src/view/systemTools/autoCode/index.vue +++ b/web/src/view/systemTools/autoCode/index.vue @@ -697,7 +697,7 @@ style="width: 100%" placeholder="请选择字段查询条件" clearable - :disabled="row.fieldType !== 'json' || row.disabled" + :disabled="row.fieldType === 'json' || row.disabled" >