fix: 修改交班部分文件名称,修改部分深度作用样式

This commit is contained in:
2025-03-10 14:11:34 +08:00
parent 8026fcb98c
commit 34068cf8dd
10 changed files with 165 additions and 101 deletions

View File

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