|
|
@@ -94,7 +94,7 @@ layui.config({
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
, { field: 'MsgType', 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: 'Summary', width: 200, title: '简介', sort: true }
|
|
|
// , { field: 'BgPic', width: 200, title: '背景图片', width: 60, templet: '#BgPicTpl', unresize: true }
|
|
|
@@ -107,7 +107,7 @@ layui.config({
|
|
|
// , { field: 'AlertFlagName', width: 200, title: '弹窗标识', sort: true }
|
|
|
, { field: 'IsWeekendName', 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' }
|
|
|
]]
|
|
|
, where: {
|