forked from kidgrow-microservices-platform

克 刘
2020-09-01 171f5567cecda191f6b32e6c303c2bea9cd266f0
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html
@@ -156,11 +156,12 @@
                        width: 80,
                        templet: '#hospital-tpl-state',
                        title: '状态',
                        align: 'center',
                        fixed: 'right'
                    },
                    {
                        field: 'hospitalId',
                        width: 250,
                        width: 225,
                        align: 'center',
                        toolbar: '#businessRecords-table-bar',
                        title: '操作',
@@ -250,6 +251,7 @@
                title: (strUtil.isEmpty(data)) ? '添加医院/科室' : '编辑医院/科室',
                path: 'pages/opration/hospital_form_base.html',
                area: '900px',
                    offset: '0px',
                finish: function () {
                    $('#hospita-btn-search').click();
                }