Merge pull request '修复模版中错误的判断' (#15) from orzsoft_admin/Admin.NET.Pro:main into main
Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/15
This commit is contained in:
commit
dde986dc0e
@ -188,11 +188,9 @@ import { useVxeTable } from '/@@/hooks/vxeTableOptionsHook';
|
||||
@:import { formatDate } from '/@@/utils/formatTime';
|
||||
}
|
||||
|
||||
@foreach (var column in Model.TableField) {
|
||||
@if(@column.WhetherTable == "Y") {
|
||||
@if(@Model.TableField.Any(x=>x.EffectType == "Upload")){
|
||||
@:import { SysFile } from '/@@/api-services/models';
|
||||
}
|
||||
}
|
||||
|
||||
import { newValue } from '/@@/utils/desensitization';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user