|
@@ -98,6 +98,7 @@ export default {
|
|
|
this.formData = [
|
|
|
{ label: '区域名', key: 'area_name'},
|
|
|
{ label: '区域图', key: 'pri_image', type: 'uploads', class: 'c-2' },
|
|
|
+ { label: '背景图', key: 'bg_image', type: 'uploads', class: 'c-2' },
|
|
|
{ label: '上级区域', key: 'parent_id', type: 'selectRemote', class: 'c-2', disabled,
|
|
|
remoteParams: { skey: 'area_name', api: `other.admareainfolist`, opKey: 'area_name', opVal: 'id' },
|
|
|
remoteOptions: [{ keyRO: params.parent_name, valRO: params.parent_id }]
|
|
@@ -159,7 +160,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
::v-deep .img-upload {
|
|
|
- height: 180px;
|
|
|
+ width: 182px;
|
|
|
height: 110px;
|
|
|
overflow: hidden;
|
|
|
.icon {
|
|
@@ -169,6 +170,7 @@ export default {
|
|
|
}
|
|
|
.img {
|
|
|
width: 180px;
|
|
|
+ height: 110px;
|
|
|
}
|
|
|
}
|
|
|
|