3 Коміти 869c30ba1b ... 07e69dbc23

Автор SHA1 Опис Дата
  lincl 07e69dbc23 兼容内网导出 1 рік тому
  lincl 357b72e098 Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application 1 рік тому
  lincl 57ff35e367 取消高级语法 1 рік тому

+ 2 - 2
app/statistics/js/comprehensive-query.js

@ -507,7 +507,7 @@ new Vue({
					)
				  ])
		},
		renderHeadeRexpert(h, item) {
		renderHeadeRexpert: function(h, item) {
			var index = item.$index
		  return [
			index=='3'?'邀请次数':index=='4'?'进行中':index=='5'?'已回复':'未回复',
@ -516,7 +516,7 @@ new Vue({
			  {
				props: {
				  content: (function() {
					return index=='3'?`发起邀请总次数`:index==''?`其中咨询未完成,包含待回复和进行中`:index=='5'?`其中医生已回复且咨询已结束的`:`其中咨询已结束医生未回复的`
					return index=='3'?'发起邀请总次数':index==''?'其中咨询未完成,包含待回复和进行中':index=='5'?'其中医生已回复且咨询已结束的':'其中咨询已结束医生未回复的'
				  })(),
				  placement: 'top'
				}

+ 1 - 1
app/statistics/js/mzfV1rzReport.js

@ -398,7 +398,7 @@ Vue.component('mzf-v1rzreport', {
			}
			var jsonStr = JSON.stringify(data)
			statisticAPI.exportHospitalEntryCount({
				jsonStr
				jsonStr: encodeURIComponent(jsonStr)
			},'v1\入组情况报表.xls').then(function(res){
				vm.loadingTwo = false
			})

+ 1 - 1
app/statistics/js/mzfWorksheet.js

@ -48,7 +48,7 @@ Vue.component('mzf-worksheet', {
			datatotal:0, //总数
			loadingTwo:false,
			setDisabled:{
				disabledDate(time) {
				disabledDate: function(time) {
					return time.getTime() < new Date('2023','05','26') || time.getTime() > Date.now();
				}
			},