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 5ca1966..90b2f30 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -391,7 +391,7 @@ return { loading: false, newwidth:'280px', - newwidthtrue:true, + newwidthtrue:false, newtitle:'收起', mainHeight: (parseInt(this.$store.getters.getTopMainHeightFn) - (this.showFooter ? 45 : 0)) + 'px', tableLoading: false, @@ -410,6 +410,7 @@ havingWritePerm: false,// 是否有新增、修改权限 havingRemovePerm: false,// 是否有删除权限 havingVersionManagePerm: false,// 是否有版本管理权限 + imgPath: require('@/assets/double-arro-right.png'), currRepositoryDetail: { name: '', id: '', @@ -479,7 +480,7 @@ havingVersionManagePerm: false, havingWritePerm: false }, - imgPath: '' + } }, created() { @@ -682,9 +683,10 @@ } //默认收起操作 - that.newwidth ='28px'; + /*that.newwidth ='28px'; that.newtitle = '展开'; - that.imgPath=require('@/assets/double-arrow-left.png'); + that.imgPath=require('@/assets/double-arrow-left.png');*/ + that.imgPath=require('@/assets/double-arro-right.png'); } }).catch(error=>{ console.log(error); diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue index 73f622c..5a42230 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -21,7 +21,7 @@ :style="{opacity: item.opacity, filter: item.filter, cursor: item.cursor}" @click="item.clickFlag && createDesigner(item.app,item.category,item.method)">
-