Commit 13209bbd authored by 樊国敬's avatar 樊国敬

status

parent e3d8e5fe
......@@ -10,7 +10,7 @@
<Col :span="12"><FormItem :label="l('password')" prop="password"> <Input v-model="entity.password" type="password"> </Input>
</FormItem></Col>
<Col :span="12"><FormItem :label="l('status')" prop="status"> <Dictionary code="crm.customer.status" v-model="entity.status"></Dictionary>
<Col :span="12"><FormItem :label="l('status')" prop="status"> <Dictionary code="system.Tanant.status" v-model="entity.status"></Dictionary>
</FormItem></Col>
......
......@@ -10,7 +10,7 @@
<Col :span="12"><FormItem :label="l('password')" prop="password"> <Input v-model="entity.password" type="password"> </Input>
</FormItem></Col>
<Col :span="12"><FormItem :label="l('status')" prop="status"> <Dictionary code="crm.customer.status" v-model="entity.status"></Dictionary>
<Col :span="12"><FormItem :label="l('status')" prop="status"> <Dictionary code="system.Tanant.status" v-model="entity.status"></Dictionary>
</FormItem></Col>
</Row>
<FormItem>
......
......@@ -128,7 +128,7 @@ export default {
align: "center",
width: 160,
high: true,
code: 'crm.customer.status'
code: 'system.Tanant.status'
},
{
title: '操作',
......
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