Commit f1f6aab3 authored by renjintao's avatar renjintao

groupUser

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