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