diff --git a/src/api/costOut/index.js b/src/api/costOut/index.js index 81ed38a..02309b0 100644 --- a/src/api/costOut/index.js +++ b/src/api/costOut/index.js @@ -133,6 +133,7 @@ const selectForBigEnginList=data=>{ method: 'post', data:data }).then(d=>{ + debugger let data=d.data; let names=[]; for(let k in data){ diff --git a/src/pages/engin/auditingPage.vue b/src/pages/engin/auditingPage.vue index 3a86444..2c2c402 100644 --- a/src/pages/engin/auditingPage.vue +++ b/src/pages/engin/auditingPage.vue @@ -144,7 +144,7 @@ {{ row.date1 | formatDate }} {{ (row.money * 1.0).toFixed(2) }} {{ (row.money2 * 1.0).toFixed(2) }} - {{ (row.money3 * 1.0).toFixed(2) }} + {{ (row.moneyTotal * 1.0).toFixed(2) }} @@ -165,7 +165,7 @@ {{ row.date1 | formatDate }} {{ (row.money * 1.0).toFixed(2) }} {{ (row.money2 * 1.0).toFixed(2) }} - + {{ (row.money3 * 1.0).toFixed(2) }} {{ (row.moneyTotal * 1.0).toFixed(2) }}