diff --git a/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue b/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue index 3979ff8..bd37cfa 100644 --- a/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue +++ b/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue @@ -136,7 +136,7 @@
- + diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue index fb1c2a9..029c170 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue @@ -73,7 +73,7 @@ @@ -157,7 +157,13 @@ addNewVersionVisible: false, currentVersion: '', currentId: '', - isLargeIteration: true + isLargeIteration: true, + isOlderVersion: true, + filePerm:{ + havingRemovePerm:false, + havingVersionManagePerm: false, + havingWritePerm: false + } } }, created() { @@ -209,6 +215,10 @@ } } that.tableData = ro.data.tableData; + that.isOlderVersion = ro.data.isOlderVersion; + that.filePerm.havingWritePerm = ro.data.havingWritePerm; + that.filePerm.havingRemovePerm = ro.data.havingRemovePerm; + that.filePerm.havingVersionManagePerm = ro.data.havingVersionManagePerm; } else { that.$message.error(ro.msg); } diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue index 39bc070..dfc209c 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -51,7 +51,7 @@
导出
- +
删除模型
@@ -64,7 +64,7 @@
-
+
批量创建 @@ -189,7 +189,7 @@
导出
- +
删除模型
@@ -274,10 +274,10 @@
- 移动至 - 创建副本 + 移动至 + 创建副本 导出 - 删除 + 删除 取消
@@ -882,6 +882,7 @@ url:'jd', data:{ cmd: 'com.actionsoft.apps.coe.pal_processlevel_move_save', + teamId: that.$store.getters.getTeamIdFn, sourceData: sourceData, targetData: JSON.stringify(data) }