Skip to content

Commit d94fc0a

Browse files
author
huishanyi
committed
fix: 修复 useCrudSchemas 详情组件数据结构文案不匹配问题
1 parent f745b14 commit d94fc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/hooks/useCrudSchemas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const { allSchemas } = useCrudSchemas(crudSchemas)
177177
</ContentWrap>
178178
</ElCol>
179179
<ElCol :span="24">
180-
<ContentWrap title="表格组件数据结构" class="mt-20px">
180+
<ContentWrap title="详情组件数据结构" class="mt-20px">
181181
<JsonEditor v-model="allSchemas.detailSchema" />
182182
</ContentWrap>
183183
</ElCol>

0 commit comments

Comments
 (0)