Browse Source

康复管理

zhangyanfang 6 years ago
parent
commit
c3e859cd7f
1 changed files with 3 additions and 5 deletions
  1. 3 5
      app/rehabilitation/js/health_control.js

+ 3 - 5
app/rehabilitation/js/health_control.js

@ -192,15 +192,13 @@ layui.use('element', function () {
                        vm.docInfo = JSON.parse(window.localStorage.getItem('wlyyAgent'))
                        vm.doctorType= vm.docInfo.doctorType
                        if(vm.doctorType==1){
                        if(vm.doctorType!==1){
                            $(".neironglef>button").attr('disabled',"true")
                            $(".neironglef>button").addClass("falsebutton")
                            $(".neironglef>button").css("color","white")
                            }else{
                                $(".stopBtn").attr('disabled',"true")
                                $(".stopBtn").addClass("falsebutton")
                            $(".stopBtn").attr('disabled',"true")
                            $(".stopBtn").addClass("falsebutton")
                            }
                        
                      
                    } else {