消息发送

This commit is contained in:
liuye
2022-06-24 21:47:52 +08:00
parent 8e807e785f
commit ac3f5d2eff
5 changed files with 55 additions and 55 deletions

View File

@@ -20,6 +20,7 @@
</div>
<u-icon name="arrow-right" color="#ddd" size="32"></u-icon>
</div>
<AiEmpty description="暂无数据" v-if="!orgInfo.Organizational"/>
<!-- <p class="total">组织内共72人</p> -->
</div>
</div>

View File

@@ -23,6 +23,7 @@
</div>
</div>
</div>
<AiEmpty description="暂无数据" v-if="!list.length"/>
</div>
</template>