@dongkboy 4 miesięcy temu
rodzic
commit
c56f5bca9e
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/views/partnerManagement/LevelRule.vue

+ 4 - 4
src/views/partnerManagement/LevelRule.vue

@@ -163,7 +163,7 @@
                   <div class="flex f-c row">
                     <div class="flex a-c mb-2" v-for="(item, index) in dataList[2].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[2].gradeName}下属成员出单保费`
                         : '自己的出单保费达' }}</span>
                       <el-input class="width" v-model="item.min" style="margin: 0 5px;" placeholder="请输入">
@@ -187,7 +187,7 @@
                   <div class="flex f-c row">
                     <div class="flex a-c mb-2" v-for="(item, index) in dataList[2].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[2].gradeName}下属成员出单保费`
                         : '自己的出单保费达' }}</span>
                       <el-input class="width" v-model="item.min" style="margin: 0 5px;" placeholder="请输入">
@@ -255,7 +255,7 @@
                   <div class="flex f-c row">
                     <div class="flex a-c mb-2" v-for="(item, index) in dataList[3].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[3].gradeName}下属成员出单保费`
                         : '自己的出单保费达' }}</span>
                       <el-input class="width" v-model="item.min" style="margin: 0 5px;" placeholder="请输入">
@@ -279,7 +279,7 @@
                   <div class="flex f-c row">
                     <div class="flex a-c mb-2" v-for="(item, index) in dataList[3].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[3].gradeName}下属成员出单保费`
                         : '自己的出单保费达' }}</span>
                       <el-input class="width" v-model="item.min" style="margin: 0 5px;" placeholder="请输入">