Commit f1f6aab3 authored by renjintao's avatar renjintao

groupUser

parent 0f531b3b
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</Col> </Col>
<Col :span="12"> <Col :span="12">
<FormItem :label="l('role')" prop="role"> <FormItem :label="l('role')" prop="role">
<Dictionary code="project.groupuser.Role" v-model="entity.role"></Dictionary> <Dictionary code="project.group.role" v-model="entity.role"></Dictionary>
</FormItem> </FormItem>
</Col> </Col>
<Col :span="12"> <Col :span="12">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</Col> </Col>
<Col :span="12"> <Col :span="12">
<FormItem :label="l('status')" prop="status"> <FormItem :label="l('status')" prop="status">
<Dictionary code="project.group.user.Status" v-model="entity.status"></Dictionary> <Dictionary code="project.group.status" v-model="entity.status"></Dictionary>
</FormItem> </FormItem>
</Col> </Col>
</Row> </Row>
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
title: this.l("role"), title: this.l("role"),
align: "left", align: "left",
high: true, high: true,
code: 'mes.project_group_user.Role' code: 'project.group.role'
}, },
{ {
key: "note", key: "note",
...@@ -49,14 +49,7 @@ export default { ...@@ -49,14 +49,7 @@ export default {
title: this.l("status"), title: this.l("status"),
align: "left", align: "left",
high: true, high: true,
code: 'mes.project_group_user.Status' code: 'project.group.status'
},
{
key: "groupName",
title: this.l("groupName"),
align: "left",
easy: true,
high: true
}, },
{ {
title: '操作', 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