This commit is contained in:
yanran200730
2022-07-27 11:22:52 +08:00
parent aa6579d040
commit 658a29853b

View File

@@ -124,7 +124,7 @@
</ai-user-get>
</div>
</div>
<el-button type="primary" @click="sendMsg(0)">提醒成员发送</el-button>
<el-button type="primary" @click="sendMsg(0)" v-if="info.status === '4'">提醒成员发送</el-button>
</div>
<ai-table
:tableData="tableData1"
@@ -193,7 +193,7 @@
</ai-user-get>
</div>
</div>
<el-button type="primary" @click="sendMsg(1)">提醒成员发送</el-button>
<el-button type="primary" @click="sendMsg(1)" v-if="info.status === '4'">提醒成员发送</el-button>
</div>
<ai-table
:tableData="tableData2"