|
@@ -4,16 +4,16 @@ $(function () {
|
|
datatype: "json",
|
|
datatype: "json",
|
|
colModel: [
|
|
colModel: [
|
|
{label: 'id', name: 'id', index: 'id', key: true, hidden: true},
|
|
{label: 'id', name: 'id', index: 'id', key: true, hidden: true},
|
|
- {label: '活动主题', name: 'title', index: 'title', align: 'center',width: 80},
|
|
|
|
- {label: '活动内容', name: 'content', index: 'content',align: 'center', width: 80},
|
|
|
|
|
|
+ {label: '活动主题', name: 'title', index: 'title', align: 'center',width: 200},
|
|
|
|
+ {label: '活动内容', name: 'content', index: 'content',align: 'center', width: 200},
|
|
// {label: '活动图片', name: 'itemPicUrl', index: 'item_pic_url', width: 80},
|
|
// {label: '活动图片', name: 'itemPicUrl', index: 'item_pic_url', width: 80},
|
|
- {label: '子标题', name: 'subtitle', index: 'subtitle', align: 'center',width: 80},
|
|
|
|
- {label: '活动类别名称', name: 'promTypeName', index: 'prom_type_id',align: 'center', width: 80},
|
|
|
|
|
|
+ {label: '子标题', name: 'subtitle', index: 'subtitle', align: 'center',width: 200},
|
|
|
|
+ {label: '活动类别名称', name: 'promTypeName', index: 'prom_type_id',align: 'center', width: 200},
|
|
// {label: '活动价格', name: 'priceInfo', index: 'price_info', width: 80},
|
|
// {label: '活动价格', name: 'priceInfo', index: 'price_info', width: 80},
|
|
// {label: '场景图片链接', name: 'scenePicUrl', index: 'scene_pic_url', width: 80},
|
|
// {label: '场景图片链接', name: 'scenePicUrl', index: 'scene_pic_url', width: 80},
|
|
- {label: '门店名称', name: 'storeName', index: 'store_id', align: 'center',width: 80},
|
|
|
|
- {label: '第三方商户名称', name: 'thirdPartyMerchName', index: 'third_merch_sn',align: 'center', width: 80},
|
|
|
|
- {label: '是否有效', name: 'isValid', index: 'is_valid', width: 50, align: 'center',
|
|
|
|
|
|
+ {label: '门店名称', name: 'storeName', index: 'store_id', align: 'center',width: 200},
|
|
|
|
+ {label: '第三方商户名称', name: 'thirdPartyMerchName', index: 'third_merch_sn',align: 'center', width: 200},
|
|
|
|
+ {label: '是否有效', name: 'isValid', index: 'is_valid', width: 80, align: 'center',
|
|
formatter: function (value) {
|
|
formatter: function (value) {
|
|
if (value == '0') {
|
|
if (value == '0') {
|
|
return '有效';
|
|
return '有效';
|
|
@@ -23,7 +23,7 @@ $(function () {
|
|
return '-';
|
|
return '-';
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {label: '备注', name: 'note', index: 'note', width: 80},
|
|
|
|
|
|
+ {label: '备注', name: 'note', index: 'note', width: 200},
|
|
],
|
|
],
|
|
viewrecords: true,
|
|
viewrecords: true,
|
|
height: 550,
|
|
height: 550,
|