fix 80384

This commit is contained in:
赵霄
2024-01-09 11:59:14 +08:00
parent af7a0eccea
commit cfdc35f6f4
@@ -246,7 +246,7 @@ export default {
has: 'inconformityItem:edit',
// 创建人可以维护自己创建的数据,管理员可以维护所有数据
show: (record) => {
return this.isAdmin || record.createBy === this.userInfo.username
return this.isAdmin || record.engineerId === this.userInfo.id
}
}
],