Prechádzať zdrojové kódy

疾病分析名称修改

chenyue 5 rokov pred
rodič
commit
1eb053bfd1

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

@ -64,7 +64,7 @@ new Vue({
		},
		 {
			photo: '../../../images/shaichafenxin_icon.png',
			label: '疾病筛查',
			label: '筛查分析',
			url: 'jbsc-analysis.html',
			allowArea:"",
		},

+ 2 - 1
app/statistics/js/smfw-comprehensive-analysis.js

@ -167,7 +167,7 @@ new Vue({
			var vm=this
			vm.$refs.tableRef1.initTable({
				//表格表头
				headers:[{thead:"疾病分析",param:"name",canclick:true},{thead:"工单量(个)",param:"orderCount"}],
				headers:[{thead:"疾病名称",param:"name",canclick:true},{thead:"工单量(个)",param:"orderCount"}],
			})
			vm.$refs.tableRef2.initTable({
				//表格表头
@ -300,6 +300,7 @@ function loadData(loadArr, vm) {
			if (res4 && res4.status == 200) {
				vm.topData=res4.data
				vm.topData.evaluateSplit=vm.topData.evaluateSplit.toFixed(2)
				var voucherList=_.map(vm.topData.voucherList,function(item,index){
					return {
						code:item.slaveKey1,

+ 4 - 1
component/statistics/table-panel.js

@ -76,7 +76,10 @@
	        		//触发组件监听事件,去父页面请求新的数据
	                this.$emit("getnewdata", {
		                lowLevel: vm.tabList[index].lowlevel
	                });
	                });				
	        		if(!vm.hastopbar){
	        			vm.headers[0].thead=vm.tabList[vm.tabActive].name
	        		}
            	}
        	},
            getLowLevelData: function(row,th){