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
{ type: 'grid', label: '测试栅格', columns: [ { span: 4, list: [ { type: 'text', label: '姓名', labelHTML: '', // 标题增强 // cssName: '', // icon: 'icon-zihao', // reflectValue: '', options: { textAlign: 'center', hidden: false, showRequiredMark: false, defaultValue: '' // 默认值 }, key: 'text1_' + new Date().getTime() } ] }, { span: 8, list: [ { type: 'input', label: '姓名', labelHTML: '', reflectValue: '', icon: 'icon-write', isShowWx: true, cssName: '', options: { type: 'text', width: '100%', defaultValue: '', placeholder: '请输入', clearable: false, isCc: false, maxLength: null, hidden: false, disabled: false, dynamic: 'default', queryUrl: '', localOptions: { key: '', value: '' } }, model: 'input' + new Date().getTime(), key: 'input1' + new Date().getTime(), rules: [ { required: false, message: '必填项' } ] } ] }, { span: 4, list: [ { type: 'text', label: '班级', labelHTML: '', // 标题增强 cssName: '', icon: 'icon-zihao', reflectValue: '', options: { textAlign: 'center', hidden: false, showRequiredMark: false }, key: 'text2_' + new Date().getTime() } ] }, { span: 8, list: [ { type: 'input', label: '班级', labelHTML: '', reflectValue: '', icon: 'icon-write', isShowWx: true, cssName: '', options: { type: 'text', width: '100%', defaultValue: '', placeholder: '请输入', clearable: false, isCc: false, maxLength: null, hidden: false, disabled: false, dynamic: 'default', queryUrl: '', localOptions: { key: '', value: '' } }, model: 'input_1697071400659', key: 'input2' + new Date().getTime(), rules: [ { required: false, message: '必填项' } ] } ] } ], options: { gutter: 0, cssName: '' }, key: 'grid_1697071382372' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
{
type: 'grid',
label: '测试栅格',
columns: [
{
span: 4,
list: [
{
type: 'text',
label: '姓名',
labelHTML: '', // 标题增强
// cssName: '',
// icon: 'icon-zihao',
// reflectValue: '',
options: {
textAlign: 'center',
hidden: false,
showRequiredMark: false,
defaultValue: '' // 默认值
},
key: 'text1_' + new Date().getTime()
}
]
},
{
span: 8,
list: [
{
type: 'input',
label: '姓名',
labelHTML: '',
reflectValue: '',
icon: 'icon-write',
isShowWx: true,
cssName: '',
options: {
type: 'text',
width: '100%',
defaultValue: '',
placeholder: '请输入',
clearable: false,
isCc: false,
maxLength: null,
hidden: false,
disabled: false,
dynamic: 'default',
queryUrl: '',
localOptions: {
key: '',
value: ''
}
},
model: 'input' + new Date().getTime(),
key: 'input1' + new Date().getTime(),
rules: [
{
required: false,
message: '必填项'
}
]
}
]
},
{
span: 4,
list: [
{
type: 'text',
label: '班级',
labelHTML: '', // 标题增强
cssName: '',
icon: 'icon-zihao',
reflectValue: '',
options: {
textAlign: 'center',
hidden: false,
showRequiredMark: false
},
key: 'text2_' + new Date().getTime()
}
]
},
{
span: 8,
list: [
{
type: 'input',
label: '班级',
labelHTML: '',
reflectValue: '',
icon: 'icon-write',
isShowWx: true,
cssName: '',
options: {
type: 'text',
width: '100%',
defaultValue: '',
placeholder: '请输入',
clearable: false,
isCc: false,
maxLength: null,
hidden: false,
disabled: false,
dynamic: 'default',
queryUrl: '',
localOptions: {
key: '',
value: ''
}
},
model: 'input_1697071400659',
key: 'input2' + new Date().getTime(),
rules: [
{
required: false,
message: '必填项'
}
]
}
]
}
],
options: {
gutter: 0,
cssName: ''
},
key: 'grid_1697071382372'
}
The text was updated successfully, but these errors were encountered: