Skip to content

Commit

Permalink
fix(ui): 🐛 内容字段隐藏应该用hidden,而不是show
Browse files Browse the repository at this point in the history
  • Loading branch information
sumile-ting committed Aug 27, 2024
1 parent 027f464 commit 8d305d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Example/Page/ExamplePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const crudSchemas = reactive<CrudSchema[]>([
hidden: true
},
table: {
hidden: false
hidden: true
},
form: {
component: 'Editor',
Expand Down

0 comments on commit 8d305d7

Please sign in to comment.