Commit bafa3c63d05cd1f5f888fb7794fc5dc2b7545e04

Authored by 陈洋
1 parent eb42dee3

条件配置禁用样式添加

... ... @@ -625,7 +625,7 @@ export const QxFilterCondition: React.FC<paramFilterConditionProps> = ({
625 625 {Boolean(isUseValOption) ? (
626 626 <div style={{position: 'relative'}}>
627 627 <Button
628   - disabled={!(paramMappings && paramMappings?.length < 20)}
  628 + disabled={(paramMappings && paramMappings?.length > 20)}
629 629 size="small"
630 630 type={'link'}
631 631 onClick={() => setTreeSelectShow(!treeSelectShow)}
... ...