|
@@ -139,6 +139,7 @@
|
|
|
prop: "residentialName",
|
|
prop: "residentialName",
|
|
|
editDisplay: false,
|
|
editDisplay: false,
|
|
|
addDisplay: false,
|
|
addDisplay: false,
|
|
|
|
|
+ viewDisplay: false,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: "所属小区",
|
|
label: "所属小区",
|
|
@@ -147,7 +148,7 @@
|
|
|
search: true,
|
|
search: true,
|
|
|
searchFilterable: true,
|
|
searchFilterable: true,
|
|
|
remote: true,
|
|
remote: true,
|
|
|
- cascaderItem: ['parkinglotId'],
|
|
|
|
|
|
|
+ cascaderItem: ['parkingLotId'],
|
|
|
// dicUrl: "/api/cyzh-community/residential/list?agencyId={{key}}",
|
|
// dicUrl: "/api/cyzh-community/residential/list?agencyId={{key}}",
|
|
|
dicUrl: "/api/cyzh-community/residential/select?size=500&name={{key}}",
|
|
dicUrl: "/api/cyzh-community/residential/select?size=500&name={{key}}",
|
|
|
// dicFormatter:(res)=>{
|
|
// dicFormatter:(res)=>{
|
|
@@ -164,7 +165,7 @@
|
|
|
trigger: "blur"
|
|
trigger: "blur"
|
|
|
}],
|
|
}],
|
|
|
hide: true,
|
|
hide: true,
|
|
|
- viewDisplay: false
|
|
|
|
|
|
|
+ // viewDisplay: false
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
// label: "机构路径",
|
|
// label: "机构路径",
|
|
@@ -177,12 +178,11 @@
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
label: "所属车场",
|
|
label: "所属车场",
|
|
|
- prop: "parkinglotId",
|
|
|
|
|
|
|
+ prop: "parkingLotId",
|
|
|
type: "select",
|
|
type: "select",
|
|
|
search: true,
|
|
search: true,
|
|
|
// dicFlag: false,
|
|
// dicFlag: false,
|
|
|
// remote: true,
|
|
// remote: true,
|
|
|
- hide:true,
|
|
|
|
|
dicUrl: "/api/cyzh-estate/parkinglot/list?size=100&residentialId={{key}}",
|
|
dicUrl: "/api/cyzh-estate/parkinglot/list?size=100&residentialId={{key}}",
|
|
|
props: {
|
|
props: {
|
|
|
label: 'parkName',
|
|
label: 'parkName',
|