| | |
| | | </el-form-item> |
| | | <el-form-item class="optionItems" label-width='0px' prop="buildingWidth"> |
| | | <el-input placeholder="单位米" v-model="ill.buildingWidth"></el-input> |
| | | </el-form-item> |
| | | </el-form-item> |
| | | <el-form-item class="optionItems" label-width='0px' prop="buildingHigh"> |
| | | <el-input placeholder="单位米" v-model="ill.buildingHigh"></el-input> |
| | | </el-form-item> |
| | |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import MyMap from '@/components/map' |
| | | // import MyMap from "@/components/map"; |
| | | import MyMap from "@/components/map/leafletMap.vue"; |
| | | import {parseTime} from '@/utils/index' |
| | | import { validateName, validatePhone, validateCardId, validateNum } from '@/utils/validate' |
| | | export default { |
| | |
| | | created() { |
| | | const { getBigKind, getCommityList,getStreetList } = this; |
| | | getStreetList(0); |
| | | |
| | | |
| | | // this.ill.category = this.mytype + 1; |
| | | getBigKind(); |
| | | getCommityList(); |
| | |
| | | } |
| | | } |
| | | .el-form { |
| | | &::v-deep .el-form-item__label { |
| | | color: #4b9bb7; |
| | | } |
| | | // &::v-deep .el-form-item__label { |
| | | // color: #4b9bb7; |
| | | // } |
| | | |
| | | &::v-deep .el-input__inner { |
| | | // background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | // &::v-deep .el-input__inner { |
| | | // // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | // } |
| | | |
| | | &::v-deep .el-textarea__inner { |
| | | // background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | // &::v-deep .el-textarea__inner { |
| | | // // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | // } |
| | | } |
| | | .input-form { |
| | | |
| | | |
| | | |
| | | .upload-demo { |
| | | position: relative; |
| | | margin-right: 20px; |
| | |
| | | flex: 2; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |