代码调试
This commit is contained in:
parent
8f0a0dccee
commit
d7e9330f8e
|
|
@ -117,7 +117,7 @@
|
|||
// 根据 isUse 字段的值决定开关的状态
|
||||
return '<input type="checkbox" lay-filter="switchTest" lay-skin="switch" lay-text="启用|禁用" ' +
|
||||
(d.isEnable == '0' ? 'checked' : '') +
|
||||
' data-configId="' + d.configId + '">';
|
||||
' data-configId="' + d.id + '">';
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue