From 916cf4ced3c58a662f13510fff76515933c87541 Mon Sep 17 00:00:00 2001
From: anhc <3442943606@qq.com>
Date: Mon, 11 Jul 2022 00:24:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E6=9D=83=E9=99=90=E9=98=B6?=
=?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/repository/RepositoryList.vue | 20 ++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
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 94175f8..39bc070 100644
--- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
+++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
@@ -64,7 +64,7 @@
-
+
批量创建
@@ -240,7 +240,7 @@
- - 修改{{currRepositoryDetail.methodName}}
+ - 修改{{currRepositoryDetail.methodName}}
- 打开文件
@@ -260,7 +260,7 @@
- 导出{{currRepositoryDetail.methodName}}
-
+
- 删除文件
- 删除{{currRepositoryDetail.methodName}}
@@ -463,6 +463,14 @@
},
isFileSecurity: false,
isHighSecurity: false,
+ isOlderVersion: true,
+ havingCreatePerm: false,
+ havingBatchPerm: false,
+ filePerm:{
+ havingRemovePerm:false,
+ havingVersionManagePerm: false,
+ havingWritePerm: false
+ }
}
},
created() {
@@ -616,6 +624,9 @@
that.batchDlg = ro.data.batchDlg;
that.isHighSecurity = ro.data.isHighSecurity;
that.isFileSecurity = ro.data.isFileSecurity;
+ that.isOlderVersion = ro.data.isOlderVersion;
+ that.havingBatchPerm = ro.data.havingBatchPerm;
+ that.havingCreatePerm = ro.data.havingCreatePerm;
if(that.tableData.length==0){
that.isShow = false;
} else {
@@ -691,6 +702,9 @@
that.currRepositoryDetail.state = '设计中';
}
that.currRepositoryDetail.rowIndex = row.index;
+ that.filePerm.havingRemovePerm = ro.data.havingRemovePerm
+ that.filePerm.havingVersionManagePerm = ro.data.havingVersionManagePerm
+ that.filePerm.havingWritePerm = ro.data.havingWritePerm
}
}).catch(error=>{
console.log(error);