mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 09:21:13 +08:00
fix: 测试:【组件优化第五批】穿梭框表格形式下添加表格行只对表格下的最后一行为空进行校验; amis-saas-7219
Change-Id: Ib6bfd9e2db3842f39779ae208cf43d88f6f54bda
This commit is contained in:
parent
8b24082732
commit
3122b5b0c8
@ -427,7 +427,7 @@ export default class TransferTableOption extends React.Component<
|
||||
value: options,
|
||||
items: [
|
||||
...columns.map((item: Option) =>
|
||||
renderInput(item.name, item.label ?? '', true)
|
||||
renderInput(item.name, item.label ?? '', false)
|
||||
),
|
||||
renderInput('value', '值', true, true)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user