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