|
|
@@ -84,7 +84,11 @@
|
|
|
:key="dict.dictValue"
|
|
|
:label="dict.dictLabel"
|
|
|
:value="dict.dictValue"
|
|
|
- />
|
|
|
+ >
|
|
|
+ <span style="float: left">{{ dict.dictLabel }}</span>
|
|
|
+ <span style="float: right; color: #8492a6; font-size: 13px">ID: {{ dict.dictValue }}</span>
|
|
|
+ <span v-if="dict.isDel === 1" style="float: right; color: #f56c6c; font-size: 13px; margin-right: 10px">已删除</span>
|
|
|
+ </el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item v-if="companyName === undefined || companyName === 1" label="所属销售" prop="companyUserId">
|
|
|
@@ -691,7 +695,7 @@ import {
|
|
|
updateCourseWatchLog
|
|
|
} from "@/api/course/courseWatchLog";
|
|
|
import {listPeriodLabel} from "@/api/course/userCoursePeriod";
|
|
|
-import {courseList, listCourseRedPacketLog, videoList} from '@/api/course/courseRedPacketLog'
|
|
|
+import {courseList, listCourseRedPacketLog, videoListByWatch} from '@/api/course/courseRedPacketLog'
|
|
|
import {listLogs} from "@/api/course/courseAnswerlogs";
|
|
|
import {allListTagGroup} from "../../../api/qw/tagGroup";
|
|
|
import {searchTags} from "../../../api/qw/tag";
|
|
|
@@ -1149,7 +1153,7 @@ export default {
|
|
|
this.videoList=[];
|
|
|
return
|
|
|
}
|
|
|
- videoList(row).then(response => {
|
|
|
+ videoListByWatch(row).then(response => {
|
|
|
this.videoList=response.list
|
|
|
});
|
|
|
},
|