mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
fix:项目管理权授权修改
This commit is contained in:
@@ -169,14 +169,14 @@
|
||||
<DropDown v-if="checkPer(record.permissions)" value="授权">
|
||||
<OwnerTableModelStudent
|
||||
:types="[4, 5, 6]"
|
||||
:id="record.projectId"
|
||||
:id="record.id"
|
||||
:type="6"
|
||||
>权限名单</OwnerTableModelStudent
|
||||
>
|
||||
<CommonStudent :type="4" :id="record.projectId" title="查看权"
|
||||
<CommonStudent :type="4" :id="record.id" title="查看权"
|
||||
>查看权</CommonStudent
|
||||
>
|
||||
<CommonStudent :type="5" :id="record.projectId" title="管理权"
|
||||
<CommonStudent :type="5" :id="record.id" title="管理权"
|
||||
>管理权</CommonStudent
|
||||
>
|
||||
</DropDown>
|
||||
@@ -205,7 +205,7 @@
|
||||
>
|
||||
<a-button
|
||||
v-if="record.status !== -1 && record.type === 3"
|
||||
@click="showBackFinashModal(record.projectId)"
|
||||
@click="showBackFinashModal(record.id)"
|
||||
type="link"
|
||||
>撤回</a-button
|
||||
>
|
||||
@@ -1668,7 +1668,7 @@ export default {
|
||||
function manage(record) {
|
||||
router.push({
|
||||
path: "/taskpage",
|
||||
query: { projectId: record.projectId },
|
||||
query: { projectId: record.id },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user