|
@@ -55,39 +55,51 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|
|
|
- this.listConfig = {
|
|
|
- rows: [
|
|
|
- { label: '抖音名', prop: 'info1' },
|
|
|
- { label: '抖音账号', prop: 'info2' },
|
|
|
- { label: '姓名', prop: 'info3' },
|
|
|
- { label: '电话', prop: 'info4' },
|
|
|
- { label: '微信号', prop: 'info5' },
|
|
|
- { label: '粉丝数量', prop: 'info6' },
|
|
|
- { label: '获赞数量', prop: 'info7' },
|
|
|
- // { label: '更新人', prop: 'update_by' },
|
|
|
- { label: '更新时间', prop: 'update_at' },
|
|
|
- // { label: '状态', prop: 'status', type: 'tag', tags: arrToObj(this.$dictData.dictStatus), tagTypeObj: {'1': 'success', '2': 'danger'} },
|
|
|
- // { label: '操作', width: 200, type: 'handle2',
|
|
|
- // operations: [
|
|
|
- // // { labelFor: 'status', disabled: true, func: this.statusHandle, hide: 'nosys',
|
|
|
- // // labelConfig: {
|
|
|
- // // texts: {
|
|
|
- // // 1: '停用',
|
|
|
- // // 2: '启用'
|
|
|
- // // },
|
|
|
- // // btnTypes: {
|
|
|
- // // 1: 'danger',
|
|
|
- // // 2: 'success'
|
|
|
- // // }
|
|
|
- // // }
|
|
|
- // // },
|
|
|
- // { label: '编辑', func: this.openPopup, btnType: 'primary' },
|
|
|
- // { label: '删除', func: this.delHandle, btnType: 'danger', hide: 'nosys' },
|
|
|
- // ]
|
|
|
- // }
|
|
|
- ]
|
|
|
- }
|
|
|
const query = this.$route.query
|
|
|
+ if (query.t == 2) {
|
|
|
+ this.listConfig = {
|
|
|
+ rows: [
|
|
|
+ { label: '公司/门店', prop: 'info1' },
|
|
|
+ { label: '名字', prop: 'info2' },
|
|
|
+ { label: '电话', prop: 'info3' },
|
|
|
+ { label: '参加人数', prop: 'info4' },
|
|
|
+ { label: '办公区域', prop: 'info5' },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ this.listConfig = {
|
|
|
+ rows: [
|
|
|
+ { label: '抖音名', prop: 'info1' },
|
|
|
+ { label: '抖音账号', prop: 'info2' },
|
|
|
+ { label: '姓名', prop: 'info3' },
|
|
|
+ { label: '电话', prop: 'info4' },
|
|
|
+ { label: '微信号', prop: 'info5' },
|
|
|
+ { label: '粉丝数量', prop: 'info6' },
|
|
|
+ { label: '获赞数量', prop: 'info7' },
|
|
|
+ // { label: '更新人', prop: 'update_by' },
|
|
|
+ { label: '更新时间', prop: 'update_at' },
|
|
|
+ // { label: '状态', prop: 'status', type: 'tag', tags: arrToObj(this.$dictData.dictStatus), tagTypeObj: {'1': 'success', '2': 'danger'} },
|
|
|
+ // { label: '操作', width: 200, type: 'handle2',
|
|
|
+ // operations: [
|
|
|
+ // // { labelFor: 'status', disabled: true, func: this.statusHandle, hide: 'nosys',
|
|
|
+ // // labelConfig: {
|
|
|
+ // // texts: {
|
|
|
+ // // 1: '停用',
|
|
|
+ // // 2: '启用'
|
|
|
+ // // },
|
|
|
+ // // btnTypes: {
|
|
|
+ // // 1: 'danger',
|
|
|
+ // // 2: 'success'
|
|
|
+ // // }
|
|
|
+ // // }
|
|
|
+ // // },
|
|
|
+ // { label: '编辑', func: this.openPopup, btnType: 'primary' },
|
|
|
+ // { label: '删除', func: this.delHandle, btnType: 'danger', hide: 'nosys' },
|
|
|
+ // ]
|
|
|
+ // }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
if (query.id) {
|
|
|
this.searchForm = {
|
|
|
activity_id: query.id
|