diff --git a/project/qujing/app/AppCurriculumManage/components/Add.vue b/project/qujing/app/AppCurriculumManage/components/Add.vue index c3004053..28fd0eb0 100644 --- a/project/qujing/app/AppCurriculumManage/components/Add.vue +++ b/project/qujing/app/AppCurriculumManage/components/Add.vue @@ -12,10 +12,10 @@ + v-model="form.courseType" + clearable + placeholder="请选择课程类型" + :selectList="dict.getDict('qjCourseType')"> @@ -24,21 +24,25 @@ - + + :instance="instance" + isShowTip + v-model="form.pictureUrl" + :limit="1" + :cropOps="cropOps" + is-crop> - + + + +
@@ -49,20 +53,20 @@
+ :src="form.videoUrl[0].url" controls="controls" v-if="form.videoUrl.length"> + :limit="1" v-if="form.videoUrl.length"> 重新选择 + :instance="instance" + isShowTip + v-model="form.pictureUrl" + :limit="1" + :cropOps="cropOps" + is-crop>