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!; - @:} -@:}; - } - } -}