feat 工单消息

This commit is contained in:
duanliang
2024-12-19 18:27:29 +08:00
parent 1efefe8325
commit c9b4f315e5
16 changed files with 1030 additions and 66 deletions

View File

@@ -2,6 +2,7 @@
<main class="wrapper">
<CoreVideo />
<box1/>
<box2/>
<Header title="交通大屏" is-skip :nav-left="navLeft" :nav-right="navRight" />
<Correspondence />
</main>
@@ -9,6 +10,7 @@
<script setup>
import box1 from './components/box-1.vue'
import box2 from './components/box-2.vue'
</script>
<style>