fix: formItem formItemProps 调研关联性
This commit is contained in:
@@ -45,10 +45,12 @@
|
||||
field: 'formula',
|
||||
component: 'NsTextarea',
|
||||
defaultValue: '(A+B)*2',
|
||||
style: { width: '450px' },
|
||||
formItemProps: {
|
||||
wrapperCol: { span: 24 },
|
||||
},
|
||||
componentProps: {
|
||||
placeholder: '请输入',
|
||||
autosize: {
|
||||
autoSize: {
|
||||
minRows: 6,
|
||||
maxRows: 6,
|
||||
},
|
||||
@@ -70,11 +72,13 @@
|
||||
label: '',
|
||||
field: 'NsBasicTable',
|
||||
component: 'NsBasicTable',
|
||||
formItemProps: {
|
||||
wrapperCol: { span: 24 },
|
||||
},
|
||||
componentProps: {
|
||||
disabled: true,
|
||||
placeholder: '请输入',
|
||||
dataSource: mockDataSource.value,
|
||||
style: { width: '450px' },
|
||||
pagination: false,
|
||||
rowKey: (record) => record.groupName,
|
||||
columns: [
|
||||
|
@@ -87,11 +87,13 @@
|
||||
label: '',
|
||||
field: 'NsBasicTable',
|
||||
component: 'NsBasicTable',
|
||||
formItemProps: {
|
||||
wrapperCol: { span: 24 },
|
||||
},
|
||||
componentProps: {
|
||||
disabled: true,
|
||||
placeholder: '请输入',
|
||||
dataSource: mockDataSource.value,
|
||||
style: { width: '450px' },
|
||||
rowSelection: { type: 'radio' },
|
||||
pagination: false,
|
||||
rowKey: (record) => record.groupName,
|
||||
|
Reference in New Issue
Block a user