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