forked from kidgrow-microservices-platform

zhaoxiaohao
2020-04-27 b5d80f607c87f04a70d09a16f456612dab69aff9
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>
<!-- 表单弹窗 -->