实现发送消息到媒介

This commit is contained in:
GoEdgeLab
2021-04-12 19:19:59 +08:00
parent 7d66cc3cae
commit 678724b055
18 changed files with 425 additions and 24 deletions

View File

@@ -10,6 +10,7 @@
<table class="ui table selectable celled" v-if="instances.length > 0">
<thead>
<tr>
<th>媒介名称</th>
<th class="three wide">媒介类型</th>
<th>备注</th>
<th class="two wide">状态</th>
@@ -17,6 +18,7 @@
</tr>
</thead>
<tr v-for="instance in instances">
<td>{{instance.name}}</td>
<td>{{instance.media.name}}</td>
<td>
<span v-if="instance.description.length > 0">{{instance.description}}</span>