-
-
-
@@ -58,19 +53,19 @@
}>({
toolbarsConfigs: [
{
- title: '预览',
+ title: '预览-支持布局',
type: 'preview',
event: 'handlePreview',
icon: 'ant-design:chrome-filled',
},
{
- title: '预览2',
+ title: '预览-不支持布局',
type: 'preview',
event: 'handlePreview2',
icon: 'ant-design:chrome-filled',
},
{
- title: '导入',
+ title: '导入JSON',
type: 'importJson',
event: 'handleOpenImportJsonModal',
icon: 'ant-design:import-outlined',
diff --git a/src/views/form-design/components/VFormItem/index.vue b/src/views/form-design/components/VFormItem/index.vue
index e96635c1..3f11ac94 100644
--- a/src/views/form-design/components/VFormItem/index.vue
+++ b/src/views/form-design/components/VFormItem/index.vue
@@ -1,6 +1,4 @@
diff --git a/src/views/form-design/components/VFormItem/vFormItem.vue b/src/views/form-design/components/VFormItem/vFormItem.vue
index 252dc2d5..b1380166 100644
--- a/src/views/form-design/components/VFormItem/vFormItem.vue
+++ b/src/views/form-design/components/VFormItem/vFormItem.vue
@@ -1,6 +1,4 @@
diff --git a/src/views/form-design/components/VFormPreview/index.vue b/src/views/form-design/components/VFormPreview/index.vue
index da56ad04..6a931359 100644
--- a/src/views/form-design/components/VFormPreview/index.vue
+++ b/src/views/form-design/components/VFormPreview/index.vue
@@ -1,11 +1,9 @@