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 704d246c..07501517 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 @@ -33,13 +33,13 @@ } else if(@column.EffectType == "InputNumber") { - + } else if(@column.EffectType == "fk") { - + @@ -47,7 +47,7 @@ } else if(@column.EffectType == "Select") { - + @@ -55,7 +55,7 @@ } else if(@column.EffectType == "EnumSelector") { - + @@ -207,8 +207,6 @@ import { useVxeTable } from '/@@/hooks/vxeTableOptionsHook'; @:import { formatDate } from '/@@/utils/formatTime'; } -import { newValue } from '/@@/utils/desensitization'; - @if(@Model.PrintType != "off"){ @:// 推荐设置操作 width 为 200 @:import { hiprint } from 'vue-plugin-hiprint';