瀏覽代碼

兼容谷歌17

lincl 1 年之前
父節點
當前提交
61e9414980
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      app/statistics/js/comprehensive-query.js

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

@ -278,8 +278,9 @@ new Vue({
		}
	},
	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] + "  ", {
					  align: "center",
					  marginTop: "10px"