mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +08:00
🐛 Fixing a bug. close #I4HNIT 表单设计器 不能回显字段
This commit is contained in:
parent
3a979e3923
commit
333c535504
@ -1,5 +1,3 @@
|
||||
#set($excludeColumns = ["create_time","update_time","create_by","update_by"])
|
||||
|
||||
export const tableOption = {
|
||||
"border": true,
|
||||
"index": true,
|
||||
@ -9,6 +7,7 @@ export const tableOption = {
|
||||
"align": "center",
|
||||
"searchMenuSpan": 6,
|
||||
"column": [
|
||||
#set($excludeColumns = ["create_time","update_time","create_by","update_by"])
|
||||
#foreach ($column in $columns)
|
||||
## 当列是主键 或者 列是审计字段时候, 新增不显示,编辑的时候显示单不能编辑
|
||||
#if($column.columnName == $pk.columnName || $excludeColumns.contains($column.columnName))
|
||||
|
Loading…
Reference in New Issue
Block a user