forked from kidgrow-microservices-platform

kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html
@@ -400,12 +400,20 @@
                    [{
                            field: 'hospitalName',
                            width: 180,
                            title: '医院名称'
                            title: '医院名称',
                            fixed: 'left'
                        },
                        {
                            field: 'departmentName',
                            width: 80,
                            title: '科室',
                            fixed: 'left'
                        },
                        {
                            field: 'doctorName',
                            width: 120,
                            title: '医生姓名'
                            title: '医生姓名',
                            fixed: 'left'
                        },
                        {
                            field: 'doctorRank',
@@ -541,7 +549,9 @@
                            data) {
                            layer.closeAll('loading');
                            if (data.code == 0) {
                                layer.alert("密码重置为:"+data.data, {icon: 1});
                                layer.alert("密码重置为:" + data.data, {
                                    icon: 1
                                });
                            } else {
                                layer.msg(data.msg, {
                                    icon: 2,