Browse Source

随访index 引入es6.js

chenyue 5 years ago
parent
commit
705e07640e
2 changed files with 2 additions and 1 deletions
  1. 1 0
      app/followup/index.html
  2. 1 1
      app/followup/v1/html/fangshi-detail-10.html

+ 1 - 0
app/followup/index.html

@ -10,6 +10,7 @@
<body>
    <script src="../../js/jquery-2.2.4.js" type="text/javascript" charset="utf-8"></script>
    <script src="../../js/es6-promise.js"></script>
    <script src="../../plugins/toastr/toastr.min.js"></script>
    <script src="../../js/util.js" type="text/javascript" charset="utf-8"></script>
    <script src="../../api/http-request.js" type="text/javascript" charset="utf-8"></script>

+ 1 - 1
app/followup/v1/html/fangshi-detail-10.html

@ -1117,7 +1117,7 @@
                this.getStatus()
            },
            computed:{
                percent(){
                percent: function (){
                    var vm = this
                    if(vm.parient.management.real_take_drug_times &&  vm.parient.management.plan_take_drug_times){
                        return  ((vm.parient.management.real_take_drug_times / vm.parient.management.plan_take_drug_times) * 100).toFixed(2)