feat: 广告模块,交班记录80%,等用户完成

This commit is contained in:
duan
2025-03-01 11:12:29 +08:00
parent ad52c6bbf9
commit 467bfaa2eb
17 changed files with 942 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
<template>
<div></div>
</template>
<!-- 交班模块 -->
<div style="padding: 15px;">
<!-- 搜索 -->
<Search></Search>
<!-- 表格 -->
<Content></Content>
</div>
</template>
<script setup>
import Search from './workconfig/Search.vue'
import Content from './workconfig/Content.vue'
</script>