Browse Source

关闭按钮

master
陈裕财 4 years ago
parent
commit
fb764c4533
  1. 19
      src/views/xm/core/xmMenu/XmEpicFeatures.vue
  2. 14
      src/views/xm/core/xmMenu/XmMenuMng.vue

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

@ -48,6 +48,16 @@
trigger="manual"
v-model="moreVisible"
>
<el-row>
<el-col :span="24">
<el-button style="float:right;"
icon="el-icon-close"
@click="moreVisible=false"
type="text"
>关闭</el-button
>
</el-col>
</el-row>
<el-row>
<el-col :span="24" style="padding-top: 5px" v-if="editForm && editForm.menuId">
<font class="more-label-font">当前选中的史诗特性:</font>
@ -65,14 +75,7 @@
>
<el-button @click="loadTasksToXmMenuState" icon="el-icon-s-marketing" title="汇总进度">汇总进度</el-button>
</el-col>
<el-col :span="24" style="padding-top: 5px">
<el-button
icon="el-icon-close"
@click="moreVisible=false"
>关闭</el-button
>
</el-col>
</el-col>
</el-row>
<el-button slot="reference" @click="moreVisible=!moreVisible" icon="el-icon-more"></el-button>
</el-popover>

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

@ -21,6 +21,17 @@
width="400"
v-model="moreVisible"
trigger="manual" >
<el-row>
<el-col :span="24">
<el-button style="float:right;"
icon="el-icon-close"
@click="moreVisible=false"
type="text"
>关闭</el-button
>
</el-col>
</el-row>
<el-row>
<el-col :span="24" style="padding-top:5px;" >
<font class="more-label-font">标签条件:</font>
@ -131,8 +142,7 @@
<el-input v-model="filters.productId" style="width: 220px;" placeholder="产品编号查询" clearable></el-input>
</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-button type="primary" @click="searchXmMenus" icon="el-icon-search">查询</el-button>
</el-col>
<el-col :span="24" style="padding-top:5px;">
<el-button @click="handleExport" icon="el-icon-download">导出</el-button>

Loading…
Cancel
Save