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,10 +188,8 @@ import { useVxeTable } from '/@@/hooks/vxeTableOptionsHook';
|
|||||||
@:import { formatDate } from '/@@/utils/formatTime';
|
@:import { formatDate } from '/@@/utils/formatTime';
|
||||||
}
|
}
|
||||||
|
|
||||||
@foreach (var column in Model.TableField) {
|
@if(@Model.TableField.Any(x=>x.EffectType == "Upload")){
|
||||||
@if(@column.WhetherTable == "Y") {
|
|
||||||
@:import { SysFile } from '/@@/api-services/models';
|
@:import { SysFile } from '/@@/api-services/models';
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
import { newValue } from '/@@/utils/desensitization';
|
import { newValue } from '/@@/utils/desensitization';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user