liangweifeng 6 年之前
父節點
當前提交
f9544b983e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      page/bigDataOut/js/handleChangeViewB.js

+ 2 - 2
page/bigDataOut/js/handleChangeViewB.js

@ -195,9 +195,9 @@ Vue.component('comB', {
        getFeiYongStr: function (obj) {
            debugger
            if (this.eventType == "0") {
                this.feiyong = '门急诊费用>=' + (obj *5).toFixed(2)+' ('+ (obj *5).toFixed(2)+'='+ obj.toFixed(2) +'(上月门急诊次均费用)*5)'
                this.feiyong = '门急诊费用>=' + obj .toFixed(2)+' ('+ obj.toFixed(2)+'='+ (obj/5).toFixed(2) +'(上月门急诊次均费用)*5)'
            } else {
                this.feiyong = '住院费用>='  + (obj *5).toFixed(2)+' ('+ (obj *5).toFixed(2)+'='+ obj.toFixed(2) +'(上月住院次均费用)*5)'
                this.feiyong = '住院费用>='  + obj .toFixed(2)+' ('+ obj.toFixed(2)+'='+ (obj/5).toFixed(2) +'(上月住院次均费用)*5)'
            }