diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts
index 30a93419b..18b72abbe 100644
--- a/src/components/DesignForm/assembly/index.ts
+++ b/src/components/DesignForm/assembly/index.ts
@@ -306,7 +306,17 @@ const selectOption: any = [
modelValue: ''
},
config: {}
- }
+ },
+ {
+ type: 'videoUpAndPlay',
+ label: '视频',
+ icon: '',
+ iconFont: 'fa-play-circle',
+ control: {
+ modelValue: ''
+ },
+ config: {}
+ }
]
},
{
diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue
index 01dd78689..cce0fabfb 100644
--- a/src/components/DesignForm/public/form/formGroup.vue
+++ b/src/components/DesignForm/public/form/formGroup.vue
@@ -426,6 +426,7 @@ onMounted(()=>{
+
diff --git a/src/views/sysworkflow/codepage/page.vue b/src/views/sysworkflow/codepage/page.vue
index e019ffec0..c4290aa65 100644
--- a/src/views/sysworkflow/codepage/page.vue
+++ b/src/views/sysworkflow/codepage/page.vue
@@ -8,7 +8,7 @@
+
\ No newline at end of file
diff --git a/src/widget/videoupload/videoUploadPlay.vue b/src/widget/videoupload/videoUploadPlay.vue
new file mode 100644
index 000000000..b1476f488
--- /dev/null
+++ b/src/widget/videoupload/videoUploadPlay.vue
@@ -0,0 +1,102 @@
+
+
+
+
+ 拖拽视频文件到此 或 点此上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file