This commit is contained in:
liuye
2024-01-02 09:07:19 +08:00
parent 914fb11d48
commit fb0b73be04
3 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<template> <template>
<ai-detail class="AppAnnounceAdd"> <ai-detail class="AppAnnounceAdd">
<template slot="title"> <template slot="title">
<ai-title :title="id ? '编辑群发居民群' : '添加群发居民群'" isShowBack isShowBottomBorder @onBackClick="cancel(false)"> <ai-title :title="id ? '编辑任务' : '添加任务'" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title> </ai-title>
</template> </template>
<template slot="content"> <template slot="content">
@@ -44,11 +44,11 @@
<div class="tips"> <div class="tips">
<p>消息预计送达居民群数</p> <p>消息预计送达居民群数</p>
<span>{{ groupLen }}</span> <span>{{ groupLen }}</span>
<el-tooltip <!-- <el-tooltip
placement="top" placement="top"
content="将由指定群主发送给TA作为群主的所有的群由于企业微信限制当超过1000个时将只发送到最近活跃的1000个群"> content="将由指定群主发送给TA作为群主的所有的群由于企业微信限制当超过1000个时将只发送到最近活跃的1000个群">
<i class="iconfont iconModal_Warning"></i> <i class="iconfont iconModal_Warning"></i>
</el-tooltip> </el-tooltip> -->
</div> </div>
</el-form-item> </el-form-item>
<el-form-item label="发送内容" prop="content" style="width: 100%;" :rules="[{ required: true, message: '请输入发送内容', trigger: 'blur' }]"> <el-form-item label="发送内容" prop="content" style="width: 100%;" :rules="[{ required: true, message: '请输入发送内容', trigger: 'blur' }]">
@@ -296,8 +296,8 @@
</template> </template>
<template #footer> <template #footer>
<el-button @click="cancel">取消</el-button> <el-button @click="cancel">取消</el-button>
<el-button type="primary" @click="confirm(0)" :loading="isLoading1" style="width: 120px;">立即发送</el-button> <el-button type="primary" @click="confirm(0)" :loading="isLoading1" style="width: 120px;">立即执行</el-button>
<el-button type="primary" @click="confirm(1)">定时发送</el-button> <el-button type="primary" @click="confirm(1)">定时任务</el-button>
</template> </template>
</ai-detail> </ai-detail>
</template> </template>

View File

@@ -1,16 +1,16 @@
<template> <template>
<ai-list class="AppAnnounce"> <ai-list class="AppAnnounce">
<template slot="title"> <template slot="title">
<ai-title title="群发居民群" isShowBack isShowBottomBorder @onBackClick="cancel(true)"> <ai-title title="创建任务" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
<template #sub> <template #sub>
<span>管理员统一创建宣发任务选择要发送的居民群后通知群主发送群主确认后即可群发到居民群群主向同一个居民群每天最多可群发10条消息</span> <span>设置居民助手的推送任务可定时发送也可立即发送</span>
</template> </template>
</ai-title> </ai-title>
</template> </template>
<template slot="content"> <template slot="content">
<ai-search-bar class="search-bar"> <ai-search-bar class="search-bar">
<template #left> <template #left>
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')">创建宣发</el-button> <el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')">创建任务</el-button>
<ai-select <ai-select
v-model="search.status" v-model="search.status"
@change="search.current = 1, getList()" @change="search.current = 1, getList()"
@@ -120,7 +120,7 @@
total: 0, total: 0,
colConfigs: [ colConfigs: [
{ prop: 'taskTitle', label: '任务名称' }, { prop: 'taskTitle', label: '任务名称' },
{ prop: 'typeName', label: '群发类型', align: 'center' }, // { prop: 'typeName', label: '群发类型', align: 'center' },
{ slot: 'user', label: '创建人', openType: 'userName', align: 'center' }, { slot: 'user', label: '创建人', openType: 'userName', align: 'center' },
{ prop: 'choiceTime', label: '群发时间', align: 'center' }, { prop: 'choiceTime', label: '群发时间', align: 'center' },
{ prop: 'taskEndTime', label: '群发结束时间', align: 'center' }, { prop: 'taskEndTime', label: '群发结束时间', align: 'center' },

View File

@@ -1,7 +1,7 @@
<template> <template>
<ai-detail class="AppAnnounceDetail"> <ai-detail class="AppAnnounceDetail">
<template slot="title"> <template slot="title">
<ai-title title="群发居民群详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)"> <ai-title title="任务详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title> </ai-title>
</template> </template>
<template slot="content"> <template slot="content">