Commit 63d05768 by 无尘

fix: 修改字段

parent 11519e94
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-11-20 16:31:28
* @LastEditTime: 2020-11-20 16:53:37
-->
<template>
<div class="common-app-right">
......@@ -217,7 +217,7 @@ export default {
});
that.tableData = res.result || [];
}
that.clerkObj.storePerformance = Number(that.$route.query.perfromanceValue).toFixed(2);
that.clerkObj.storePerformance = Number(that.$route.query.performanceValue).toFixed(2);
let allSum = 0;
that.tableData.forEach(ele => {
allSum += Number(ele.performanceValue);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment