|
@@ -627,7 +627,7 @@ export default {
|
|
|
if (!!item.children & (item.type !== 'unit')) {
|
|
|
this.dimension(item.children);
|
|
|
} else {
|
|
|
- item.name = this.CheckChinese(item.name, type == 'unit' ? '单元' : '楼栋');
|
|
|
+ item.name = this.CheckChinese(item.name, item.type == 'unit' ? '' : '楼栋');
|
|
|
}
|
|
|
});
|
|
|
},
|