This commit is contained in:
liuye
2022-01-21 16:15:30 +08:00
parent b82b0f4cda
commit 46f3a9b062
2 changed files with 2 additions and 1 deletions

View File

@@ -43,8 +43,8 @@
<p><img src="./components/img/blue-icon.png" alt=""><span class="start-name">{{item.arriveAreaName}}</span></p>
<p><img src="./components/img/time-icon.png" alt="">{{item.createTime}}</p>
</div>
<AiEmpty v-if="!list.length"></AiEmpty>
</div>
<AiEmpty v-if="!list.length"></AiEmpty>
</div>
</template>