forked from kidgrow-microservices-platform

luliqiang
2020-12-28 f41b3b53dad6a8468fc1ae9babb85a0270124d01
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html
@@ -410,7 +410,7 @@
                        },
                        {
                            field: 'doctorName',
                            width: "150",
                            width: "100",
                            title: '医生姓名',
                            fixed: 'left'
                        },
@@ -431,7 +431,7 @@
                        },
                        {
                            field: 'isAnswer',
                            width: "100",
                            width: "75",
                            title: '医答',
                            templet: function (d) {
                                return d.isAnswer ? "是" : "否"
@@ -439,10 +439,18 @@
                        },
                        {
                            field: 'isSigning',
                            width: "100",
                            width: "75",
                            title: '签约',
                            templet: function (d) {
                                return d.isSigning ? "是" : "否"
                            }
                        },
                        {
                            field: 'isAdminUser',
                            width: "100",
                            title: '是否管理员',
                            templet: function (d) {
                                return d.isAdminUser ? "管理员" : "普通医生"
                            }
                        },
                        {
@@ -592,7 +600,10 @@
                        hospitalName: hospitalName,
                        doctorTel: doctorTel,
                        doctorName: doctorName
                    }
                    },
                    page: {
                        curr: 1
                    }
                });
            });