Commit c134717c authored by kangzhenfei's avatar kangzhenfei

数据源多选--saas

parent 221e16c3
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
</Col> </Col>
<Col :span="24"> <Col :span="24">
<FormItem :label="l('supportDatabaseType')" prop="supportDatabaseType"> <FormItem :label="l('supportDatabaseType')" prop="supportDatabaseType">
<Input v-model="entity.supportDatabaseType"></Input> <!-- <Input v-model="entity.supportDatabaseType"></Input> -->
<Dictionary code="datasource.type" v-model="entity.supportDatabaseType" :multiple='true' type="select"></Dictionary>
</FormItem> </FormItem>
</Col> </Col>
</Row> </Row>
......
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