55e112d6 by chentao

no message

1 parent 7c2c44cc
......@@ -93,24 +93,16 @@
<el-form-item v-if="determineStatus('2D')" :label="$t('course.dialogTwoD')" label-width="80">
<template>
<imageUpload v-model="showForm.form.twoDimensionalOssId" :limit='10' :fileType='["png", "jpg", "jpeg", "ico"]'/>
</template>
<!-- <template>
<fileUpload v-model="showForm.form.twoDimensionalUrl" :fileType='["ldr"]'/>
</template>
<template>
<fileUpload v-model="showForm.form.twoDimensionalType" :fileType='["json"]'/>
</template> -->
</template>
</el-form-item>
<el-form-item v-if="determineStatus('3D')" :label="$t('course.dialogThreeD')" label-width="80">
<template>
<imageUpload v-model="showForm.form.threeDimensionalOssId" :limit='10' :fileType='["png", "jpg", "jpeg", "ico"]'/>
</template>
<!-- <template>
<fileUpload v-model="showForm.form.threeDimensionalUrl" :fileType='["ldr"]'/>
</template>
<template>
<fileUpload v-model="showForm.form.threeDimensionalType" :fileType='["json"]'/>
</template> -->
</template>
</el-form-item>
<el-form-item :label="$t('course.dialogCase')" prop="caseOssId" label-width="80">
<fileUpload v-model="showForm.form.caseOssId" :limit="1" :fileType='["mp4", "avi", "mov", "flv"]'/>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!