Commit 764d3f53 by zhaochengxiang

元数据配置数据源 名称不允许再次编辑

parent 461e2d47
...@@ -321,7 +321,7 @@ const Basic = React.forwardRef(function ({ datasource, datasourceType }, ref) { ...@@ -321,7 +321,7 @@ const Basic = React.forwardRef(function ({ datasource, datasourceType }, ref) {
}) })
} }
</Select> </Select>
) : ( item.show ? <Input placeholder={item.explain||''} /> : <Input.Password placeholder={item.explain||''} visibilityToggle={false} /> ) } ) : ( item.show ? <Input disabled={item.name==='name'} placeholder={item.explain||''} /> : <Input.Password placeholder={item.explain||''} visibilityToggle={false} /> ) }
</Form.Item> </Form.Item>
) )
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment