From 6e9447e0a18f8c6ea54824e6f5be224f5f06847f Mon Sep 17 00:00:00 2001 From: qinoy Date: Fri, 30 Sep 2022 18:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=BD=AC=E6=8D=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryList.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 4982630..ebb4004 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -197,7 +197,7 @@
版本管理
- +
模型转换
@@ -292,7 +292,7 @@ 移动至 创建副本 - 模型转换 + 模型转换 导出 删除 取消 @@ -449,6 +449,7 @@ processLinkInstall: false,// 串联分析应用是否安装 outputPrInstall: false,// 流程手册是否安装 onlineDocInstall: false,// 预览应用是否安装 + modelConvertInstall: false, // 模型转换应用是否安装 havingWritePerm: false,// 是否有新增、修改权限 havingRemovePerm: false,// 是否有删除权限 havingVersionManagePerm: false,// 是否有版本管理权限 @@ -822,6 +823,7 @@ that.processLinkInstall = ro.data.processLinkInstall; that.outputPrInstall = ro.data.outputPrInstall; that.onlineDocInstall = ro.data.onlineDocInstall; + that.modelConvertInstall = ro.data.modelConvertInstall; that.havingWritePerm = ro.data.havingWritePerm; that.havingRemovePerm = ro.data.havingRemovePerm; that.havingVersionManagePerm = ro.data.havingVersionManagePerm;