Browse Source

优化更多

master
陈裕财 4 years ago
parent
commit
65f6fa8960
  1. 2
      src/views/xm/core/xmMenu/XmEpicFeatures.vue
  2. 7
      src/views/xm/core/xmMenu/XmMenuMng.vue
  3. 2
      src/views/xm/core/xmTask/XmPhase.vue
  4. 5
      src/views/xm/core/xmTask/XmTaskMng.vue

2
src/views/xm/core/xmMenu/XmEpicFeatures.vue

@ -75,7 +75,7 @@
>
</el-col>
</el-row>
<el-button style="margin-top: 10px;" slot="reference" @click="moreVisible=true" icon="el-icon-more"></el-button>
<el-button style="margin-top: 10px;" slot="reference" @click="moreVisible=!moreVisible" icon="el-icon-more"></el-button>
</el-popover>
</span>
</el-row>

7
src/views/xm/core/xmMenu/XmMenuMng.vue

@ -19,7 +19,8 @@
placement="top-start"
title=""
width="400"
trigger="click" >
v-model="moreVisible"
trigger="manual" >
<el-row>
<el-col :span="24" style="padding-top:5px;" >
<font class="more-label-font">标签条件:</font>
@ -131,6 +132,7 @@
</el-col>
<el-col :span="24" style="padding-top:5px;">
<el-button type="primary" @click="searchXmMenus" icon="el-icon-search">查询</el-button>
<el-button @click="moreVisible=false" icon="el-icon-close" >关闭</el-button>
</el-col>
<el-col :span="24" style="padding-top:5px;">
<el-button @click="handleExport" icon="el-icon-download">导出</el-button>
@ -138,7 +140,7 @@
</el-col>
</el-row>
<el-button slot="reference" icon="el-icon-more"></el-button>
<el-button slot="reference" icon="el-icon-more" @click="moreVisible=!moreVisible"></el-button>
</el-popover>
<span style="float:right;">
<el-popover style="padding-left:10px;"
@ -546,6 +548,7 @@
linkIterationPopoverVisible:false,
/**begin 自定义属性请在下面加 请加备注**/
expandRowKeysCpd:[],
moreVisible:false,
/**end 自定义属性请在上面加 请加备注**/
}
},//end data

2
src/views/xm/core/xmTask/XmPhase.vue

@ -153,7 +153,7 @@
>
</el-col>
</el-row>
<el-button style="margin-top: 10px;" slot="reference" @click="moreVisible=true">更多</el-button>
<el-button style="margin-top: 10px;" slot="reference" @click="moreVisible=!moreVisible">更多</el-button>
</el-popover>
</span>
</el-row>

5
src/views/xm/core/xmTask/XmTaskMng.vue

@ -74,7 +74,8 @@
placement="top-start"
title=""
width="400"
trigger="moreVisible"
trigger="manual"
v-model="moreVisible"
>
<el-row>
<el-col :span="24" style="padding-top: 5px">
@ -216,7 +217,7 @@
>
</el-col>
</el-row>
<el-button slot="reference" @click="moreVisible=true">更多</el-button>
<el-button slot="reference" @click="moreVisible=!moreVisible">更多</el-button>
</el-popover>
<span style="float:right;">
<el-popover

Loading…
Cancel
Save