mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-30 13:04:27 +08:00
Compare commits
2 Commits
b8de64737a
...
6a2b54002a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a2b54002a | ||
|
|
c03be2f5d8 |
@@ -145,10 +145,11 @@ const ModelBasicForm: React.FC<Props> = ({
|
|||||||
))}
|
))}
|
||||||
</Select>
|
</Select>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
<FormItem
|
<FormItem
|
||||||
name="catalog"
|
name="catalog"
|
||||||
label="Catalog"
|
label="Catalog"
|
||||||
rules={[{ required: true, message: '请选择Catalog' }]}
|
rules={[{ required: catalogSelectOpen, message: '请选择Catalog' }]}
|
||||||
hidden={!catalogSelectOpen}
|
hidden={!catalogSelectOpen}
|
||||||
>
|
>
|
||||||
<Select
|
<Select
|
||||||
@@ -164,6 +165,7 @@ const ModelBasicForm: React.FC<Props> = ({
|
|||||||
))}
|
))}
|
||||||
</Select>
|
</Select>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
<FormItem
|
<FormItem
|
||||||
name="dbName"
|
name="dbName"
|
||||||
label="数据库名"
|
label="数据库名"
|
||||||
|
|||||||
Reference in New Issue
Block a user