From 2cfa55841aac7ca433490d06c4f01bc37ee7f9dc Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 26 May 2023 11:56:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=BE=E7=BD=AE=E8=85=BE?= =?UTF-8?q?=E8=AE=AF=E8=A7=86=E9=A2=91=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCurriculumManage/components/Add.vue | 395 +++++++++--------- 1 file changed, 200 insertions(+), 195 deletions(-) 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>