From 173014f6d0e8128b1f0f2c15d137e4be32ecdafb Mon Sep 17 00:00:00 2001 From: jianweie code Date: Tue, 22 Jul 2025 17:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E3=80=90=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E4=BF=AE=E5=A4=8D=E7=9F=AD=E4=BF=A1=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=97=A5=E5=BF=97=E5=88=97=E8=A1=A8=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=86=85=E5=AE=B9=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/views/shop/message/smslog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },