bug
This commit is contained in:
@@ -93,12 +93,12 @@
|
||||
<div class="item" :class="[currIndex === '0' ? 'active' : '']" @click="currIndex = '0'">
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon1.png" />
|
||||
<h3>成员一键群发</h3>
|
||||
<p>成员收到通知后,可一键直接群发到居民群任务开始后不支持关闭</p>
|
||||
<p>成员收到通知后,可一键直接群发到居民群,任务开始后不支持关闭</p>
|
||||
</div>
|
||||
<div class="item" :class="[currIndex === '1' ? 'active' : '']" @click="currIndex = '1'">
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon2.png" />
|
||||
<h3>通知成员群发</h3>
|
||||
<p>员工收到通知后,需通过群发助手发送至居民群任务到期后自动关闭,未完成的成员无法再执行</p>
|
||||
<p>员工收到通知后,需通过群发助手发送至居民群,任务到期后自动关闭,未完成的成员无法再执行</p>
|
||||
</div>
|
||||
</div>
|
||||
<el-button style="width: 106px;" size="small" type="primary" icon="iconfont" @click="isShow = false, toAdd(currIndex, '')">去创建</el-button>
|
||||
|
||||
Reference in New Issue
Block a user