Browse Source

优化

master
陈裕财 4 years ago
parent
commit
9d99d1a546
  1. 2
      src/views/xm/core/xmProject/XmProjectMng.vue

2
src/views/xm/core/xmProject/XmProjectMng.vue

@ -213,7 +213,7 @@
placement="left"
trigger="hover"> -->
<el-button v-if="menukey=='myFocus'" type="primary" @click.stop="focusOrUnfocus(scope.row)" >取消关注</el-button>
<el-button v-if="menukey=='myFocus'" type="text" @click.stop="focusOrUnfocus(scope.row)" >取消关注</el-button>
<el-button v-else type="text" @click.stop="focusOrUnfocus(scope.row)" >关注</el-button>
<el-button type="text" @click.stop="intoInfo(scope.row)" >视图</el-button>
<el-button type="text" title="通过复制快速创建新项目" @click.stop="onCopyToBtnClick(scope.row)" v-loading="load.add">复制</el-button>

Loading…
Cancel
Save