diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/shop/message/smslog/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/shop/message/smslog/index.html index 3e6a3d58..522f353d 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/shop/message/smslog/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/shop/message/smslog/index.html @@ -137,7 +137,7 @@ { field: 'id', title: '序列', sort: false, width: 60 }, { field: 'mobile', title: '手机号码', sort: false, width: 105 }, { field: 'code', title: '发送编码', sort: false, width: 150 }, - { field: 'params', title: '参数', sort: false, width: 105 }, + { field: 'parameters', title: '参数', sort: false}, { field: 'contentBody', title: '内容', sort: false }, { field: 'ip', title: 'ip', sort: false, width: 105 }, { field: 'isUsed', title: '是否使用', width: 105, templet: '#switch_isUsed', sort: false, unresize: true },