|
|
@@ -90,17 +90,18 @@
|
|
|
</el-tooltip>
|
|
|
</el-col>
|
|
|
|
|
|
- <!-- <el-col :span="1.5">-->
|
|
|
- <!-- <el-tooltip class="item" effect="dark" content="修改选择的群聊营期时间" placement="top">-->
|
|
|
- <!-- <el-button-->
|
|
|
- <!-- type="danger"-->
|
|
|
- <!-- icon="el-icon-edit"-->
|
|
|
- <!-- size="medium"-->
|
|
|
- <!-- :disabled="multiple"-->
|
|
|
- <!-- @click="updateGroupTime"-->
|
|
|
- <!-- >批量修改营期时间</el-button>-->
|
|
|
- <!-- </el-tooltip>-->
|
|
|
- <!-- </el-col>-->
|
|
|
+ <el-col :span="1.5">
|
|
|
+ <el-tooltip class="item" effect="dark" content="修改选择的营期时间" placement="top">
|
|
|
+ <el-button
|
|
|
+ type="danger"
|
|
|
+ icon="el-icon-edit"
|
|
|
+ size="medium"
|
|
|
+ :disabled="multiple"
|
|
|
+ @click="updateGroupTime"
|
|
|
+ >批量修改营期时间
|
|
|
+ </el-button>
|
|
|
+ </el-tooltip>
|
|
|
+ </el-col>
|
|
|
|
|
|
<el-col :span="1.5">
|
|
|
<el-tooltip class="item" effect="dark" content="删除营期之后,将不会在给原营期的客户发送消息,ps:删除之后不可恢复"
|