kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctorTemplete.html
@@ -118,7 +118,7 @@ { field: 'templeteTitle', width: 180, sort: true, title: '标题' }, { field: 'publicType', width: 200, sort: true, title: '开放类型', templet: function (d) { return d.publicType ==true ? "公开" : "私有" return d.publicType ==true ? "私有" : "公开" } }, {