修改目的地
This commit is contained in:
parent
f9efa974c0
commit
dd924ffaa7
@ -15,6 +15,7 @@ class ArtRepairLog extends CellsysEvent {
|
||||
this.description = params.description;
|
||||
this.datetime = params.datetime;
|
||||
this.geometry = params.geometry;
|
||||
this.geometryName = params.geometry_name;
|
||||
this.images = params.images;
|
||||
// if (params.images) {
|
||||
// this.artworkImages = params.images.map((url) => {
|
||||
|
@ -12,7 +12,7 @@
|
||||
class="search-container"
|
||||
v-if="!isReadonly">
|
||||
<div class="search-input">
|
||||
<el-input
|
||||
<el-input @keydown.enter="handleSearch"
|
||||
v-model="searchAddress"
|
||||
placeholder="请输入地址"></el-input>
|
||||
<el-button
|
||||
@ -394,7 +394,7 @@ export default {
|
||||
background-color: #fff;
|
||||
z-index: 2;
|
||||
max-height: 50vh;
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.search-item {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user