|
@@ -9,7 +9,7 @@ $(function () {
|
|
{label: '活动价格', name: 'topicPrice', index: 'topic_price',align: 'center', width: 80},
|
|
{label: '活动价格', name: 'topicPrice', index: 'topic_price',align: 'center', width: 80},
|
|
{label: '活动名称', name: 'topicName', index: 'topic_name' ,align: 'center',width: 80},
|
|
{label: '活动名称', name: 'topicName', index: 'topic_name' ,align: 'center',width: 80},
|
|
{label: '活动内容', name: 'topicContent', index: 'topic_content', align: 'center',width: 80},
|
|
{label: '活动内容', name: 'topicContent', index: 'topic_content', align: 'center',width: 80},
|
|
- {label: '活动产品', name: 'topicGoodsId', index: 'topic_goods_id', align: 'center',width: 80},
|
|
|
|
|
|
+ {label: '活动产品', name: 'goodsName', index: 'goodsName', align: 'center',width: 80},
|
|
{label: '活动开始时间', name: 'topicBeginTime', index: 'topic_begin_time', width: 80,align: 'center',
|
|
{label: '活动开始时间', name: 'topicBeginTime', index: 'topic_begin_time', width: 80,align: 'center',
|
|
formatter: function (value) {
|
|
formatter: function (value) {
|
|
return transDate(value, 'yyyy-MM-dd hh:mm:ss');
|
|
return transDate(value, 'yyyy-MM-dd hh:mm:ss');
|