From d84cb4813c2f3876e072d57fc33ebbc00a526900 Mon Sep 17 00:00:00 2001 From: Master Date: Fri, 5 Jul 2024 17:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/Template/index.vue.vm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm index 13c28b9d..42e16ee2 100644 --- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm +++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm @@ -396,21 +396,6 @@ const handleDelete = (row: any) => { @:get@(@column.FkEntityName)@(@column.PropertyName)DropdownList(); } } - -@foreach (var column in Model.TableField) { - @if(@column.WhetherTable == "Y") { - @if(@column.EffectType == "Upload") { -@:// 获取文件地址 -@:const fetchFileUrl = (row: SysFile): string => { - @:if (row.bucketName == 'Local') { - @:return `/${row.filePath}/${row.id}${row.suffix}`; - @:} else { - @:return row.url!; - @:} -@:}; - } - } -}