From d510de5f827bf6252e247fe665d0a00eb830e430 Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Mon, 11 Jul 2022 10:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E6=9D=83=E9=99=90=E6=89=B9?= =?UTF-8?q?=E5=A4=84=E7=90=86=E6=9D=83=E9=99=90=E4=B8=8E=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/repository/RepositoryInfoVersion.vue | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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); }