巡检日,周,月完成,数据概况待修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user