forked from kidgrow-microservices-platform

侯瑞军
2020-04-27 c7e104a1444dcb0c685b87811f7afb7af5eaf43e
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>
<!-- 表单弹窗 -->