|
@@ -44,6 +44,7 @@
|
|
|
>
|
|
|
<el-option label="在读" value="NORMAL"></el-option>
|
|
|
<el-option label="沉睡" value="SLEEPY"></el-option>
|
|
|
+ <el-option label="流失" value="LOST"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="feedbackType">
|
|
@@ -285,6 +286,7 @@
|
|
|
<div>
|
|
|
<p v-if="(scope.row.noScheduleNum || scope.row.subCourseNum)&&(scope.row.latelyYearCourseConsumer || !scope.row.overCourseNum)">在读</p>
|
|
|
<p v-if="(scope.row.overCourseNum && scope.row.subCourseNum&&!scope.row.latelyYearCourseConsumer)">沉睡</p>
|
|
|
+ <p v-if="(!latelyYearCourseConsumer && scope.row.overCourseNum&&!scope.row.noScheduleNum&&!subCourseNum)">流失</p>
|
|
|
</div>
|
|
|
|
|
|
</template>
|