This commit is contained in:
shijingjing
2022-08-01 14:08:56 +08:00
parent 3a69146e95
commit c99344dd36

View File

@@ -42,7 +42,7 @@
<div class="scope">
<span>群发范围</span>
<span v-if="data.sendScope==0">全部{{ data.receiveGroupCount || 0}}个居民群</span>
<span v-if="data.sendScope==1 || data.sendType==2">按条件筛选的{{ data.receiveGroupCount || 0}}个居民群</span>
<span v-if="data.sendScope==1 || data.sendScope==2">按条件筛选的{{ data.receiveGroupCount || 0}}个居民群</span>
</div>
<div class="content">
<p>群发内容</p>