|
@@ -71,6 +71,7 @@ export default {
|
|
|
this.listConfig = {
|
|
|
rows: [
|
|
|
{ label: '意向楼盘', prop: 'estate_name' },
|
|
|
+ { label: '提交时间', prop: 'create_at' },
|
|
|
{ label: '微信昵称(手机)', prop: 'wxName', fullShow: true },
|
|
|
{ label: '微信头像', prop: 'wxImg', type: 'img' },
|
|
|
{ label: '用户名称', prop: 'name' },
|
|
@@ -88,7 +89,6 @@ export default {
|
|
|
{ label: '交房时间', prop: 'jfsj' },
|
|
|
{ label: '周边配套', prop: 'zbpt' },
|
|
|
{ label: '备注', prop: 'remark' },
|
|
|
- { label: '提交时间', prop: 'create_at' },
|
|
|
{ label: '操作', width: 60, type: 'handle2', operations:
|
|
|
[
|
|
|
{ label: '删除', func: this.delHandle, btnType: 'danger' },
|