代码调试

This commit is contained in:
BianLzhaoMin 2025-02-19 13:00:58 +08:00
parent 8f0a0dccee
commit d7e9330f8e
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
// 根据 isUse 字段的值决定开关的状态 // 根据 isUse 字段的值决定开关的状态
return '<input type="checkbox" lay-filter="switchTest" lay-skin="switch" lay-text="启用|禁用" ' + return '<input type="checkbox" lay-filter="switchTest" lay-skin="switch" lay-text="启用|禁用" ' +
(d.isEnable == '0' ? 'checked' : '') + (d.isEnable == '0' ? 'checked' : '') +
' data-configId="' + d.configId + '">'; ' data-configId="' + d.id + '">';
} }
}, },
{ {