mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-13 20:46:39 +00:00
使用项目组件对 form-create-designer 进行增强
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
|
||||
<!-- 表单详情的弹窗 -->
|
||||
<Dialog v-model="detailVisible" title="表单详情" width="800">
|
||||
<my-form-create :option="detailData.option" :rule="detailData.rule" />
|
||||
<form-create :option="detailData.option" :rule="detailData.rule" />
|
||||
</Dialog>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user