|
|
@@ -338,8 +338,12 @@
|
|
|
created() {
|
|
|
const tenantType = localStorage.getItem("tenantType");
|
|
|
if (tenantType == 0){
|
|
|
+ //社区
|
|
|
+ this.option.column[1].label="所属社区";
|
|
|
// this.option.column.splice(2,0,this.residentialColumn)
|
|
|
}else if (tenantType == 1){
|
|
|
+ //园区
|
|
|
+ this.option.column[1].label = "所属区域";
|
|
|
this.option.column.splice(2,0,this.enterpriseColumn)
|
|
|
}
|
|
|
},
|