巡检日,周,月完成,数据概况待修改

This commit is contained in:
Zy
2026-04-22 16:05:44 +08:00
parent 48852a33ec
commit 04eb40d0e4
55 changed files with 1583 additions and 422 deletions

View File

@@ -5,7 +5,6 @@
<navbar ref="navbarRef" />
</div>
<div class="container AddBuildingBox">
<PageHeader :title="isedit ? '编辑小区' : '添加小区'"> </PageHeader>
<el-form inline class="formBody" ref="formRef" :model="form" :rules="rules" label-width="100px">
<div class="AddBuildingBody">
<div class="title">基本信息</div>
@@ -112,7 +111,6 @@
<script setup lang="ts">
import Navbar from '@/layout/components/Navbar.vue';
import { ref } from 'vue';
import PageHeader from '@/components/Pageheader/index.vue';
import { pcaTextArr } from 'element-china-area-data';
import type { DataItem } from 'element-china-area-data';
import { useUserStore } from '@/store/modules/user';
@@ -364,7 +362,7 @@ const cancelForm = () => {
align-items: center;
height: 50px;
line-height: 50px;
background: linear-gradient(180deg, #deedff 0%, #f8f9fe 50%);
background: transparent;
& > div {
flex: 1;
}
@@ -372,6 +370,7 @@ const cancelForm = () => {
padding-left: 20px;
font-size: 20px;
color: white;
color: #000;
}
}
}