Browse Source

优化

master
陈裕财 4 years ago
parent
commit
a82df531c6
  1. 2
      src/views/xm/core/xmIteration/XmIterationSelect.vue
  2. 2
      src/views/xm/core/xmProduct/XmProductSelect.vue

2
src/views/xm/core/xmIteration/XmIterationSelect.vue

@ -54,7 +54,7 @@
<el-button type="primary" icon="el-icon-search" @click="getXmIterations">查询</el-button>
</el-col>
</el-row>
<el-button type="text" slot="reference">更多条件</el-button>
<el-button type="text" slot="reference" style="float:right;">更多条件</el-button>
</el-popover>
</template>
<template slot-scope="scope">

2
src/views/xm/core/xmProduct/XmProductSelect.vue

@ -66,7 +66,7 @@
<el-button type="primary" @click="searchXmProducts" >查询</el-button>
</el-col>
</el-row>
<el-button type="text" slot="reference">更多条件</el-button>
<el-button type="text" slot="reference" style="float:right;">更多条件</el-button>
</el-popover>
</template>
<template slot-scope="scope">

Loading…
Cancel
Save