feat(performaceTotal): 奖金专区列改名,添加赠品专区字段
This commit is contained in:
		
							parent
							
								
									8f6231461f
								
							
						
					
					
						commit
						0295fbb6a4
					
				|  | @ -172,14 +172,14 @@ | |||
|               prop="upgradeAmount" | ||||
|               :formatter="stateFormat" | ||||
|               width="160" | ||||
|               :label="'甄选金额'" | ||||
|               :label="'复购金额'" | ||||
|             /> | ||||
|             <el-table-column | ||||
|               align="center" | ||||
|               prop="upgradePv" | ||||
|               :formatter="stateFormat" | ||||
|               width="160" | ||||
|               :label="'甄选业绩'" | ||||
|               :label="'复购业绩'" | ||||
|             /> | ||||
| 
 | ||||
|             <el-table-column | ||||
|  | @ -187,7 +187,7 @@ | |||
|               prop="repurchaseAmount" | ||||
|               :formatter="stateFormat" | ||||
|               width="160" | ||||
|               :label="'商城金额'" | ||||
|               :label="'甄选金额'" | ||||
|             /> | ||||
| 
 | ||||
|             <el-table-column | ||||
|  | @ -195,7 +195,7 @@ | |||
|               prop="repurchasePv" | ||||
|               :formatter="stateFormat" | ||||
|               width="160" | ||||
|               :label="'商城业绩'" | ||||
|               :label="'甄选业绩'" | ||||
|             /> | ||||
| 
 | ||||
|             <el-table-column | ||||
|  | @ -213,6 +213,21 @@ | |||
|               width="150" | ||||
|               :label="'五折业绩'" | ||||
|             /> | ||||
|             <el-table-column | ||||
|               align="center" | ||||
|               prop="giftPointAmount" | ||||
|               :formatter="stateFormat" | ||||
|               width="160" | ||||
|               :label="'赠品金额'" | ||||
|             /> | ||||
| 
 | ||||
|             <el-table-column | ||||
|               align="center" | ||||
|               prop="giftPointPv" | ||||
|               :formatter="stateFormat" | ||||
|               width="150" | ||||
|               :label="'赠品业绩'" | ||||
|             /> | ||||
| 
 | ||||
|             <el-table-column | ||||
|               align="center" | ||||
|  |  | |||
|  | @ -243,14 +243,14 @@ export default { | |||
|         }, | ||||
|         { | ||||
|           id: 5, | ||||
|           text: `${'商城专区'}`, | ||||
|           text: `${'甄选专区'}`, | ||||
|           checked: true, | ||||
|           prop: 'mainRepurAmount', | ||||
|           total: 'mainRepurAmount' | ||||
|         }, | ||||
|         { | ||||
|           id: 6, | ||||
|           text: `${'五折专区'}`, | ||||
|           text: '五折专区', | ||||
|           checked: true, | ||||
|           prop: 'retailConsumeAmount', | ||||
|           total: 'retailConsumeAmount' | ||||
|  | @ -262,20 +262,20 @@ export default { | |||
|           prop: 'totalAmount', | ||||
|           total: 'totalAmount' | ||||
|         }, | ||||
|         { | ||||
|           id: 8, | ||||
|           text: `${'直推收益'}`, | ||||
|           checked: true, | ||||
|           prop: 'introduceBonus', | ||||
|           total: 'introduceBonus' | ||||
|         }, | ||||
|         { | ||||
|           id: 9, | ||||
|           text: `${'直推收益拨比(%)'}`, | ||||
|           checked: true, | ||||
|           prop: 'introduceBonusRate', | ||||
|           total: 'introduceBonusRate' | ||||
|         }, | ||||
|         // { | ||||
|         //   id: 8, | ||||
|         //   text: `${'直推收益'}`, | ||||
|         //   checked: true, | ||||
|         //   prop: 'introduceBonus', | ||||
|         //   total: 'introduceBonus' | ||||
|         // }, | ||||
|         // { | ||||
|         //   id: 9, | ||||
|         //   text: `${'直推收益拨比(%)'}`, | ||||
|         //   checked: true, | ||||
|         //   prop: 'introduceBonusRate', | ||||
|         //   total: 'introduceBonusRate' | ||||
|         // }, | ||||
|         { | ||||
|           id: 10, | ||||
|           text: `${'阶段收益'}`, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue