|
|
@@ -227,7 +227,7 @@ |
|
|
|
<div class="yiyun_section_top titlebar_head" id="bignav"> |
|
|
|
<div |
|
|
|
class="section_item section_item_aside_fl" |
|
|
|
v-if="!isCommonPage && nowFolder.folderPerm != 0 " |
|
|
|
v-if="!isCommonPage && (nowFolder.folderPerm != 0 || isProjectManager) " |
|
|
|
> |
|
|
|
<!--我的文件 工作文件--> |
|
|
|
<span |
|
|
@@ -287,7 +287,7 @@ |
|
|
|
</div> |
|
|
|
<div |
|
|
|
class="section_item section_item_aside_fl" |
|
|
|
v-if="!isCommonPage && nowFolder.folderPerm == 0 " |
|
|
|
v-if="!isCommonPage && (nowFolder.folderPerm == 0 && !isProjectManager )" |
|
|
|
> |
|
|
|
<span class="yywenjiantitle" :class="{yyactive:true}" v-if="isShowWorkt">工作文件</span> |
|
|
|
<!--文件分组面包屑--> |
|
|
@@ -371,7 +371,7 @@ |
|
|
|
<div class="clear"></div> |
|
|
|
<!-- 应用列表(缩略图) --> |
|
|
|
<div class="yiyun_row scollbarBox nobianju py-x-22" v-show="isShowMyFileList == true"> |
|
|
|
<div class="yiyun_wenjian_list nohover" v-if="this.currentPageType == 0"> |
|
|
|
<div class="yiyun_wenjian_list nohover" v-if="this.currentPageType == 0 "> |
|
|
|
<div class="yiyunwenjian_imgbox newbtn" v-on:click="showNewFiledialog"> |
|
|
|
<img src="/static/img/newadd.png" alt class="wenjian_bg_img" /> |
|
|
|
<span class="newbtn_label">新建文件</span> |
|
|
@@ -2292,7 +2292,7 @@ export default { |
|
|
|
dialogNewSuperMapVisible: false, |
|
|
|
newSuperMap: { showName: "", description: "" }, |
|
|
|
mapAddress: "北京天安门", |
|
|
|
isClient: true, // 是否是客户端 |
|
|
|
isClient: false, // 是否是客户端 |
|
|
|
|
|
|
|
/**新建文件夹 start*/ |
|
|
|
dialogNewFolderGroup: false, //新建文件夹组弹窗 |
|
|
|