|
@@ -70,6 +70,7 @@ export default {
|
|
|
{ label: '楼盘名称', prop: 'estate_name' },
|
|
|
{ label: '活动内容', prop: 'remark' },
|
|
|
{ label: '分类', prop: 'activity_type', type: 'flag', flags: arrToObj(this.$dictData.activity_type ) },
|
|
|
+ { label: '图片', prop: 'image', type: 'img' },
|
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
|
{ label: '操作', width: 200, type: 'handle2', operations:
|
|
|
[
|