Commit e3d8e5fe authored by 樊国敬's avatar 樊国敬

status

parent 4938fab7
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</Col> </Col>
<Col :span="24"> <Col :span="24">
<FormItem :label="l('status')" prop="status"> <FormItem :label="l('status')" prop="status">
<Dictionary code="system.Tanant.status" v-model="entity.typeId" type="radio"></Dictionary> <Dictionary code="system.Tanant.status" v-model="entity.status" type="radio"></Dictionary>
</FormItem> </FormItem>
</Col> </Col>
<!-- <Col :span="24"> <!-- <Col :span="24">
...@@ -67,6 +67,7 @@ export default { ...@@ -67,6 +67,7 @@ export default {
initialized: 0, initialized: 0,
dataSourceId: 0, dataSourceId: 0,
hostId: "0", hostId: "0",
status:1
}, },
hostlist: [], hostlist: [],
rules: { rules: {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</Col> </Col>
<Col :span="24"> <Col :span="24">
<FormItem :label="l('status')" prop="status"> <FormItem :label="l('status')" prop="status">
<Dictionary code="system.Tanant.status" v-model="entity.typeId" type="radio"></Dictionary> <Dictionary code="system.Tanant.status" v-model="entity.status" type="radio"></Dictionary>
</FormItem> </FormItem>
</Col> </Col>
<!-- <Col :span="24"> <!-- <Col :span="24">
......
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