fix bug
This commit is contained in:
@ -72,7 +72,7 @@ export class ParterRebateManageMentSettingComponent implements OnInit {
|
||||
title: '时间月份',
|
||||
format: 'month',
|
||||
},
|
||||
phone: {
|
||||
partnerId: {
|
||||
type: 'string',
|
||||
title: '合伙人名称'
|
||||
},
|
||||
@ -94,31 +94,31 @@ export class ParterRebateManageMentSettingComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
title: '配置类型',
|
||||
index: 'name1'
|
||||
index: 'configType'
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
index: 'name1'
|
||||
index: 'remark'
|
||||
},
|
||||
{
|
||||
title: '关联合伙人范围',
|
||||
index: 'name1'
|
||||
index: 'partnerType'
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
index: 'name1'
|
||||
index: 'enableTime'
|
||||
},
|
||||
{
|
||||
title: '启用时间',
|
||||
index: 'name1'
|
||||
index: 'enableTime'
|
||||
},
|
||||
{
|
||||
title: '优先级',
|
||||
index: 'name44'
|
||||
index: 'priority'
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
index: 'name44'
|
||||
index: 'stateLocked'
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user