Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubichuan committed Nov 26, 2023
1 parent cada233 commit f900365
Show file tree
Hide file tree
Showing 9 changed files with 2,773 additions and 694 deletions.
32 changes: 32 additions & 0 deletions src/pages/list/backend/1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
[
{
"title": "类型",
"dataIndex": "filterType",
"search": {
"type": "select"
},
"table": {
"type": "text",
"width": 160
},
"create": {
"rules": [
{
"required": true,
"message": "内容必填"
}
],
"colProps": { "span": 24 }
},
"edit": {
"rules": [
{
"required": true,
"message": "内容必填"
}
],
"colProps": { "span": 24 }
},
"view": {
"type": "text"
}
},
{
"title": "名称",
"dataIndex": "name",
Expand Down
Loading

0 comments on commit f900365

Please sign in to comment.