diff --git a/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue b/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue index bb9dcd53..cf83fd6a 100644 --- a/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue +++ b/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue @@ -141,17 +141,17 @@ @@ -178,7 +178,7 @@ - + @@ -188,11 +188,6 @@ {{ scope.row.采购合同名称 }} - - - - + @@ -364,7 +359,7 @@ export default { return prev } }, 0) - sums[index] += ' 元' + sums[index] = sums[index].toFixed(2) + ' 元' } else { sums[index] = 'N/A' }