|
@@ -131,6 +131,7 @@ export default {
|
|
this.listConfig = {
|
|
this.listConfig = {
|
|
rows: [
|
|
rows: [
|
|
{ label: '排序', prop: 'sort', type: 'input', width: 80},
|
|
{ label: '排序', prop: 'sort', type: 'input', width: 80},
|
|
|
|
+ { label: 'id', prop: 'id'},
|
|
{ label: '楼盘名称', prop: 'estate_name', minWidth: 150, align: 'left' },
|
|
{ label: '楼盘名称', prop: 'estate_name', minWidth: 150, align: 'left' },
|
|
{ label: '图片', prop: 'pri_image', type: 'img' },
|
|
{ label: '图片', prop: 'pri_image', type: 'img' },
|
|
{ label: '所属区域', prop: 'area_type', type: 'flag', flags: arrToObj(this.$dictData.area_type) },
|
|
{ label: '所属区域', prop: 'area_type', type: 'flag', flags: arrToObj(this.$dictData.area_type) },
|