|
@@ -219,7 +219,7 @@ export default {
|
|
|
};
|
|
|
this.tableData=res.data.data;
|
|
|
for(let i in this.tableData[0]){
|
|
|
- if(i.charAt(0) == 'W'){
|
|
|
+ if(i!== 'state'&&i!=='region'&&i!=='unit'&&i!=='number'&&i!=='layer'&&i!=='house'){
|
|
|
obj.title = i;
|
|
|
obj.key = i;
|
|
|
this.add_tableColumns.push(JSON.parse(JSON.stringify(obj)))
|