From 60b4a038f685484a6fd3f1663b74b3de87ebc4da Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 16 Nov 2023 17:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=9C=B0=E5=9F=9F=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../code-template-online/common/form/native/vue3NativeForm.ftl | 2 +- .../common/form/native/vue3NativeImport.ftl | 2 +- .../common/form/native/vue3NativeSearch.ftl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl index 95421ca1..53ae5848 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl +++ b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeForm.ftl @@ -40,7 +40,7 @@ :options="${po.dictField}" <#if po.readonly=='Y'>disabled<#else>:disabled="disabled"> <#elseif po.classType =='pca'> <#assign need_pca = true> - disabled<#else>:disabled="disabled" /> + disabled<#else>:disabled="disabled" /> <#elseif po.classType =='markdown'> <#assign need_markdown = true> disabled<#else>:disabled="disabled"> diff --git a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl index 1c9a3f7e..1a359154 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl +++ b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeImport.ftl @@ -29,7 +29,7 @@ import { TimePicker } from 'ant-design-vue'; <#if need_pca> - import JAreaLinkage from '/@/components/Form/src/jeecg/components/JAreaLinkage.vue'; + import JAreaSelect from '/@/components/Form/src/jeecg/components/JAreaSelect.vue'; <#if need_upload> import JUpload from '/@/components/Form/src/jeecg/components/JUpload/JUpload.vue'; diff --git a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl index 911ba7fd..577798a5 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl +++ b/jeecg-module-system/jeecg-system-biz/src/main/resources/jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl @@ -35,7 +35,7 @@ <#elseif po.classType=='time'> <#if query_field_no gt 1> <#elseif po.classType=='pca'> - <#if query_field_no gt 1> + <#if query_field_no gt 1> <#elseif po.classType=='sel_tree'> <#if query_field_no gt 1> <#if po.dictText?split(',')[2]?? && po.dictText?split(',')[0]??>dict="${po.dictTable},${po.dictText?split(',')[2]},${po.dictText?split(',')[0]}" <#elseif po.dictText?split(',')[1]??>pidField:"${po.dictText?split(',')[1]}", <#elseif po.dictText?split(',')[3]??>hasChildField:"${po.dictText?split(',')[3]}" pidValue="${po.dictField}" /> <#elseif po.classType=='popup'>