Skip to content

Commit

Permalink
fix: 🧩修改错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
limuen committed Mar 25, 2024
1 parent f1068dd commit b13d41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/components/Header/components/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
<div>暂无消息</div>
</div>
</el-tab-pane>
<el-tab-pane label="代办(0)" name="third">
<el-tab-pane label="待办(0)" name="third">
<div class="message-empty">
<img src="@/assets/images/notData.png" alt="notData" />
<div>暂无代办</div>
<div>暂无待办</div>
</div>
</el-tab-pane>
</el-tabs>
Expand Down

0 comments on commit b13d41c

Please sign in to comment.