记录发奖信息列表修改
This commit is contained in:
parent
228acefd80
commit
c424bca51a
|
|
@ -222,30 +222,30 @@
|
||||||
return $.table.selectDictLabel(prizetypes, value);
|
return $.table.selectDictLabel(prizetypes, value);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
field: 'merchantcode',
|
// field: 'merchantcode',
|
||||||
title: '商户号'
|
// title: '商户号'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
field: 'merchantsyscode',
|
// field: 'merchantsyscode',
|
||||||
title: '商户系统号'
|
// title: '商户系统号'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
field: 'channel',
|
// field: 'channel',
|
||||||
title: '渠道'
|
// title: '渠道'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
field: 'businessarea',
|
// field: 'businessarea',
|
||||||
title: '业务领域'
|
// title: '业务领域'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
field: 'city',
|
field: 'city',
|
||||||
title: '城市'
|
title: '城市'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
field: 'extid',
|
// field: 'extid',
|
||||||
title: '扩展'
|
// title: '扩展'
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// title: '操作',
|
// title: '操作',
|
||||||
// align: 'center',
|
// align: 'center',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue