Commit d891b838 authored by 罗超's avatar 罗超

新增导出项

parent d8ffd6de
...@@ -74,6 +74,8 @@ export default { ...@@ -74,6 +74,8 @@ export default {
'额外奖励':x.otherMoney.toFixed(2), '额外奖励':x.otherMoney.toFixed(2),
'额外扣除':x.backMoney.toFixed(2), '额外扣除':x.backMoney.toFixed(2),
'应发提成':x.sumMoney.toFixed(2), '应发提成':x.sumMoney.toFixed(2),
'收客数':x.peopleCount,
'单签证人数':x.visaPeopleCount,
'所属期数':x.periods '所属期数':x.periods
} }
data.push(obj) data.push(obj)
......
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