Browse Source

优化

master
陈裕财 3 years ago
parent
commit
292c49cf32
  1. 7
      src/views/xm/core/xmTask/XmPhase.vue

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

@ -64,15 +64,14 @@
width="400" width="400"
trigger="manual" trigger="manual"
v-model="moreVisible" v-model="moreVisible"
>
<el-row>
>
<el-button style="float:right;margin-top:-40px;" <el-button style="float:right;margin-top:-40px;"
icon="el-icon-close" icon="el-icon-close"
@click="moreVisible=false" @click="moreVisible=false"
type="text" type="text"
>关闭</el-button >关闭</el-button
>
</el-row>
>
<el-divider></el-divider>
<el-row> <el-row>
<el-button type="danger" <el-button type="danger"
@click="batchDel" @click="batchDel"

Loading…
Cancel
Save