|
|
@@ -347,7 +347,7 @@
|
|
|
<div class="flex f-c row">
|
|
|
<div class="flex a-c mb-2" v-for="(item, index) in dataList[4].requirement" :key="index">
|
|
|
<el-checkbox v-model="item.checked"></el-checkbox>
|
|
|
- <span style="margin: 0 10px;">{{ index === 0 ? '邀请合伙人达' : index === 1 ?
|
|
|
+ <span style="margin: 0 10px;">{{ index === 0 ? '邀请团队长达' : index === 1 ?
|
|
|
`${dataList[4].gradeName}下属成员出单保费`
|
|
|
: '自己的出单保费达' }}</span>
|
|
|
<el-input class="width" v-model="item.min" style="margin: 0 5px;" placeholder="请输入">
|
|
|
@@ -371,7 +371,7 @@
|
|
|
<div class="flex f-c row">
|
|
|
<div class="flex a-c mb-2" v-for="(item, index) in dataList[4].strategyArray" :key="index">
|
|
|
<el-checkbox v-model="item.checked"></el-checkbox>
|
|
|
- <span style="margin: 0 10px;">{{ index === 0 ? '邀请合伙人达' : index === 1 ?
|
|
|
+ <span style="margin: 0 10px;">{{ index === 0 ? '邀请团队长达' : index === 1 ?
|
|
|
`${dataList[4].gradeName}下属成员出单保费`
|
|
|
: '自己的出单保费达' }}</span>
|
|
|
<el-input class="width" v-model="item.min" style="margin: 0 5px;" placeholder="请输入">
|