修复OrdersPage.vue模板未闭合导致Vite编译报错

批量匹配物流弹窗的</div>后缺少</section>和</template>闭合标签。

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wsb1224 2026-06-25 09:43:46 +08:00
parent c7f6a4a4c8
commit c9d30ad94b

View File

@ -778,6 +778,8 @@
</div>
</section>
</div>
</section>
</template>
<script setup>
/**