|
@@ -96,16 +96,17 @@ layui.config({
|
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
, { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
|
|
|
, { field: 'StatusName', width: 200, title: '状态', sort: true }
|
|
, { field: 'StatusName', width: 200, title: '状态', sort: true }
|
|
|
, { field: 'Title', width: 200, title: '标题', sort: true }
|
|
, { field: 'Title', width: 200, title: '标题', sort: true }
|
|
|
- , { field: 'Summary', width: 200, title: '简介', sort: true }
|
|
|
|
|
|
|
+ // , { field: 'Summary', width: 200, title: '简介', sort: true }
|
|
|
// , { field: 'BgPic', width: 200, title: '背景图片', width: 60, templet: '#BgPicTpl', unresize: true }
|
|
// , { field: 'BgPic', width: 200, title: '背景图片', width: 60, templet: '#BgPicTpl', unresize: true }
|
|
|
// , { field: 'PushType', width: 200, title: '推送类型', sort: true }
|
|
// , { field: 'PushType', width: 200, title: '推送类型', sort: true }
|
|
|
// , { field: 'PushFlag', width: 200, title: '推送标记', sort: true }
|
|
// , { field: 'PushFlag', width: 200, title: '推送标记', sort: true }
|
|
|
// , { field: 'PushTime', width: 200, title: '推送时间', sort: true }
|
|
// , { field: 'PushTime', width: 200, title: '推送时间', sort: true }
|
|
|
// , { field: 'UrlParam', width: 200, title: '跳转Url参数', sort: true }
|
|
// , { field: 'UrlParam', width: 200, title: '跳转Url参数', sort: true }
|
|
|
- , { field: 'BtnText', width: 200, title: '按钮文字', sort: true }
|
|
|
|
|
|
|
+ // , { field: 'BtnText', width: 200, title: '按钮文字', sort: true }
|
|
|
, { field: 'TimeByDay', width: 200, title: '每日次数', sort: true }
|
|
, { field: 'TimeByDay', width: 200, title: '每日次数', sort: true }
|
|
|
// , { field: 'AlertFlagName', width: 200, title: '弹窗标识', sort: true }
|
|
// , { field: 'AlertFlagName', width: 200, title: '弹窗标识', sort: true }
|
|
|
, { field: 'IsWeekendName', width: 200, title: '是否周末', sort: true }
|
|
, { field: 'IsWeekendName', width: 200, title: '是否周末', sort: true }
|
|
|
|
|
+ , { field: 'AlertFlagName', width: 200, title: '指定推送', sort: true }
|
|
|
|
|
|
|
|
, { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
, { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
|
, { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
, { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|