From 0fa3ed94210a40131bf660004900694b3abb340c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=A4=E9=B7=B9?= <121013343@qq.com> Date: Mon, 10 Jul 2023 08:09:40 +0000 Subject: [PATCH 1/2] update yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/form.vue.vm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赤鷹 <121013343@qq.com> --- .../src/main/resources/codegen/vue3/views/form.vue.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/form.vue.vm b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/form.vue.vm index 6604263ea..4e23f2f08 100644 --- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/form.vue.vm +++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/form.vue.vm @@ -39,7 +39,7 @@ #elseif($column.htmlType == "editor")## 文本编辑器 - + #elseif($column.htmlType == "select")## 下拉框 From 01343754019dcd9b1a6cea0f5eb13f65d5ccbc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=A4=E9=B7=B9?= <121013343@qq.com> Date: Mon, 10 Jul 2023 08:23:58 +0000 Subject: [PATCH 2/2] update yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赤鷹 <121013343@qq.com> --- .../main/resources/codegen/vue3/views/index.vue.vm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm index 58bc69bc7..1e98abe13 100644 --- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm +++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm @@ -119,8 +119,9 @@ - - #foreach($column in $columns) + + + #foreach($column in $columns) #if ($column.listOperationResult) #set ($dictType=$column.dictType) #set ($javaField = $column.javaField) @@ -132,19 +133,20 @@ align="center" prop="${javaField}" :formatter="dateFormatter" + width="150px" /> #elseif("" != $column.dictType)## 数据字典 - + #else - + #end #end #end - +