|
@@ -106,13 +106,12 @@ export default {
|
|
{ label: '创建时间', prop: 'create_at' },
|
|
{ label: '创建时间', prop: 'create_at' },
|
|
{ label: '更新人', prop: 'update_by' },
|
|
{ label: '更新人', prop: 'update_by' },
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
- { label: '操作', width: 460, type: 'handle2', operations:
|
|
|
|
|
|
+ { label: '操作', width: 400, type: 'handle2', operations:
|
|
[
|
|
[
|
|
{ label: '编辑信息', func: this.openPopup, btnType: 'primary' },
|
|
{ label: '编辑信息', func: this.openPopup, btnType: 'primary' },
|
|
{ label: '编辑相册', func: this.openPhotoPopup, btnType: 'info' },
|
|
{ label: '编辑相册', func: this.openPhotoPopup, btnType: 'info' },
|
|
{ label: '楼盘动态', func: this.openNews, btnType: 'info' },
|
|
{ label: '楼盘动态', func: this.openNews, btnType: 'info' },
|
|
{ label: '模块主题', func: this.openTHEPopup, btnType: 'info' },
|
|
{ label: '模块主题', func: this.openTHEPopup, btnType: 'info' },
|
|
- { label: '楼盘评论', func: this.openTHEPopup, btnType: 'info' },
|
|
|
|
{ label: '删除', func: this.delHandle, btnType: 'danger' },
|
|
{ label: '删除', func: this.delHandle, btnType: 'danger' },
|
|
]
|
|
]
|
|
}
|
|
}
|