提交 21d08993 作者: 毛细亚

更新任务详情及过滤条件

上级 8fa1cd1f
...@@ -528,7 +528,7 @@ export default { ...@@ -528,7 +528,7 @@ export default {
if (item.game_type === 3 && item.children && item.children.length > 0) { if (item.game_type === 3 && item.children && item.children.length > 0) {
// 过滤掉 game_name 为"破日开天"的数据 // 过滤掉 game_name 为"破日开天"的数据
const filteredChildren = item.children.filter(child => { const filteredChildren = item.children.filter(child => {
return child.game_name !== '破日开天' && child.game_name !== '英雄霸业' return child.game_name !== '破日开天' && child.game_name !== '英雄霸业'&& child.game_name !== '独步光龙' && child.game_name !== '神权之战'
}) })
this.$set(this.conversionGameList[index], 'children', filteredChildren) this.$set(this.conversionGameList[index], 'children', filteredChildren)
} }
......
...@@ -376,7 +376,8 @@ ...@@ -376,7 +376,8 @@
{ label: '目标完成状态', value: 'target' }, { label: '目标完成状态', value: 'target' },
{ label: '马甲包', value: 'game_name' }, { label: '马甲包', value: 'game_name' },
{ label: '完成事件', value: 'finished_event' }, { label: '完成事件', value: 'finished_event' },
{ label: '目标客服号', value: 'target_service_name' } { label: '目标客服号', value: 'target_service_name' },
{ label: '实名累充金额', value: 'recharge_total', type: 'money' },
], ],
} }
}, },
...@@ -480,7 +481,7 @@ ...@@ -480,7 +481,7 @@
id: this.taskDetails.id id: this.taskDetails.id
} }
taskDetails(data).then((res) => { taskDetails(data).then((res) => {
this.assionInfo = { ...res.data, ...this.assionInfo } res.data && res.data.id ? this.assionInfo = { ...this.assionInfo, ...res.data } : ''
this.memberBindExternalUser() this.memberBindExternalUser()
if (this.assionInfo && this.assionInfo.username && this.assionInfo.username.indexOf('\n') !== -1) { if (this.assionInfo && this.assionInfo.username && this.assionInfo.username.indexOf('\n') !== -1) {
this.assionInfo.username = this.assionInfo.username.split('\n') this.assionInfo.username = this.assionInfo.username.split('\n')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论