|
@ -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"
|