1
0
mirror of synced 2026-04-03 06:28:35 +08:00

feat(vue-components,react-components): 组件表单配置修改

This commit is contained in:
roymondchen
2024-12-17 20:33:57 +08:00
parent 74f76d0ba3
commit e421a58f4e
6 changed files with 18 additions and 8 deletions

View File

@@ -18,9 +18,14 @@
export default [
{
text: '图片',
type: 'data-source-field-select',
name: 'src',
type: 'data-source-input',
text: '图片',
checkStrictly: false,
dataSourceFieldType: ['string'],
fieldConfig: {
type: 'img-upload',
},
},
{
text: '链接',