记录发奖信息列表修改

This commit is contained in:
dy 2021-03-29 09:40:32 +08:00
parent 228acefd80
commit c424bca51a
1 changed files with 20 additions and 20 deletions

View File

@ -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',