|
@@ -74,7 +74,7 @@ export default {
|
|
|
prop: 'unitName'
|
|
|
},
|
|
|
{
|
|
|
- lable: '房屋号',
|
|
|
+ lable: '商铺号',
|
|
|
prop: 'roomNumber'
|
|
|
},
|
|
|
{
|
|
@@ -84,26 +84,26 @@ export default {
|
|
|
{
|
|
|
lable: '公摊面积',
|
|
|
prop: 'publicArea'
|
|
|
- },
|
|
|
- {
|
|
|
- lable: '装修性质',
|
|
|
- prop: 'decorateProperties',
|
|
|
- typeArray: [
|
|
|
- { type: 1, lable: '毛胚' },
|
|
|
- { type: 2, lable: '简单装修' },
|
|
|
- { type: 3, lable: '中等装修' },
|
|
|
- { type: 4, lable: '精装修' },
|
|
|
- { type: 5, lable: '豪华装修' }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- lable: '房屋编号',
|
|
|
- prop: 'assetNumber'
|
|
|
}
|
|
|
+ // {
|
|
|
+ // lable: '装修性质',
|
|
|
+ // prop: 'decorateProperties',
|
|
|
+ // typeArray: [
|
|
|
+ // { type: 1, lable: '毛胚' },
|
|
|
+ // { type: 2, lable: '简单装修' },
|
|
|
+ // { type: 3, lable: '中等装修' },
|
|
|
+ // { type: 4, lable: '精装修' },
|
|
|
+ // { type: 5, lable: '豪华装修' }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // lable: '房屋编号',
|
|
|
+ // prop: 'assetNumber'
|
|
|
+ // }
|
|
|
],
|
|
|
right: [
|
|
|
{
|
|
|
- lable: '楼宇名称',
|
|
|
+ lable: '楼栋名称',
|
|
|
prop: 'buildingName'
|
|
|
},
|
|
|
{
|
|
@@ -123,32 +123,32 @@ export default {
|
|
|
prop: 'useArea'
|
|
|
},
|
|
|
{
|
|
|
- lable: '房屋户型',
|
|
|
- prop: 'housingType',
|
|
|
- typeArray: [
|
|
|
- { type: 1, lable: '室' },
|
|
|
- { type: 2, lable: '厅' },
|
|
|
- { type: 3, lable: '卫' }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- lable: '房屋朝向',
|
|
|
- prop: 'orientationOfRoom',
|
|
|
- typeArray: [
|
|
|
- { type: 1, lable: '东' },
|
|
|
- { type: 2, lable: '南' },
|
|
|
- { type: 3, lable: '西' },
|
|
|
- { type: 4, lable: '北' },
|
|
|
- { type: 5, lable: '东南' },
|
|
|
- { type: 6, lable: '西南' },
|
|
|
- { type: 7, lable: '西北' },
|
|
|
- { type: 8, lable: '东北' }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- lable: '',
|
|
|
- prop: ''
|
|
|
+ lable: '商铺编号',
|
|
|
+ prop: 'assetNumber'
|
|
|
}
|
|
|
+ // {
|
|
|
+ // lable: '房屋户型',
|
|
|
+ // prop: 'housingType',
|
|
|
+ // typeArray: [
|
|
|
+ // { type: 1, lable: '室' },
|
|
|
+ // { type: 2, lable: '厅' },
|
|
|
+ // { type: 3, lable: '卫' }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // lable: '房屋朝向',
|
|
|
+ // prop: 'orientationOfRoom',
|
|
|
+ // typeArray: [
|
|
|
+ // { type: 1, lable: '东' },
|
|
|
+ // { type: 2, lable: '南' },
|
|
|
+ // { type: 3, lable: '西' },
|
|
|
+ // { type: 4, lable: '北' },
|
|
|
+ // { type: 5, lable: '东南' },
|
|
|
+ // { type: 6, lable: '西南' },
|
|
|
+ // { type: 7, lable: '西北' },
|
|
|
+ // { type: 8, lable: '东北' }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
]
|
|
|
},
|
|
|
householdTable: {
|