Browse Source

兼容谷歌17

lincl 1 năm trước cách đây
mục cha
commit
61e9414980

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

@ -278,8 +278,9 @@ new Vue({
		}
		}
	},
	},
	methods: {
	methods: {
		renderTableHeader:function(h, { column, $index }) {
			 return h("div", [
		renderTableHeader:function(h, item) {
			var $index = item.$index
			return h("div", [
					h("span", this.diseaseHeader[$index-1] + "  ", {
					h("span", this.diseaseHeader[$index-1] + "  ", {
					  align: "center",
					  align: "center",
					  marginTop: "10px"
					  marginTop: "10px"