feat: 广告模块,交班记录80%,等用户完成
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user