Skip to content

Commit

Permalink
fix: 修复 useCrudSchemas 详情组件数据结构文案不匹配问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huishanyi committed Feb 4, 2024
1 parent f745b14 commit d94fc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/hooks/useCrudSchemas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const { allSchemas } = useCrudSchemas(crudSchemas)
</ContentWrap>
</ElCol>
<ElCol :span="24">
<ContentWrap title="表格组件数据结构" class="mt-20px">
<ContentWrap title="详情组件数据结构" class="mt-20px">
<JsonEditor v-model="allSchemas.detailSchema" />
</ContentWrap>
</ElCol>
Expand Down

0 comments on commit d94fc0a

Please sign in to comment.