UNPKG
@hmtech/form_engine
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
表单引擎,基于ant-design-vue
@hmtech/form_engine
/
config
/
textarea.js
15 lines
(14 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
default
{
type:
'textarea'
,
groupName:
'默认分组'
,
fieldName:
''
,
label:
'多行文本框'
,
placeholder:
'请输入'
,
defaultValue:
''
,
customClass:
''
,
width:
'370px'
,
isHidden:
false
,
disabled:
false
,
regRequire:
false
,
regDataType:
''
, }