We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前有的布局方式:
__config__.layout
__vModel__
__config__.defaultValue
__config__.tag
__config__.changeTag
__config__.tagIcon
__config__.label
__config__.showLabel
__config__.labelWidth
__config__.required
__config__.regList
__config__.span
__config__.children
__config__.document
__slot__
__config__
__config__.componentName
__config__.layoutTree
The text was updated successfully, but these errors were encountered:
good job!
Sorry, something went wrong.
从接口取出数据渲染失败
No branches or pull requests
本文对项目中的json表单配置做一些参数说明。
内置布局及其属性
目前有的布局方式:
colFormItem
__config__.layout
__vModel__
__config__.defaultValue
__vModel__
对应使用,可指定表单字段的默认值;可用于表单数据回填__config__.tag
__config__.changeTag
__config__.tagIcon
__config__.label
__config__.showLabel
__config__.labelWidth
__config__.required
__config__.regList
__config__.span
__config__.children
__config__.document
__slot__
__config__.tag
同名的.js文件解析该配置。__config__
同级);若需自定义属性以达到控制右侧面板或其他目的的,可在__config__
中自定义属性(如:__config__.showLabel
)rowFormItem
__config__.layout
__config__.componentName
__config__.tagIcon
__config__.layoutTree
__config__.children
__config__.document
The text was updated successfully, but these errors were encountered: