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;