|
|
@@ -168,7 +168,8 @@ layui.config({
|
|
|
, { field: 'RecycEndDate', width: 200, title: '循环截止时间', sort: true }
|
|
|
, { field: 'UserInfo', width: 200, title: '大盟主券标记', sort: true }
|
|
|
, { field: 'OpCode', width: 200, title: '所属运营中心', sort: true }
|
|
|
- , { field: 'IsFirst', width: 200, title: '是否第一台机具', sort: true }
|
|
|
+ , { field: 'IsFirst', width: 200, title: '是否首台(服务费领取)', sort: true }
|
|
|
+ , { field: 'PosIsFirst', width: 200, title: '是否首台(机具奖励发放)', sort: true }
|
|
|
, { field: 'SeoKeyword', width: 200, title: '实际押金金额', sort: true }
|
|
|
, { field: 'PrizeParams', width: 200, title: '设置押金金额', sort: true }
|
|
|
, { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|