From 66ba1745d61f351b3ee38cb6b37c9df99feab3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 10 Nov 2023 17:13:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=AD=E6=B1=BD=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E3=80=91=E6=A0=87=E5=87=86=E5=86=85=E9=9B=B6=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E6=94=B9=E6=88=90=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 0813a76c..f6890a81 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -135,7 +135,7 @@ v-model="formInline[item.dbFieldName]" @nameChange="treeSelectNameChange" :filedName="item.dbFieldName" - type="radio" + type="checkbox" :nameStr="formInline[item.dbFieldName + '_dictText']" :dict-id="item.dictId" :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" />