Commit 4a50fe6b authored by 田翔's avatar 田翔

fix: 录音以及视频增加时长配置

{
"name": "panda-xform",
"version": "5.4.1",
"description": "5.4.1 表单本人信息被覆盖问题",
"version": "5.4.2",
"description": "5.4.2 录音以及视频增加时长配置",
"keywords": [
"panda-xform"
],
......
......@@ -2086,6 +2086,17 @@ const fileWidgets = [
enumNames: ['全部', '图片', '文档', '音频', '视频'],
default: '全部',
},
durationTime: {
title: "{{formData.fileType+'最大时长'}}",
type: 'number',
description: '秒',
widget: 'slider',
default: 60,
min: 1,
max: 60,
hidden: "{{!['音频', '视频'].includes(formData.fileType)}}",
dependencies: ['fileType']
},
disabled: {
title: '只读',
type: 'boolean',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment