Merge pull request #419 from ShanYi-Hui/fix/useCrudSchemasDetailDescriptionErr

fix: 修复 useCrudSchemas 详情组件数据结构文案不匹配问题
This commit is contained in:
Archer 2024-02-04 13:32:40 +08:00 committed by GitHub
commit 544076659f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>