forked from kidgrow-microservices-platform

zhaoxiaohao
2020-04-27 b67a622b2becc49a2ae23fa905bc775411439bfa
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/company.html
@@ -26,7 +26,7 @@
</script>
<!-- 表格状态列 -->
<script type="text/html" id="company-tpl-state">
    <input type="checkbox" lay-filter="company-tpl-state" value="{{d.id}}" lay-skin="switch" lay-text="正常|以停用"
    <input type="checkbox" lay-filter="company-tpl-state" value="{{d.id}}" lay-skin="switch" lay-text="正常|已停用"
           {{d.enabled==true?'checked':''}}/>
</script>
<!-- 表单弹窗 -->